jackdaniel changed the topic of #commonlisp to: Common Lisp, the #1=(programmable . #1#) programming language | Wiki: <https://www.cliki.net> | IRC Logs: <https://irclog.tymoon.eu/libera/%23commonlisp> | Cookbook: <https://lispcookbook.github.io/cl-cookbook> | Pastebin: <https://plaster.tymoon.eu/>
rgherdt has quit [Remote host closed the connection]
bjorkintosh has joined #commonlisp
lucasta has joined #commonlisp
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Client Quit]
donleo has quit [Ping timeout: 255 seconds]
Alfr has quit [Ping timeout: 276 seconds]
chomwitt has quit [Ping timeout: 245 seconds]
clwif^ has joined #commonlisp
avocadoist has quit [Ping timeout: 255 seconds]
seveno4 has quit [Quit: Leaving]
pfdietz has quit [Quit: Client closed]
random-nick has quit [Ping timeout: 255 seconds]
yitzi has joined #commonlisp
akoana has quit [Quit: leaving]
habamax has quit [Ping timeout: 246 seconds]
szkl has joined #commonlisp
makomo has quit [Ping timeout: 268 seconds]
habamax has joined #commonlisp
bjorkintosh has quit [Ping timeout: 240 seconds]
bjorkintosh has joined #commonlisp
bjorkintosh has joined #commonlisp
bjorkintosh has quit [Changing host]
Pixel_Outlaw has joined #commonlisp
Alfr has joined #commonlisp
lucasta has quit [Remote host closed the connection]
jmdaemon has joined #commonlisp
bjorkintosh has quit [Ping timeout: 245 seconds]
alfplayer has quit [Ping timeout: 252 seconds]
tyson2 has quit [Remote host closed the connection]
habamax has quit [Remote host closed the connection]
cmack has quit [Remote host closed the connection]
szkl has quit [Quit: Connection closed for inactivity]
ym has quit [Ping timeout: 256 seconds]
<beach> yottabyte: I am never around between 19:00 and 05:00 (UTC+1) or so, so it is better to ask anyone around.
meritamen has joined #commonlisp
azimut has quit [Remote host closed the connection]
azimut has joined #commonlisp
azimut has quit [Remote host closed the connection]
azimut has joined #commonlisp
herjazz has joined #commonlisp
danza has joined #commonlisp
decweb has quit [Ping timeout: 255 seconds]
zetef has joined #commonlisp
chomwitt has joined #commonlisp
danza has quit [Ping timeout: 255 seconds]
clwif^ has quit [Remote host closed the connection]
pve has joined #commonlisp
zetef has quit [Ping timeout: 245 seconds]
meritamen has quit [Ping timeout: 276 seconds]
igemnace has joined #commonlisp
zetef has joined #commonlisp
meritamen has joined #commonlisp
attila_lendvai has joined #commonlisp
shka has joined #commonlisp
King_julian has joined #commonlisp
_cymew_ has joined #commonlisp
Pixel_Outlaw has quit [Quit: Leaving]
zetef has quit [Ping timeout: 245 seconds]
danse-nr3 has joined #commonlisp
danse-nr3 has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
azimut has quit [Ping timeout: 240 seconds]
beach` has joined #commonlisp
beach has quit [Killed (NickServ (GHOST command used by beach`!~user@2a01:cb19:f85:d900:d44a:eb78:998a:e33b))]
beach` is now known as beach
Oladon has quit [Quit: Leaving.]
luis has quit [Ping timeout: 245 seconds]
zetef has joined #commonlisp
dcb has quit [Quit: MSN Messenger 4.1.1]
meritamen has quit [Remote host closed the connection]
Cymew has joined #commonlisp
White_Flame has quit [Remote host closed the connection]
White_Flame has joined #commonlisp
waleee has joined #commonlisp
rtypo has joined #commonlisp
bendersteed has joined #commonlisp
rgherdt has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
mgl has joined #commonlisp
zetef has quit [Ping timeout: 264 seconds]
alfplayer has joined #commonlisp
<beach> I just created this repository: https://github.com/robert-strandh/Consecution for the extracted version of the SICL sequence functions written by heisig. If someone feels like maintaining it for a while, please go ahead.
<ixelp> GitHub - robert-strandh/Consecution: An implementation of the Common Lisp sequence functions.
<beach> The Test subsystem can be largely removed in favor of the use of the extrinsic version of the ANSI test suite, recently made possible by yitzi.
<beach> And it needs a README and a LICENSE file.
King_julian has quit [Ping timeout: 252 seconds]
<beach> I guess the LICENSE is the same as that of SICL, so that's easy.
<beach> When I built the extrinsic system using ASDF:LOAD-SYSTEM I got tons of warnings, so that's something to look into.
zetef has joined #commonlisp
rgherdt_ has joined #commonlisp
makomo has joined #commonlisp
traidare has joined #commonlisp
rgherdt has quit [Ping timeout: 256 seconds]
waleee has quit [Ping timeout: 256 seconds]
donleo has joined #commonlisp
zetef has quit [Ping timeout: 245 seconds]
danse-nr3 has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 256 seconds]
zetef has joined #commonlisp
Lord_of_Life has joined #commonlisp
habamax has joined #commonlisp
avocadoist has joined #commonlisp
<yitzi> beach: Maybe move it to s-expressionists?
<beach> Absolutely.
<yitzi> There is a "transfer ownership" button in https://github.com/robert-strandh/Consecution/settings if you want to do it that way.
<beach> OK, I'll try that.
<yitzi> Cool
<beach> Done (I hope)!
Guest63 has joined #commonlisp
<yitzi> Looks good to me
<beach> Whew! Thanks for the instructions!
<yitzi> My pleasure, buddy.
<beach> In case someone wonders, Consecution is "just" another library containing code for some standard Common Lisp module, but that is meant to work both extrinsically (meaning that it can be loaded into an existing Common Lisp implementation without altering the existing standard functions) and intrinsically (meaning it can serve as the standard module for a new or existing Common Lisp implementation).
<beach> Consecution used to be named SICL-SEQUENCE and was written by heisig for intrinsic use by SICL, and as I recall, performance is comparable to existing SBCL sequence functions.
<beach> So now, we just want to separate it from the SICL repository and make it totally autonomous.
random-nick has joined #commonlisp
danse-nr3 has quit [Ping timeout: 256 seconds]
avocadoist has quit [Remote host closed the connection]
zetef has quit [Ping timeout: 256 seconds]
avocadoist has joined #commonlisp
<beach> Well, "autonomous" with respect to SICL. It depends on Alexandria, Acclimation, Closer MOP.
dnhester26 has quit [Remote host closed the connection]
avocadoist has quit [Remote host closed the connection]
zetef has joined #commonlisp
avocadoist has joined #commonlisp
habamax has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1.90)]
Guest63 has quit [Quit: Client closed]
King_julian has joined #commonlisp
bitmapper has joined #commonlisp
King_julian has quit [Read error: Connection reset by peer]
prokhor__ has joined #commonlisp
meritamen has joined #commonlisp
lottaquestions has quit [Remote host closed the connection]
lottaquestions has joined #commonlisp
yitzi has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
danse-nr3 has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
Guest33 has joined #commonlisp
danse-nr3 has quit [Read error: Connection reset by peer]
danse-nr3 has joined #commonlisp
robin has quit [Quit: Leaving]
traidare has quit [Ping timeout: 252 seconds]
zetef has quit [Ping timeout: 260 seconds]
arpunk has quit [Remote host closed the connection]
varjag has joined #commonlisp
<Shinmera> could probably replace some parts of trivial-extensible-sequneces' fallback sequence implementation
waleee has joined #commonlisp
yitzi has joined #commonlisp
<yitzi> beach: I can do a little work on Consecution. Set up the ansi-tests, try it on various implementions, etc.
attila_lendvai has quit [Ping timeout: 252 seconds]
amb007 has quit [Ping timeout: 255 seconds]
amb007 has joined #commonlisp
traidare has joined #commonlisp
danse-nr3 has quit [Ping timeout: 245 seconds]
alejandrozf has joined #commonlisp
avocadoist has quit [Remote host closed the connection]
simendsjo has joined #commonlisp
danse-nr3 has joined #commonlisp
<alejandrozf> Hi guys, I have a doubt what do you think is the most near to complete portable implementation of CLOS/MOP? I've seen Closette, PCL & Clostrophilia but don't know if there are others projects out there
<yitzi> Its already part of every CL implementation and there are systems like closer-mop to even out the differences. In short, its portable. Use it.
ym has joined #commonlisp
<alejandrozf> Yeah, I knew about closer-mop, but I'm searching for something not dependant on implementation. A 100% portable
pfdietz has joined #commonlisp
<yitzi> What is the use case?
<alejandrozf> I'm seeing there a some portable portable projects like Eclector that the depends on closer-mop. I would like to make it 100% portable (IMO of portability, of course) by replacing closer-mop.
<alejandrozf> ups i wrote 'portable' twice
<alejandrozf> lot of typos, sorryu
<beach> Shinmera: Good idea.
<beach> yitzi: That would be great!
<beach> alejandrozf: Clostrophilia is not yet complete, and it is meant to be independent of the Common Lisp implementation, but that is also not yet the case.
<alejandrozf> I see, thanks beach
<beach> alejandrozf: What is it that you are trying to do?
<Shinmera> what implementation is there that's not covered by closer-mop
<Shinmera> and how would having an entirely separate clos implementation that's not the implementation's help
azimut has joined #commonlisp
luis has joined #commonlisp
<beach> That's kind of the reason for my last question.
<alejandrozf> beach: I just want to make the CL components like Eclector 100% portable, replacing closer-mop with something not dependant on internals of the different implementations
<Shinmera> then you're making them less than portable, requiring all libraries to rely on your separate CLOS instead of the implementation's.
<alejandrozf> well, the problem for me is not CLOS, which is covered by CL standard, is MOP
Guest33 has quit [Quit: Client closed]
<Shinmera> so what, my point stands
<beach> alejandrozf: Welcome to the SICL project then. Feel free to take on the maintenance of any of the many modules we have created.
<alejandrozf> thanks beach :)
<beach> alejandrozf: We hang out in #sicl. And, lately we have started extracting many parts of the standard "modules" to separate repositories.
<bike> MOP is effectively part of the standard. every implementation anyone uses supports it. and the MOP usage in eclector doesn't even do anything very exotic.
<alejandrozf> I just didn't wanted to disturb the guidelines of the projects there, I want to contribute but as I saw some projects are using closer-mop I thougth that maybe my idea of replace closer-mop maybe could be problematic
<beach> alejandrozf: Shinmera is right, though. Even our independent modules like the fresh Consecution (for sequence functions) relies on Closer MOP, so that it can be loaded into pretty much any existing Common Lisp implementation.
<bike> also, the one thing eclector uses mop for is fixing up ## references when reading standard objects. so if it didn't use an implementation MOP all you would accomplish is making eclector unable to fix up native standard objects.
<alejandrozf> bike: are you sure? I thougth MOP was outside of CL standard
<bike> it's not part of the ANSI standard or whatever, but everyone supports it.
<Shinmera> CLOS is implemented on top of the MOP. it would be a waste not to implement it.
<bike> thus "effectively"
<alejandrozf> yeah, I suppose it is a personal taste but I don't like to depend on things outside ANSI standard for having CL implemented in CL
<scymtym> for eclector, it would probably make more sense to just drop the ability to fix up STANDARD-OBJECT instances since that's a rare occurrence (i assume). but i don't see the point since in actual projects, something else will pull in closer-mop
traidare has quit [Ping timeout: 256 seconds]
<alejandrozf> but I admire projects in SICL
<bike> i mean this is something that's actually impossible to accomplish without mop.
<bike> similarly, cleavir uses mop for stealth-mixins, and maclina uses it for funcallable instances.
zetef has joined #commonlisp
<beach> alejandrozf: Even SICL (the implementation) depends on the MOP for its bootstrapping.
meritamen has quit [Ping timeout: 268 seconds]
traidare has joined #commonlisp
<bike> and Clostrophilia implements MOP
<alejandrozf> beach: maybe i can contribute to Clostrophilia then, I you like, I think that's the only to choice to replace closer-mop in the future for me
decweb has joined #commonlisp
<bike> clostrophilia isn't a replacement for closer-mop. it's its own clos system separate from the implementation you're running it on. so you wouldn't be able to use it to do MOP stuff with native objects, or anything.
<alejandrozf> bike: well, I hope there should be a way to implement CL in CL without using MOP in that way then.
<alejandrozf> or without using MOP at all
rgh has joined #commonlisp
<bike> there might be but you'd have to do more work for no reason.
<alejandrozf> I have my reasons :)
<bike> maclina just uses closer-mop for funcallable instances. you could maybe hack something up with closures instead, but you'd lose introspection capabilities like disassembly.
<alejandrozf> got it
<alejandrozf> thanks
<beach> alejandrozf: You can have a look at Clostrophilia, but it doesn't even build independently of SICL right now.
<alejandrozf> beach: will do, thanks :)
meritamen has joined #commonlisp
robin has joined #commonlisp
bjorkintosh has joined #commonlisp
bjorkintosh has quit [Changing host]
bjorkintosh has joined #commonlisp
rgh is now known as ritog
ritog is now known as rito
jon_atack has joined #commonlisp
jonatack has quit [Ping timeout: 252 seconds]
NotThatRPG has joined #commonlisp
danse-nr3 has quit [Read error: Connection reset by peer]
rgherdt_ is now known as rgherdt
tyson2 has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
herjazz has quit [Quit: leaving]
danse-nr3 has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
danse-nr3 has quit [Ping timeout: 260 seconds]
alejandrozf has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1)]
danse-nr3 has joined #commonlisp
NotThatRPG has joined #commonlisp
zetef has quit [Ping timeout: 256 seconds]
dnhester26 has joined #commonlisp
<jcowan> beach: I'm surprised you chose "Consecution" as a name, since it does not have "cl" in it.
<beach> I have more libraries without "cl" in their names.
<beach> Constrictor, for example.
<beach> Common Boot, Common Macros.
<jcowan> mmm
<beach> Incrementalist.
<beach> Predicament.
igemnace has quit [Read error: Connection reset by peer]
traidare has quit [Ping timeout: 255 seconds]
meritamen has quit [Remote host closed the connection]
simendsjo has quit [Ping timeout: 252 seconds]
meritamen has joined #commonlisp
meritamen has quit [Remote host closed the connection]
dnhester26 has quit [Remote host closed the connection]
igemnace has joined #commonlisp
attila_lendvai has joined #commonlisp
dnhester26 has joined #commonlisp
Guest33 has joined #commonlisp
Guest33 has quit [Client Quit]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zetef has joined #commonlisp
rgherdt has quit [Ping timeout: 255 seconds]
ronald has joined #commonlisp
traidare has joined #commonlisp
rgherdt has joined #commonlisp
chomwitt has quit [Ping timeout: 246 seconds]
bjorkintosh has quit [Quit: Leaving]
zetef has quit [Ping timeout: 245 seconds]
danse-nr3 has quit [Ping timeout: 245 seconds]
danse-nr3 has joined #commonlisp
JamesF has quit [Ping timeout: 252 seconds]
bjorkintosh has joined #commonlisp
notzmv has joined #commonlisp
Cymew has quit [Ping timeout: 240 seconds]
zetef has joined #commonlisp
robin has quit [Ping timeout: 268 seconds]
phadthai has quit [Ping timeout: 252 seconds]
dnhester26 has quit [Remote host closed the connection]
kevingal has joined #commonlisp
szkl has joined #commonlisp
yitzi has quit [Remote host closed the connection]
dlowe has joined #commonlisp
varjag has quit [Quit: ERC (IRC client for Emacs 27.1)]
phadthai has joined #commonlisp
danse-nr3 has quit [Ping timeout: 255 seconds]
JamesF has joined #commonlisp
kevingal has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
chomwitt has joined #commonlisp
zetef has quit [Ping timeout: 264 seconds]
pfdietz has quit [Quit: Client closed]
dnhester26 has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
robin has joined #commonlisp
euandreh has joined #commonlisp
yitzi has joined #commonlisp
seveno4 has joined #commonlisp
jjnkn has joined #commonlisp
_cymew_ has quit [Ping timeout: 268 seconds]
dnhester26 has quit [Remote host closed the connection]
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Client Quit]
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
dnhester26 has joined #commonlisp
Inline has quit [Ping timeout: 255 seconds]
dnhester26 has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
pranavats has left #commonlisp [Disconnected: Hibernating too long]
edr has joined #commonlisp
NotThatRPG has joined #commonlisp
pranavats has joined #commonlisp
bendersteed has quit [Quit: bendersteed]
anticrisis has joined #commonlisp
amb007 has quit [Ping timeout: 255 seconds]
amb007 has joined #commonlisp
jjnkn has quit [Remote host closed the connection]
pfdietz has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
tyson2 has quit [Remote host closed the connection]
mgl has quit [Ping timeout: 276 seconds]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Client Quit]
dajole has joined #commonlisp
euandreh has quit [Remote host closed the connection]
NotThatRPG has joined #commonlisp
euandreh has joined #commonlisp
<younder> Is isqrt expanded in SBCL? It seems that it knows that fixnum won't overflow on return..
drewjose6 has joined #commonlisp
nyx_land_ has joined #commonlisp
<ixelp> primep - Pastebin.com
kg7ski- has joined #commonlisp
iquites_ has joined #commonlisp
dbotton_ has joined #commonlisp
fourier_ has joined #commonlisp
louis77_ has joined #commonlisp
pl_ has joined #commonlisp
overclucker_ has joined #commonlisp
jmercouris_ has joined #commonlisp
enzutwo has joined #commonlisp
Nezteb____ has joined #commonlisp
delyan__ has joined #commonlisp
kaskal- has joined #commonlisp
amb007 has quit [Ping timeout: 256 seconds]
amb007 has joined #commonlisp
<younder> Kinda lame, but i wanted see how the optimizer would fare, and the compare it to LispWorks. Seems it is about 3 times faster in SBCL.
<bike> younder: i don't think sbcl inlines isqrt, but it does have a detailed type deriver. so it'll know that the isqrt of a fixnum is a smaller fixnum.
hayley_ has joined #commonlisp
nyx_land has quit [Ping timeout: 252 seconds]
jmercouris has quit [Ping timeout: 252 seconds]
Nezteb___ has quit [Ping timeout: 252 seconds]
hayley has quit [Ping timeout: 252 seconds]
fourier has quit [Ping timeout: 252 seconds]
kg7ski has quit [Ping timeout: 252 seconds]
dbotton has quit [Ping timeout: 252 seconds]
pl has quit [Ping timeout: 252 seconds]
delyan_ has quit [Ping timeout: 252 seconds]
louis77 has quit [Ping timeout: 252 seconds]
iquites has quit [Ping timeout: 252 seconds]
krj has quit [Ping timeout: 252 seconds]
kaskal has quit [Ping timeout: 252 seconds]
edr has quit [Ping timeout: 252 seconds]
makomo has quit [Ping timeout: 252 seconds]
overclucker has quit [Ping timeout: 252 seconds]
markb1 has quit [Ping timeout: 252 seconds]
enzuru has quit [Ping timeout: 252 seconds]
Lycurgus has quit [Ping timeout: 252 seconds]
ski has quit [Ping timeout: 252 seconds]
haku has quit [Ping timeout: 252 seconds]
viaken has quit [Ping timeout: 252 seconds]
BrokenCog has quit [Ping timeout: 252 seconds]
kmroz has quit [Ping timeout: 252 seconds]
drewjose has quit [Ping timeout: 252 seconds]
migap_ has quit [Ping timeout: 252 seconds]
louis77_ is now known as louis77
fourier_ is now known as fourier
zagura has quit [Ping timeout: 252 seconds]
dbotton_ is now known as dbotton
jmercouris_ is now known as jmercouris
delyan__ is now known as delyan_
nyx_land_ is now known as nyx_land
drewjose6 is now known as drewjose
iquites_ is now known as iquites
pl_ is now known as pl
ski has joined #commonlisp
haku has joined #commonlisp
BrokenCog has joined #commonlisp
Lycurgus has joined #commonlisp
kmroz has joined #commonlisp
Lycurgus has quit [Changing host]
Lycurgus has joined #commonlisp
migap_ has joined #commonlisp
zagura has joined #commonlisp
krasjet has joined #commonlisp
viaken has joined #commonlisp
dcb has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
prokhor has joined #commonlisp
prokhor has quit [Client Quit]
rito has quit [Quit: Leaving]
cage has joined #commonlisp
makomo has joined #commonlisp
markb1 has joined #commonlisp
mgl has joined #commonlisp
Inline has joined #commonlisp
jkordani has joined #commonlisp
tyson2 has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sernamar has joined #commonlisp
younder has quit [Ping timeout: 276 seconds]
gxt has quit [Ping timeout: 240 seconds]
gxt has joined #commonlisp
mariari has quit [Ping timeout: 256 seconds]
sernamar has quit [Ping timeout: 250 seconds]
mariari has joined #commonlisp
younder has joined #commonlisp
dnhester26 has joined #commonlisp
akoana has joined #commonlisp
rgherdt has quit [Remote host closed the connection]
rgherdt has joined #commonlisp
zxcvz has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
fourier has quit [Changing host]
fourier has joined #commonlisp
dnhester26 has joined #commonlisp
prokhor__ has quit [Remote host closed the connection]
cimento has joined #commonlisp
zetef has joined #commonlisp
anticrisis has quit [Read error: Connection reset by peer]
anticrisis has joined #commonlisp
zetef has quit [Ping timeout: 255 seconds]
zetef has joined #commonlisp
JamesF has quit [Ping timeout: 268 seconds]
zxcvz has quit [Remote host closed the connection]
prokhor has joined #commonlisp
pve has quit [Quit: leaving]
tyson2 has quit [Read error: Connection reset by peer]
cage has quit [Quit: rcirc on GNU Emacs 29.1]
NotThatRPG has joined #commonlisp
dlowe has quit [Ping timeout: 245 seconds]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lucerne has quit [Ping timeout: 256 seconds]
tyson2 has joined #commonlisp
lucerne has joined #commonlisp
masinter has quit [Remote host closed the connection]
masinter has joined #commonlisp
hayley_ is now known as hayley
hayley has quit [Changing host]
hayley has joined #commonlisp
dcb has quit [Ping timeout: 260 seconds]
dcb has joined #commonlisp
habamax has joined #commonlisp
dra has joined #commonlisp
dra has quit [Changing host]
dra has joined #commonlisp
ym has quit [Ping timeout: 245 seconds]
tyson2 has quit [Remote host closed the connection]
chomwitt has quit [Ping timeout: 256 seconds]
euandreh has quit [Ping timeout: 256 seconds]
euandreh has joined #commonlisp
traidare has quit [Ping timeout: 260 seconds]
euandreh has quit [Ping timeout: 252 seconds]
euandreh has joined #commonlisp
rtypo has quit [Ping timeout: 276 seconds]
igemnace has quit [Read error: Connection reset by peer]
rgherdt has left #commonlisp [Leaving]
tyson2 has joined #commonlisp
mgl has quit [Ping timeout: 264 seconds]
szkl has quit [Quit: Connection closed for inactivity]
euandreh has quit [Remote host closed the connection]
igemnace has joined #commonlisp
notzmv has quit [Ping timeout: 268 seconds]
makomo has quit [Quit: WeeChat 4.1.1]
makomo has joined #commonlisp
zetef has quit [Remote host closed the connection]
<jasom> Just checking that I'm not missing something in the standard; there isn't a function that is equivalent to "(lambda (x y) (signum (- x y)))" i.e. -1, 0, 1 for (< x y), (= x y), (> x y)
gilberth has quit [Ping timeout: 256 seconds]
ixelp has quit [Ping timeout: 256 seconds]
<adeht> (do-external-symbols (sym "CL") (when (fboundp sym) (let ((r (ignore-errors (funcall sym 3 5)))) (when (eql r -1) (format t "Maybe ~S~%" sym))))) ;)
<jasom> adeht: I didn't think of that. It found nothing. Note that to the extent that functions in CL can mutate the image state, one might want to avoid doing that on a given image
gilberth has joined #commonlisp
adeht is now known as _death
<jasom> _death: the reverse (eql r 1) found 4 possibilites, none of which seem right (LOGAND GCD ROUND CEILING)
attila_lendvai has quit [Ping timeout: 246 seconds]
<_death> yeah, I admit to playing a bit with the inputs
notzmv has joined #commonlisp
shka has quit [Ping timeout: 268 seconds]
markb1 has quit [Remote host closed the connection]
masinter has quit [Ping timeout: 252 seconds]
masinter has joined #commonlisp
rendar has quit [Quit: Leaving]
waleee has quit [Ping timeout: 240 seconds]
rendar has joined #commonlisp
rendar has quit [Changing host]
rendar has joined #commonlisp
dra has quit [Quit: Leaving]
ym has joined #commonlisp