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/>
mange has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
eddof13 has joined #commonlisp
Everything has quit [Quit: leaving]
eddof13 has quit [Quit: eddof13]
Lord_of_Life has quit [Ping timeout: 272 seconds]
Lord_of_Life has joined #commonlisp
chomwitt has quit [Ping timeout: 248 seconds]
JuanDaugherty has quit [Quit: JuanDaugherty]
troojg has joined #commonlisp
Akbar-Birbal has joined #commonlisp
amb007 has joined #commonlisp
edgar-rft` has joined #commonlisp
flip214 has quit [Ping timeout: 264 seconds]
edgar-rft_ has quit [Ping timeout: 260 seconds]
Bubblegumdrop has joined #commonlisp
JuanDaugherty has joined #commonlisp
lucasta has quit [Quit: Leaving]
flip214 has joined #commonlisp
random-nick has quit [Ping timeout: 255 seconds]
bjorkintosh has joined #commonlisp
bjorkintosh has joined #commonlisp
bjorkintosh has quit [Changing host]
Catie has quit [Ping timeout: 276 seconds]
JuanDaugherty has quit [Quit: JuanDaugherty]
troojg has quit [Ping timeout: 272 seconds]
ajf_ has quit [Remote host closed the connection]
Catie has joined #commonlisp
Alfr has quit [Ping timeout: 276 seconds]
shawnw has quit [Ping timeout: 260 seconds]
Alfr has joined #commonlisp
semz has quit [Quit: ZNC 1.8.2+deb2ubuntu0.1 - https://znc.in]
jonatack has quit [Quit: WeeChat 4.4.3]
brokkoli_origin has quit [Ping timeout: 276 seconds]
brokkoli_origin has joined #commonlisp
kg7ski has quit [Ping timeout: 255 seconds]
semz has joined #commonlisp
jonatack has joined #commonlisp
shka has quit [Ping timeout: 276 seconds]
shka has joined #commonlisp
zwr has quit [Read error: Connection reset by peer]
zwr has joined #commonlisp
kg7ski has joined #commonlisp
shawnw has joined #commonlisp
kg7ski has quit [Ping timeout: 260 seconds]
mishoo has joined #commonlisp
gnoo has quit [Ping timeout: 272 seconds]
gnoo has joined #commonlisp
hide-negative has joined #commonlisp
Th30n` has joined #commonlisp
wacki has joined #commonlisp
Th30n has quit [Ping timeout: 248 seconds]
dajole has joined #commonlisp
dd_ccc_bbb is now known as dcb
shawnw_ has joined #commonlisp
shawnw has quit [Ping timeout: 255 seconds]
wacki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
notzmv has quit [Read error: Connection reset by peer]
zwr has quit [Ping timeout: 246 seconds]
shawnw_ has quit [Ping timeout: 246 seconds]
mange has quit [Remote host closed the connection]
Pixel_Outlaw has quit [Quit: Leaving]
shka has quit [Quit: Konversation terminated!]
chomwitt has joined #commonlisp
shka has joined #commonlisp
varjag has joined #commonlisp
varjag has quit [Ping timeout: 252 seconds]
pve has joined #commonlisp
shka has quit [Quit: Konversation terminated!]
shka has joined #commonlisp
zlqrvx has quit [Quit: %quit%]
zlqrvx has joined #commonlisp
amb007 has quit [Ping timeout: 252 seconds]
amb007 has joined #commonlisp
treflip has joined #commonlisp
hide-negative has quit [Remote host closed the connection]
mgl_ has joined #commonlisp
treflip has quit [Ping timeout: 260 seconds]
Th30n` has quit [Remote host closed the connection]
Th30n` has joined #commonlisp
olivial has quit [Read error: Connection reset by peer]
olivial has joined #commonlisp
rainthree has joined #commonlisp
Th30n` is now known as Th30n
Akbar-Birbal has left #commonlisp [#commonlisp]
theruran has quit [Quit: Connection closed for inactivity]
rainthree has quit [Ping timeout: 244 seconds]
Perflosopher2 has joined #commonlisp
Perflosopher has quit [Ping timeout: 260 seconds]
Perflosopher2 is now known as Perflosopher
liminality has joined #commonlisp
<liminality> hi all
Akbar-Birbal has joined #commonlisp
<jackdaniel> o/
cow_2001 is now known as dr_jest
dr_jest is now known as doctor_jest
doctor_jest is now known as dr_jest
<beach> Hello liminality.
<liminality> long time no see :)
pkal has quit [Read error: Connection reset by peer]
pkal has joined #commonlisp
brokkoli_origin has quit [Ping timeout: 252 seconds]
brokkoli_origin has joined #commonlisp
aadcg has joined #commonlisp
<aadcg> I'd like to pass all slots of a class to with-slots in a more streamlined way
<aadcg> how can I fix the last sexp?
<jackdaniel> (defmacro with-sleuth ((class instance) &body body) `(with-slots ,(mopu: ... class) ,instance ,@body)
<jackdaniel> )
<aadcg> oh I see, it's due to the order of evaluation
<aadcg> thanks!
<jackdaniel> no, it is not about the order of evaluation
<jackdaniel> it is because with-slots accepts a list of symbols (or let-like clauses)
<jackdaniel> so you can't pass there an expression
<jackdaniel> in order to fix that you pass the list by computing it inserting into the macro expansion
<jackdaniel> and inserting*
<jackdaniel> note that the class must be finalized before the macro is expanded, so it is best to be defined in the another compilation unit than with-sleuth forms
<jackdaniel> (or wrapped in eval-when)
amb007 has quit [Ping timeout: 260 seconds]
varjag has joined #commonlisp
<aadcg> I see, thanks!
aadcg has quit [Ping timeout: 252 seconds]
treflip has joined #commonlisp
amb007 has joined #commonlisp
rainthree has joined #commonlisp
rainthree has quit [Remote host closed the connection]
rainthree has joined #commonlisp
dr_jest is now known as cow_2001
rainthree has quit [Ping timeout: 272 seconds]
rainthree has joined #commonlisp
dino_tutter has joined #commonlisp
pranav has quit [Read error: Connection reset by peer]
triffid has quit [Remote host closed the connection]
anticomputer has quit [Remote host closed the connection]
anticomputer has joined #commonlisp
triffid has joined #commonlisp
pranav has joined #commonlisp
ezakimak_ has joined #commonlisp
ezakimak has quit [Read error: Connection reset by peer]
dajole has quit [Quit: Connection closed for inactivity]
chomwitt has quit [Ping timeout: 252 seconds]
liminality has quit [Ping timeout: 276 seconds]
rainthree has quit [Read error: Connection reset by peer]
rainthree has joined #commonlisp
attila_lendvai_ has joined #commonlisp
treflip has quit [Ping timeout: 245 seconds]
attila_lendvai_ is now known as attila_lendvai
random-nick has joined #commonlisp
amb007 has quit [Ping timeout: 245 seconds]
amb007 has joined #commonlisp
mwnaylor has quit [Ping timeout: 252 seconds]
zlqrvx has quit [Quit: %quit%]
zlqrvx has joined #commonlisp
rainthree has quit [Ping timeout: 264 seconds]
zlqrvx has quit [Quit: %quit%]
zlqrvx has joined #commonlisp
pranav has quit [Remote host closed the connection]
pranav has joined #commonlisp
subhuman has joined #commonlisp
rainthree has joined #commonlisp
pve has quit [Ping timeout: 252 seconds]
liminality has joined #commonlisp
pve has joined #commonlisp
rainthree has quit [Ping timeout: 260 seconds]
pve has quit [Ping timeout: 276 seconds]
liminality has quit [Ping timeout: 276 seconds]
subhuman has quit [Remote host closed the connection]
apac has joined #commonlisp
chomwitt has joined #commonlisp
cage has joined #commonlisp
cage has quit [Excess Flood]
cage has joined #commonlisp
jonatack has quit [Ping timeout: 244 seconds]
alcor has joined #commonlisp
apac has quit [Ping timeout: 260 seconds]
liminality has joined #commonlisp
varjag has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
apac has joined #commonlisp
apa_c has joined #commonlisp
apac has quit [Ping timeout: 265 seconds]
eddof13 has joined #commonlisp
apa_c has quit [Ping timeout: 260 seconds]
ingeniot has joined #commonlisp
ezakimak_ has quit []
ezakimak has joined #commonlisp
_404man`` has joined #commonlisp
_404man` has quit [Ping timeout: 252 seconds]
apa_c has joined #commonlisp
liminality has quit [Ping timeout: 265 seconds]
rootnode- has joined #commonlisp
ingeniot has quit [Ping timeout: 256 seconds]
mgl_ has quit [Ping timeout: 265 seconds]
eddof13 has quit [Quit: eddof13]
eddof13 has joined #commonlisp
apa_c has quit [Ping timeout: 252 seconds]
lucasta has joined #commonlisp
apa_c has joined #commonlisp
zwr has joined #commonlisp
younder has joined #commonlisp
liminality has joined #commonlisp
liminality has quit [Ping timeout: 252 seconds]
rogersm has joined #commonlisp
wacki has joined #commonlisp
alcor has quit [Remote host closed the connection]
amb007 has quit [Ping timeout: 252 seconds]
amb007 has joined #commonlisp
alcor has joined #commonlisp
drewjose has quit [Quit: bye]
drewjose has joined #commonlisp
liminality has joined #commonlisp
ingeniot has joined #commonlisp
eddof13 has quit [Quit: eddof13]
eddof13 has joined #commonlisp
apa_c has quit [Ping timeout: 265 seconds]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
chomwitt has quit [Ping timeout: 265 seconds]
amb007 has quit [Ping timeout: 252 seconds]
amb007 has joined #commonlisp
Everything has joined #commonlisp
dajole has joined #commonlisp
Akbar-Birbal has left #commonlisp [#commonlisp]
rogersm has quit [Quit: Leaving...]
zxcvz has joined #commonlisp
kurfen has quit [Ping timeout: 252 seconds]
pestctrl has quit [Ping timeout: 260 seconds]
prokhor has quit [Remote host closed the connection]
kurfen has joined #commonlisp
mgl_ has joined #commonlisp
apa_c has joined #commonlisp
attila_lendvai_ has joined #commonlisp
attila_lendvai has quit [Ping timeout: 246 seconds]
Akbar-Birbal has joined #commonlisp
prokhor has joined #commonlisp
zwr has quit [Read error: Connection reset by peer]
ingeniot has quit [Quit: Client closed]
zwr has joined #commonlisp
prokhor has quit [Remote host closed the connection]
triffid has quit [Remote host closed the connection]
lucasta has quit [Quit: Leaving]
triffid has joined #commonlisp
lucasta has joined #commonlisp
prokhor has joined #commonlisp
szkl has quit [Quit: Connection closed for inactivity]
eddof13 has quit [Quit: eddof13]
zxcvz has quit [Quit: zxcvz]
pranav has quit [Remote host closed the connection]
pranav has joined #commonlisp
pranav has quit [Read error: Connection reset by peer]
johnjaye has quit [Ping timeout: 265 seconds]
pabs3 has quit [Read error: Connection reset by peer]
eddof13 has joined #commonlisp
attila_lendvai_ has quit [Ping timeout: 252 seconds]
prokhor has quit [Remote host closed the connection]
mishoo has quit [Ping timeout: 255 seconds]
pabs3 has joined #commonlisp
X-Scale has joined #commonlisp
pabs3 has quit [Excess Flood]
pabs3 has joined #commonlisp
JuanDaugherty has joined #commonlisp
prokhor has joined #commonlisp
johnjaye has joined #commonlisp
Akbar-Birbal has left #commonlisp [#commonlisp]
chomwitt has joined #commonlisp
shka has quit [Read error: Connection reset by peer]
varjag has joined #commonlisp
cage has quit [Quit: rcirc on GNU Emacs 29.4]
apa_c has quit [Ping timeout: 252 seconds]
apac has joined #commonlisp
shka has joined #commonlisp
zwr has quit [Read error: Connection reset by peer]
kurfen has quit [Quit: ZNC - https://znc.in]
yitzi has joined #commonlisp
kurfen has joined #commonlisp
zwr has joined #commonlisp
mgl_ has quit [Ping timeout: 252 seconds]
notzmv has joined #commonlisp
mwnaylor has joined #commonlisp
amb007 has quit [Ping timeout: 276 seconds]
alcor has quit [Remote host closed the connection]
JuanDaugherty has quit [Quit: JuanDaugherty]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 244 seconds]
wacki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Everything has quit [Ping timeout: 260 seconds]
Everything has joined #commonlisp
yitzi has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
lucasta has quit [Remote host closed the connection]
shawnw_ has joined #commonlisp
kevingal has joined #commonlisp
gorignak has quit [Quit: quit]
szkl has joined #commonlisp
gorignak has joined #commonlisp
apac has quit [Ping timeout: 265 seconds]
amb007 has joined #commonlisp
X-Scale has quit [Quit: Client closed]
lucasta has joined #commonlisp
varjag has quit [Ping timeout: 245 seconds]
amb007 has quit [Ping timeout: 248 seconds]
pillton has joined #commonlisp
gorignak has quit [Quit: quit]
liminality has quit [Ping timeout: 248 seconds]
chomwitt has quit [Ping timeout: 252 seconds]
X-Scale has joined #commonlisp
gorignak has joined #commonlisp
dino_tutter has quit [Ping timeout: 248 seconds]
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
eddof13 has quit [Ping timeout: 276 seconds]
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
shka has quit [Quit: Konversation terminated!]