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/>
JuanDaugherty has joined #commonlisp
Akbar-Birbal has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
tam has quit [Ping timeout: 255 seconds]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 265 seconds]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 265 seconds]
pkal_ has joined #commonlisp
pkal has quit [Ping timeout: 248 seconds]
pkal_ is now known as pkal
tam has joined #commonlisp
tam has quit [Remote host closed the connection]
tam has joined #commonlisp
X-Scale has quit [Ping timeout: 256 seconds]
pranav has quit [Read error: Connection reset by peer]
pranav has joined #commonlisp
spdegabrielle has quit [Quit: Connection closed for inactivity]
pabs3 has quit [Ping timeout: 260 seconds]
random-nick has quit [Ping timeout: 260 seconds]
yitzi has quit [Remote host closed the connection]
puke has quit [Ping timeout: 276 seconds]
puke has joined #commonlisp
pabs3 has joined #commonlisp
random-nick has joined #commonlisp
random-nick has quit [Ping timeout: 252 seconds]
edgar-rft_ has joined #commonlisp
edgar-rft has quit [Ping timeout: 245 seconds]
X-Scale has joined #commonlisp
JuanDaugherty has quit [Quit: JuanDaugherty]
paddymahoney has joined #commonlisp
X-Scale has quit [Quit: Client closed]
X-Scale has joined #commonlisp
amb007 has joined #commonlisp
zwr has quit [Read error: Connection reset by peer]
terrorjack4 has quit [Quit: The Lounge - https://thelounge.chat]
amb007 has quit [Ping timeout: 248 seconds]
mzan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
terrorjack4 has joined #commonlisp
amb007 has joined #commonlisp
zwr has joined #commonlisp
amb007 has quit [Ping timeout: 265 seconds]
triffid has quit [Remote host closed the connection]
triffid has joined #commonlisp
Demosthenex has quit [Ping timeout: 265 seconds]
Demosthenex has joined #commonlisp
anticomputer has quit [Remote host closed the connection]
anticomputer has joined #commonlisp
pabs3 has quit [Read error: Connection reset by peer]
pabs3 has joined #commonlisp
lucasta has quit [Remote host closed the connection]
NotThatRPG has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tam has quit [Ping timeout: 265 seconds]
tam has joined #commonlisp
bleb has quit [Ping timeout: 276 seconds]
X-Scale has quit [Quit: Client closed]
amb007 has joined #commonlisp
bleb has joined #commonlisp
mrcom has quit [Remote host closed the connection]
phantomics_ has joined #commonlisp
robin has quit [Read error: Connection reset by peer]
robin_ has joined #commonlisp
mrcom has joined #commonlisp
phantomics has quit [Remote host closed the connection]
overclucker has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
jfloren has quit [Quit: Ping timeout (120 seconds)]
overclucker has joined #commonlisp
runxiyu has quit [Ping timeout: 248 seconds]
rakka has quit [Ping timeout: 248 seconds]
jfloren has joined #commonlisp
jmercouris has quit [Ping timeout: 252 seconds]
jmercouris has joined #commonlisp
runxiyu has joined #commonlisp
rakka has joined #commonlisp
rakka has quit [Remote host closed the connection]
rakka has joined #commonlisp
Venoflux has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
ndanilov has joined #commonlisp
Venoflux has quit [Ping timeout: 248 seconds]
Venoflux has joined #commonlisp
Pixel_Outlaw has quit [Quit: Leaving]
ndanilo__ has quit [Ping timeout: 276 seconds]
amb007 has quit [Ping timeout: 265 seconds]
decweb has quit [Ping timeout: 245 seconds]
amb007 has joined #commonlisp
pve has joined #commonlisp
wacki has joined #commonlisp
donleo has joined #commonlisp
tam has quit [Remote host closed the connection]
donleo has quit [Ping timeout: 255 seconds]
semarie has quit [Quit: WeeChat 4.4.2]
semarie has joined #commonlisp
mgl has joined #commonlisp
shka has joined #commonlisp
treflip has joined #commonlisp
King_julian has joined #commonlisp
chkhd has joined #commonlisp
Th30n has joined #commonlisp
cryptk has left #commonlisp [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
attila_lendvai has joined #commonlisp
mishoo has joined #commonlisp
<jackdaniel> I've noticed a disrapency between ECL and other implementations (I've tested with sbcl and ccl)
<jackdaniel> (defvar *xxx* 42)
<jackdaniel> (let ((*xxx* 15)) (makunbound '*xxx*) *xxx*)
<jackdaniel> on ECL makunbound affects only the global value of the symbol, so *xxx* still returns 15, but *xxx* is globaly unbound afterwards
<jackdaniel> while on others it affects the dynamic binding
<jackdaniel> I'm going to fix ECL to have the same behavior; I'm just curious whether it is unspecified behavior, or a bug?
<jackdaniel> the specification says (for makunbound), that a side effect is: "The value cell of symbol is modified. "
<jackdaniel> perhaps it should state "the value cell of symbol /may be/ modified in the absence of dynamic bindings"?
<jackdaniel> ah, apparently the author of ecl's cl_makunbound also had this dillema: "/* FIXME! The semantics of MAKUNBOUND is not very clear with local bindings ... */"
pkal has quit [Remote host closed the connection]
pkal has joined #commonlisp
metsomedog has joined #commonlisp
King_julian has quit [Ping timeout: 264 seconds]
pkal has quit [Remote host closed the connection]
<metsomedog> I'm having 2 Slime REPLs open in Emacs simultaneously (2 distinct projects). Is there a way to "select which one is used" for compilation from other Lisp buffers, for example when using C-c C-c? (Currently it all seems to go to the most recently launched buffer)
<jackdaniel> C-c C-x n
<metsomedog> jackdaniel: thanks!
<jackdaniel> sure
Lord_of_Life has quit [Ping timeout: 246 seconds]
Lord_of_Life has joined #commonlisp
Akbar-Birbal has left #commonlisp [Disconnected: Received SIGTERM]
Akbar-Birbal has joined #commonlisp
random-nick has joined #commonlisp
Guest41 has joined #commonlisp
random-nick has quit [Ping timeout: 252 seconds]
Guest41 has quit [Quit: Client closed]
Venoflux has quit [Ping timeout: 246 seconds]
King_julian has joined #commonlisp
<beach> jackdaniel: I am pretty sure that's how it is specified.
<jackdaniel> the entry for makunbound is not clear, given its "side effects" sub-header
<jackdaniel> but I believe that this was the /intention/, especially given how "bindings" are defined, and that it is an operator related to boundp (so it makes sense that they'd behave consistently)
<beach> Well, there is a general terminology problem, because MAKUNBOUND doesn't really make the symbol unbound. It makes it have no value, as the phrasing goes in PROGV.
<beach> So PROGV says it binds the symbols and then (perhaps) makes it have no value. But for consistent terminology it should have said that it binds the symbol and then makes it unbound, which is silly.
<beach> If I were to rewrite the standard, I would rename it to (say) UNSET.
<jackdaniel> I agree with this interpretation; I still think though that the specification of makunbound is not unambiguous
varjag has joined #commonlisp
<jackdaniel> in any case, since the last commit ecl also behaves that way
<jackdaniel> well, I take that back. "value cell" is specified to refer to the symbol value in the dynamic context
pranav has quit [Quit: Gateway shutdown]
<beach> Oh, good!
alcor has joined #commonlisp
jrx has joined #commonlisp
semarie has quit [Quit: zzz]
semarie has joined #commonlisp
pin56 has joined #commonlisp
Venoflux has joined #commonlisp
King_julian has quit [Ping timeout: 265 seconds]
Krystof has joined #commonlisp
rogersm has joined #commonlisp
mari-estel has joined #commonlisp
chkhd has quit [Quit: ZZZzzz…]
chkhd has joined #commonlisp
rogersm has quit [Quit: Leaving...]
prokhor has quit [Ping timeout: 252 seconds]
chkhd has quit [Quit: ZZZzzz…]
chkhd has joined #commonlisp
prokhor has joined #commonlisp
chkhd has quit [Ping timeout: 245 seconds]
chkhd has joined #commonlisp
chkhd has quit [Ping timeout: 248 seconds]
chkhd has joined #commonlisp
pin56 has quit [Ping timeout: 265 seconds]
chkhd has quit [Remote host closed the connection]
King_julian has joined #commonlisp
chkhd has joined #commonlisp
Equill has joined #commonlisp
decweb has joined #commonlisp
phantomics_ has quit [Quit: Leaving]
phantomics has joined #commonlisp
cage has joined #commonlisp
cage has quit [Excess Flood]
cage has joined #commonlisp
mari-estel has quit []
euandreh has joined #commonlisp
euandreh has quit [Remote host closed the connection]
euandreh has joined #commonlisp
King_julian has quit [Ping timeout: 246 seconds]
Equill has quit [Ping timeout: 252 seconds]
King_julian has joined #commonlisp
olnw_ is now known as olnw
Akbar-Birbal has left #commonlisp [Error from remote client]
bitspook has quit [Read error: Connection reset by peer]
bitspook has joined #commonlisp
yitzi has joined #commonlisp
euandreh has quit [Ping timeout: 246 seconds]
euandreh has joined #commonlisp
<cage> from the quicklisp server a file with all the MD5 hashes of the libraries tarballs included in the distributions can be downloaded, is it correct or i remember it wrong?
chkhd has quit [Quit: ZZZzzz…]
varjag has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
triffid has quit [Ping timeout: 260 seconds]
triffid has joined #commonlisp
NotThatRPG has joined #commonlisp
Th30n has quit [Quit: going off]
Venoflux has quit [Quit: Venoflux]
mgl has quit [Ping timeout: 260 seconds]
Gleefre has joined #commonlisp
euandreh has quit [Quit: euandreh]
King_julian has quit [Ping timeout: 252 seconds]
tam has joined #commonlisp
JuanDaugherty has joined #commonlisp
yitzi has quit [Remote host closed the connection]
random-nick has joined #commonlisp
donleo has joined #commonlisp
Akbar-Birbal has joined #commonlisp
kevingal has joined #commonlisp
mari-estel has joined #commonlisp
tam has quit [Read error: Connection reset by peer]
tam has joined #commonlisp
tam has quit [Remote host closed the connection]
JuanDaugherty has quit [Quit: JuanDaugherty]
kevingal has quit [Ping timeout: 265 seconds]
mari-estel has quit [Remote host closed the connection]
semarie has quit [Quit: zzz]
semarie has joined #commonlisp
semarie has quit [Client Quit]
semarie has joined #commonlisp
mari-estel has joined #commonlisp
Krystof has quit [Ping timeout: 252 seconds]
triffid has quit [Remote host closed the connection]
Demosthe1ex has joined #commonlisp
triffid has joined #commonlisp
Demosthenex has quit [Ping timeout: 252 seconds]
Demosthenex has joined #commonlisp
Demosthe1ex has quit [Ping timeout: 252 seconds]
Equill has joined #commonlisp
akoana has joined #commonlisp
metsomedog has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
mari-estel has quit []
semarie has quit [Quit: zzz]
semarie has joined #commonlisp
reb has joined #commonlisp
treflip has quit [Ping timeout: 248 seconds]
robin_ is now known as robin
pin56 has joined #commonlisp
pin56 has quit [Remote host closed the connection]
pin56 has joined #commonlisp
pin56 has quit [Remote host closed the connection]
pin56 has joined #commonlisp
pin56 has quit [Remote host closed the connection]
pin56 has joined #commonlisp
Akbar-Birbal has left #commonlisp [#commonlisp]
molson has joined #commonlisp
jrx has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
amb007 has quit [Ping timeout: 265 seconds]
amb007 has joined #commonlisp
molson__ has quit [Ping timeout: 252 seconds]
alcor has quit [Remote host closed the connection]
alcor has joined #commonlisp
yitzi has joined #commonlisp
<kpg> yeah, releases.txt
gooba` has quit [Remote host closed the connection]
gooba has quit [Read error: Connection reset by peer]
gooba has joined #commonlisp
ym has joined #commonlisp
puke has quit [Ping timeout: 265 seconds]
puke has joined #commonlisp
Demosthe1ex has joined #commonlisp
Demosthenex has quit [Ping timeout: 252 seconds]
Demosthenex has joined #commonlisp
Demosthe1ex has quit [Ping timeout: 252 seconds]
<cage> kpg: thank you very much!
<kpg> enjoy
jonatack has quit [Ping timeout: 246 seconds]
lagash has quit [Remote host closed the connection]
zwr has quit [Quit: Lost terminal]
zwr has joined #commonlisp
uhuh has joined #commonlisp
akoana has quit [Quit: leaving]
cage has quit [Quit: rcirc on GNU Emacs 29.4]
spdegabrielle has joined #commonlisp
pin56 has quit [Remote host closed the connection]
yitzi has quit [Remote host closed the connection]
mishoo has quit [Ping timeout: 248 seconds]
pin56 has joined #commonlisp
tam has joined #commonlisp
supercode has joined #commonlisp
pin56 has quit [Remote host closed the connection]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
mwnaylor has quit [Remote host closed the connection]
mwnaylor has joined #commonlisp
Equill has quit [Remote host closed the connection]
kevingal has joined #commonlisp
<Shinmera> there's also a sha1 of the contents of the tarball, but it's currently unused.
ym has quit [Ping timeout: 252 seconds]
dra has joined #commonlisp
Everything has joined #commonlisp
JuanDaugherty has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
Everything has quit [Ping timeout: 252 seconds]
Gleefre has quit [Ping timeout: 256 seconds]
Everything has joined #commonlisp
Gleefre has joined #commonlisp
alcor has quit [Ping timeout: 264 seconds]
synchrom1 has quit [Quit: WeeChat 4.0.5]
tam has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
pfdietz has joined #commonlisp
NotThatRPG has quit [Ping timeout: 248 seconds]
NotThatRPG_ has joined #commonlisp
Everything has quit [Quit: leaving]
Everything has joined #commonlisp
shka has quit [Quit: Konversation terminated!]
Alfr has quit [Read error: Connection reset by peer]
Alfr has joined #commonlisp
JuanDaugherty has quit [Quit: JuanDaugherty]
NotThatRPG_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pve has quit [Quit: leaving]
supercode has quit [Quit: Client closed]
gorignak has quit [Quit: quit]
cryptk has joined #commonlisp
donleo has quit [Ping timeout: 252 seconds]
dra has quit [Remote host closed the connection]
cryptk has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
wacki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Everything has quit [Quit: leaving]
spdegabrielle has quit [Quit: Connection closed for inactivity]
Pixel_Outlaw has joined #commonlisp
Ashy has joined #commonlisp
uhuh has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
attila_lendvai has quit [Ping timeout: 264 seconds]