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/>
jonatack has quit [Quit: WeeChat 3.8]
jonatack has joined #commonlisp
szkl has quit [Quit: Connection closed for inactivity]
Alfr has quit [Quit: Leaving]
random-nick has quit [Ping timeout: 244 seconds]
chrcav has joined #commonlisp
azimut has quit [Ping timeout: 240 seconds]
habamax has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.2)]
habamax has joined #commonlisp
Alfr has joined #commonlisp
<paulapatience> The keyword argument of UIOP:WITH-SAFE-IO-SYNTAX doesn't do anything, because it's overridden by the WITH-STANDARD-IO-SYNTAX within CALL-WITH-SAFE-IO-SYNTAX.
<paulapatience> The keyword argument being :PACKAGE.
ski has quit [Remote host closed the connection]
thuna` has quit [Remote host closed the connection]
tyson2 has quit [Remote host closed the connection]
eelhazred has quit [Quit: Connection closed for inactivity]
b00p has joined #commonlisp
b00p has quit [Ping timeout: 260 seconds]
habamax has quit [Remote host closed the connection]
habamax has joined #commonlisp
dcb has quit [Quit: MSN Messenger 4.0.2]
mmk2410 has quit [Quit: ZNC - https://znc.in]
mmk2410 has joined #commonlisp
waleee has quit [Ping timeout: 240 seconds]
robin has joined #commonlisp
robin_ has quit [Ping timeout: 260 seconds]
Inline has joined #commonlisp
Cymew has joined #commonlisp
rtypo has quit [Ping timeout: 250 seconds]
Cymew has quit [Quit: Konversation terminated!]
Cymew has joined #commonlisp
igemnace has joined #commonlisp
rainthree has joined #commonlisp
shka has joined #commonlisp
rpx has joined #commonlisp
LW has joined #commonlisp
LW has quit [Client Quit]
rgherdt has joined #commonlisp
amb007 has joined #commonlisp
dino_tutter has joined #commonlisp
Inline has quit [Ping timeout: 250 seconds]
pve has joined #commonlisp
habamax has quit [Remote host closed the connection]
bendersteed has joined #commonlisp
rainthree has quit [Read error: Connection reset by peer]
habamax has joined #commonlisp
habamax has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1)]
habamax has joined #commonlisp
rgherdt has quit [Remote host closed the connection]
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 260 seconds]
Lord_of_Life_ is now known as Lord_of_Life
luna-is-here has quit []
luna-is-here has joined #commonlisp
<avocadoist> is it clear whether returning a LABELS function and using it later, definitely non locally, should always work just fine ?
<beach> Sure.
<beach> It is an ordinary function with indefinite extent.
tyson2 has joined #commonlisp
<beach> avocadoist: Do you have reasons to think otherwise?
<beach> avocadoist: Are you still here?
lucasta has joined #commonlisp
Lord_of_Life has quit [Excess Flood]
Lord_of_Life has joined #commonlisp
jonatack has quit [Ping timeout: 240 seconds]
jonatack has joined #commonlisp
luis7 has joined #commonlisp
azimut has joined #commonlisp
random-nick has joined #commonlisp
waleee has joined #commonlisp
dinomug has quit [Remote host closed the connection]
tibfulv has quit [Remote host closed the connection]
tibfulv has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
rpx has quit [Quit: Client closed]
<avocadoist> beach: weird debugging results with a function created via alexandria:named-lambda; after having a `(break)` in the middle of its body, stepping over the following functions, I got a condition at the _beginning_ of its body when it got called next
<avocadoist> the step debugging condition, so it got me wondering. maybe theres something else I dont know
<beach> Stepping might do some strange stuff. What Common Lisp implementation are you using?
pranavats has left #commonlisp [Error from remote client]
pranavats has joined #commonlisp
waleee has quit [Ping timeout: 258 seconds]
waleee has joined #commonlisp
jmdaemon has quit [Ping timeout: 244 seconds]
habamax has quit [Remote host closed the connection]
splatt990 has joined #commonlisp
habamax has joined #commonlisp
<avocadoist> SBCL 2.1.10.0.HEAD.1-73c8c9f
tyson2 has joined #commonlisp
seok has quit [Quit: Client closed]
seok has joined #commonlisp
treflip has joined #commonlisp
amb007 has quit [Ping timeout: 240 seconds]
amb007 has joined #commonlisp
rtypo has joined #commonlisp
tyson2 has quit [Ping timeout: 252 seconds]
habamax has quit [Remote host closed the connection]
robin has quit [Ping timeout: 260 seconds]
<Shinmera> sbcl's stepper is kinda broken :/
robin has joined #commonlisp
didi has joined #commonlisp
NotThatRPG has quit [Remote host closed the connection]
<didi> Is there a document somewhere that reasons about when to use `error' or `assert'? For example, in a function that accepts two lists, these lists need to be the same size. Should I use (when different `error') or `assert' to protect against different sizes?
NotThatRPG has joined #commonlisp
<beach> ASSERT signals a correctable error but ERROR does not, and ASSERT is a bit simpler to use.
<didi> beach: oic, thanks. And in which context should I use either?
<beach> Up to you.
<didi> Understood. Thank you, beach.
<beach> Sure.
NotThatRPG has quit [Remote host closed the connection]
tyson2 has joined #commonlisp
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Remote host closed the connection]
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Remote host closed the connection]
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Remote host closed the connection]
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Remote host closed the connection]
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Remote host closed the connection]
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Remote host closed the connection]
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Remote host closed the connection]
NotThatRPG has joined #commonlisp
cage has joined #commonlisp
buffet has quit [Quit: WeeChat 3.8]
bendersteed has quit [Quit: bye]
treflip has quit [Quit: Quit]
OneBCPD has joined #commonlisp
zxcvz has joined #commonlisp
Inline has joined #commonlisp
zxcvz has quit [Client Quit]
dino_tutter has quit [Ping timeout: 260 seconds]
OneBCPD has quit [Quit: Client closed]
tyson2 has quit [Ping timeout: 260 seconds]
tyson2 has joined #commonlisp
igemnace has quit [Remote host closed the connection]
AetherWind has joined #commonlisp
seok has quit [Quit: Client closed]
seok has joined #commonlisp
waleee has quit [Ping timeout: 252 seconds]
Cymew has quit [Ping timeout: 260 seconds]
lucasta has quit [Quit: Leaving]
tyson2 has quit [Quit: ERC 5.6-git (IRC client for GNU Emacs 30.0.50)]
LW has joined #commonlisp
dino_tutter has joined #commonlisp
dcb has joined #commonlisp
tibfulv has quit [Remote host closed the connection]
tibfulv has joined #commonlisp
masinter has joined #commonlisp
avocadoist has quit [Remote host closed the connection]
avocadoist has joined #commonlisp
Inline has quit [Ping timeout: 260 seconds]
sco1 has quit [Quit: ZNC 1.8.2 - https://znc.in]
tyson2 has joined #commonlisp
ChanServ has quit [shutting down]
ChanServ has joined #commonlisp
akoana has joined #commonlisp
akoana has quit [Client Quit]
bitmapper has joined #commonlisp
jonatack has quit [Quit: WeeChat 3.8]
akoana has joined #commonlisp
robin has quit [Ping timeout: 260 seconds]
Guest2324432 has joined #commonlisp
Guest2324432 has quit [Client Quit]
robin has joined #commonlisp
akoana_ has joined #commonlisp
akoana_ has quit [Client Quit]
akoana has quit [Quit: Leaving]
akoana has joined #commonlisp
robin has quit [Read error: Connection reset by peer]
dino_tutter has quit [Ping timeout: 252 seconds]
cage has quit [Quit: rcirc on GNU Emacs 28.2]
tyson2 has quit [Ping timeout: 252 seconds]
jonatack has joined #commonlisp
akoana has quit [Quit: leaving]
akoana has joined #commonlisp
akoana has quit [Client Quit]
robin has joined #commonlisp
waleee has joined #commonlisp
nxtr has joined #commonlisp
dino_tutter has joined #commonlisp
jon_atack has joined #commonlisp
jonatack has quit [Read error: Connection reset by peer]
tyson2 has joined #commonlisp
NotThatRPG_ has joined #commonlisp
NotThatRPG has quit [Ping timeout: 260 seconds]
jmdaemon has joined #commonlisp
shka has quit [Ping timeout: 260 seconds]
LW has quit [Quit: WeeChat 3.8]
pve has quit [Quit: leaving]
NotThatRPG_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shka has joined #commonlisp
didi has quit [Remote host closed the connection]
dino_tutter has quit [Ping timeout: 258 seconds]
shka has quit [Ping timeout: 244 seconds]
Noisytoot has quit [Quit: ZNC 1.8.2 - https://znc.in]
Noisytoot has joined #commonlisp
habamax has joined #commonlisp
grawlinson has quit [Ping timeout: 244 seconds]
seok has quit [Quit: Client closed]
seok has joined #commonlisp
grawlinson has joined #commonlisp