Xach 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>
theothornhill has quit [Ping timeout: 268 seconds]
thomaslewis has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
NotThatRPG has joined #commonlisp
akoana has joined #commonlisp
thomaslewis has left #commonlisp [#commonlisp]
thomaslewis has joined #commonlisp
thomaslewis has left #commonlisp [#commonlisp]
taiju has quit [Ping timeout: 264 seconds]
taiju has joined #commonlisp
dre has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 256 seconds]
Lord_of_Life_ has joined #commonlisp
thomaslewis has joined #commonlisp
dre has quit [Client Quit]
Lord_of_Life_ is now known as Lord_of_Life
dre has joined #commonlisp
Colt has joined #commonlisp
dre has quit [Quit: Leaving]
dre has joined #commonlisp
stacksmith is now known as asshole
asshole is now known as Guest1876
Volt has joined #commonlisp
Guest1876 is now known as asshloe
dre has quit [Quit: Leaving]
rgherdt has quit [Remote host closed the connection]
dre has joined #commonlisp
rgherdt has joined #commonlisp
abrantesasf has quit [Remote host closed the connection]
random-nick has quit [Ping timeout: 265 seconds]
asarch has joined #commonlisp
random-nick has joined #commonlisp
random-nick has quit [Ping timeout: 256 seconds]
Catie has quit [Quit: heading out]
yewscion has quit [Ping timeout: 264 seconds]
waleee has quit [Quit: WeeChat 3.3]
asarch has quit [Quit: Leaving]
Guest74 has joined #commonlisp
green_ has joined #commonlisp
atgreen has quit [Ping timeout: 250 seconds]
taiju has quit [Ping timeout: 256 seconds]
lisp123 has joined #commonlisp
<lisp123> scymtym: Thanks! That worked well
taiju has joined #commonlisp
light has left #commonlisp [#commonlisp]
Bike has quit [Quit: sleep]
Oladon has quit [Quit: Leaving.]
aartaka has joined #commonlisp
green_ has quit [Ping timeout: 256 seconds]
beach has joined #commonlisp
<beach> Good morning everyone!
s-liao has quit [Quit: Client closed]
Guest74 has quit [Ping timeout: 268 seconds]
X-Scale has quit [Ping timeout: 256 seconds]
X-Scale` has joined #commonlisp
X-Scale` is now known as X-Scale
<lisp123> Good morning beach
asen has joined #commonlisp
<ebrasca> Good morning beach!
asen has quit [Read error: Connection reset by peer]
asen has joined #commonlisp
aartaka has quit [Ping timeout: 268 seconds]
semz has quit [Ping timeout: 250 seconds]
aartaka has joined #commonlisp
asen has quit [Client Quit]
s-liao has joined #commonlisp
jealousmonk has quit [Quit: ERC (IRC client for Emacs 27.1)]
Oladon has joined #commonlisp
semz has joined #commonlisp
waleee has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
Jach has quit [Read error: Connection reset by peer]
azimut_ has quit [Remote host closed the connection]
azimut has joined #commonlisp
Jach has joined #commonlisp
bcasiello__ has quit [Ping timeout: 256 seconds]
Lycurgus has joined #commonlisp
pranavats has left #commonlisp [Disconnected: Replaced by new connection]
pranavats has joined #commonlisp
s-liao has quit [Quit: Client closed]
john__ has joined #commonlisp
Volt has quit [Quit: ]
waleee has quit [Quit: WeeChat 3.3]
akoana has quit [Quit: leaving]
Cymew has joined #commonlisp
Lycurgus has quit [Quit: Exeunt]
VincentVega has joined #commonlisp
amb007 has quit [Ping timeout: 260 seconds]
amb007 has joined #commonlisp
aartaka has quit [Ping timeout: 260 seconds]
aartaka has joined #commonlisp
dre has quit [Ping timeout: 240 seconds]
Lord_Nightmare has quit [Remote host closed the connection]
Lord_Nightmare has joined #commonlisp
mrcom_ has joined #commonlisp
mrcom has quit [Ping timeout: 260 seconds]
john__ has quit [Ping timeout: 256 seconds]
VincentVega has quit [Read error: Connection reset by peer]
s-liao has joined #commonlisp
<jackdaniel> lisp123: it seems that I gave you somewhat incorrect information about asdf yesterday (scymtym provided correction), sorry about that
edgar-rft has quit [Quit: Leaving]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
s-liao has quit [Ping timeout: 256 seconds]
Oladon has quit [Quit: Leaving.]
VincentVega has joined #commonlisp
shka has joined #commonlisp
<lisp123> jackdaniel: No issues :)
puchacz has joined #commonlisp
lisp123 has quit [Quit: Leaving...]
resttime has quit [Quit: resttime]
resttime has joined #commonlisp
<puchacz> morning - in trivia a pattern (list :x y z) means match to a list that starts with the keyword :x, then bind remaining 2 elements to variables y and z. How can I say that I want to match to a list that has a specific symbol, like I did for the keyword please?
resttime has quit [Client Quit]
resttime has joined #commonlisp
cage has joined #commonlisp
_whitelogger has quit [Ping timeout: 264 seconds]
_whitelogger has joined #commonlisp
<jackdaniel> perhaps (list :x 'y 'z) (just guessing)
VincentV` has joined #commonlisp
lisp123 has joined #commonlisp
VincentVega has quit [Ping timeout: 268 seconds]
s-liao has joined #commonlisp
<lisp123> Why was CMUCL conceptually hard to port to new platforms and how did SBCL solve that (if anybody knows)?
<jackdaniel> cmucl build relied (still relies) on a previous version of cmucl, sbcl now may be boostrapped from a conforming common lisp implementation
<lisp123> Ah, that makes a lot of sense
<jackdaniel> also cmucl bundled (bunles?) various contribs like clx etc, so there were more software to "port" if necessary
<lisp123> That's true. Stuff like hemlock as well
<jackdaniel> sbcl has only the implementation and implementation-specific contribs (if I understand correctly)
<lisp123> So ECL & CLISP play a big role in portability of the ecosystem
<jackdaniel> I'd say that sbcl is also a conforming implementation you may bootstrap it from
<lisp123> I see
<jackdaniel> here's a funny quiz: (define-symbol-macro foo 42) (constantp 'foo) ; <- what is the result of the second form?
<puchacz> jackdaniel - thanks, I will try
dre has joined #commonlisp
<hayley> jackdaniel: It might be true or false, depending on if CONSTANTP expands macros.
<jackdaniel> exactly
pranavats has left #commonlisp [#commonlisp]
s-liao has quit [Ping timeout: 256 seconds]
s-liao has joined #commonlisp
<puchacz> jackdaniel - FYI, quoting a symbol in trivia works.
<jackdaniel> cool :)
<puchacz> (match '(:x y 2) ((list :x 'y z) z)) ---> 2
<puchacz> maybe these things are evaluated?
<puchacz> the pattern elements. who knows :)
igemnace has quit [Quit: WeeChat 3.3]
kingofcsu has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
theothornhill has joined #commonlisp
amb007 has joined #commonlisp
azimut has quit [Ping timeout: 276 seconds]
azimut has joined #commonlisp
Everything has joined #commonlisp
theothornhill has quit [Ping timeout: 268 seconds]
hhdave has quit [Ping timeout: 250 seconds]
hhdave_ has joined #commonlisp
rotateq has joined #commonlisp
azimut has quit [Ping timeout: 276 seconds]
azimut has joined #commonlisp
igemnace has joined #commonlisp
amb007 has quit [Ping timeout: 260 seconds]
amb007 has joined #commonlisp
random-nick has joined #commonlisp
azimut has quit [Ping timeout: 276 seconds]
cosimone has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
<puchacz> okay, fare-quasiquote is a better syntax for matching lists in trivia. works for ABCL. not sure how standard named readtables are.
<jackdaniel> puchacz: what are you working btw?
amb007 has joined #commonlisp
didi has left #commonlisp [O bella ciao bella ciao bella ciao, ciao, ciao.]
<puchacz> jackdaniel - at my day job, I am analysing a spreadsheet with visual basic formulae.
<puchacz> so I load it with Java's Apache POI (hacked to show me VBA tree) and map it to Lisp's nested lists
peterhil has joined #commonlisp
<puchacz> I match against these VBA abstract syntax trees
kingofcsu has quit [Ping timeout: 240 seconds]
<puchacz> in excel, people tend to copy-paste formulae so only cell references are different, but the formula structure is the same
<puchacz> like =IF(ISNUMBER(cellRef), something, elseSomethingElse)
<jackdaniel> indeed sounds like a pattern matching :)
<puchacz> yes, first time ever I tried it and it is a perfect match, pardon the pun
<jackdaniel> or parsing
<puchacz> parsing is done by Apache POI in Java, but their default source code does not expose it, so I had to add a minor hack there first
<puchacz> I match against what Apache POI returns (but represented as Lisp's nested lists)
<jackdaniel> I see
theothornhill has joined #commonlisp
<puchacz> by the way, can I "install" named reatable permanently in my package?
<puchacz> so I don't need to have (in-readtable :fare-quasiquote) in every file and in REPL?
<hayley> Packages don't know anything about named readtables, so it seems unlikely.
<jackdaniel> you could write asdf extension to do that
<puchacz> is it per file, this form? (in-readtable ...) ?
<jackdaniel> like asdf-flv
<jackdaniel> yes, *readtable* is a file local variable
<puchacz> ok, another day then :)
<puchacz> tks
samps has joined #commonlisp
azimut has joined #commonlisp
<puchacz> is the named-readtables library written in standard common lisp btw?
<puchacz> i.e. guaranteed to work in any compliant lisp? or something that relies on non-standard language extensions?
<hayley> It's all standard Common Lisp to my knowledge.
<hayley> At least, I don't see what implementation dependent code would be needed.
azimut has quit [Remote host closed the connection]
azimut has joined #commonlisp
<rotateq> and even when the #+ and #- save the day ^^
Everything has quit [Quit: leaving]
<puchacz> thanks :)
tyson2 has joined #commonlisp
dre has quit [Ping timeout: 260 seconds]
<jackdaniel> I've heard that if you run in-readtable under three different implementations at midnight and look in the mirror.. it is too scary to tell
jackdaniel is now known as candlejack
<puchacz> :)
<rotateq> hehe
<rotateq> so who spawn then?
<rotateq> *spawns
azimut has quit [Ping timeout: 276 seconds]
* candlejack can't tell but his nick contains a hint why
aartaka has quit [Read error: Connection reset by peer]
aartaka has joined #commonlisp
theothornhill has quit [Ping timeout: 260 seconds]
theothornhill has joined #commonlisp
asshloe is now known as stacksmith
theothornhill has quit [Ping timeout: 268 seconds]
semz has quit [Quit: Leaving]
Cymew has quit [Ping timeout: 268 seconds]
kingofcsu has joined #commonlisp
theothornhill has joined #commonlisp
Lycurgus has joined #commonlisp
thmprover has joined #commonlisp
peterhil has quit [Remote host closed the connection]
peterhil has joined #commonlisp
azimut has joined #commonlisp
theothornhill has quit [Ping timeout: 256 seconds]
Bike has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
cosimone has quit [Remote host closed the connection]
cosimone has joined #commonlisp
Colt has quit [Quit: Leaving]
Inline has joined #commonlisp
cosimone has quit [Ping timeout: 265 seconds]
pve has joined #commonlisp
defb has joined #commonlisp
edgar-rft has joined #commonlisp
theothornhill has joined #commonlisp
igemnace has quit [Remote host closed the connection]
aartaka has quit [Ping timeout: 268 seconds]
s-liao has quit [Ping timeout: 256 seconds]
aartaka has joined #commonlisp
theothornhill has quit [Ping timeout: 268 seconds]
igemnace has joined #commonlisp
ym has joined #commonlisp
kingofcsu has quit [Quit: Leaving]
cosimone has joined #commonlisp
Lycurgus has quit [Quit: Exeunt]
waleee has joined #commonlisp
s-liao has joined #commonlisp
rotateq has quit [Remote host closed the connection]
s-liao has quit [Quit: Client closed]
Guest7476 has joined #commonlisp
<Guest7476> couldn't you just change the readtable in your config file?
<puchacz> not sure, these things are new to me
samps has quit [Quit: Client closed]
<puchacz> and I need to balance my time between actually progressing with analysing the spreadsheet and improving the toolset
<puchacz> so for now I am accepting I need to change the readtable in every file or when I start REPL
<puchacz> on another note, I think changing readtable knocked out reader macro in ABCL that I used to call into Java, e.g. (#"methodName" object arg1 arg2) etc.
<puchacz> I will figure out later how to restore it
<puchacz> of course things that are already compiled with this macro still work
<puchacz> (possibly just call the line from the JSS package that installed this macro in the first place)
<puchacz> (in its source file)
<Bike> hayley, puchaz: named readtables has some implementation specific stuff to paper over minor differencdes, and also to iterate over readtables efficiently (since the only standard way would be to go over every character in the charset). i think it will load without implementation-specific support, though.
<puchacz> Bike, I will find out sooner or later :)
<puchacz> as now I am starting to use it
<Bike> and named-readtables has a thing to import individual macros from other readtables you could probably use for #"
<puchacz> oh, what am I looking for please?
<puchacz> and will it modify the fare-quasiquote readtable, or I need to add the #" macro each time I change readtables?
<Guest7476> you should probably make your own readtable with everything you need in it.
<puchacz> ok, I will explore it, I see named-readtables has a faciilty to merge readtables
<puchacz> but for now, back to actual work :)
* edgar-rft thinks about doing some hypothetical meta-work
amb007 has quit [Ping timeout: 265 seconds]
amb007 has joined #commonlisp
VincentV` has quit [Remote host closed the connection]
tyson2 has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
tyson2 has joined #commonlisp
frgo has joined #commonlisp
abrantesasf has joined #commonlisp
terrorjack has quit [Quit: The Lounge - https://thelounge.chat]
terrorjack has joined #commonlisp
bcasiello__ has joined #commonlisp
Oladon has joined #commonlisp
puchacz has quit [Quit: Client closed]
Inline has quit [Ping timeout: 265 seconds]
VincentVega has joined #commonlisp
NotThatRPG has quit [Ping timeout: 260 seconds]
VincentV` has joined #commonlisp
VincentVega has quit [Ping timeout: 240 seconds]
gxt has quit [Remote host closed the connection]
gxt has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
VincentV` has quit [Ping timeout: 256 seconds]
X-Scale` has joined #commonlisp
X-Scale has quit [Ping timeout: 256 seconds]
X-Scale` is now known as X-Scale
NotThatRPG has joined #commonlisp
rogersm has joined #commonlisp
pve has quit [Ping timeout: 260 seconds]
Jing has quit [Read error: Connection reset by peer]
Jing has joined #commonlisp
puchacz has joined #commonlisp
Catie has joined #commonlisp
pve has joined #commonlisp
jealousmonk has joined #commonlisp
leo_song has quit [Ping timeout: 265 seconds]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
puchacz has quit [Quit: Client closed]
Inline has joined #commonlisp
Inline has quit [Remote host closed the connection]
tyson2 has joined #commonlisp
Inline has joined #commonlisp
Inline has quit [Remote host closed the connection]
VincentVega has joined #commonlisp
Inline has joined #commonlisp
jealousmonk has quit [Quit: ERC (IRC client for Emacs 27.1)]
sm2n_ has quit [Read error: Connection reset by peer]
sm2n has joined #commonlisp
<Guest7476> Is there a way to have print-object only apply to a certain package. bit-vectors seem like a bad choice now when I've got over 600 elements of which only a handful are set.
<Guest7476> I mainly want to change how bit-vectors are displayed in slimes inspector.
<yitzi> You might be able to come up with something with an :around method that does call-next-method conditionally.
theothornhill has joined #commonlisp
<lisp123> Guest7476: Can you try shadowing it?
amb007 has quit [Ping timeout: 256 seconds]
amb007 has joined #commonlisp
<Guest7476> i think slime just uses the cl generic.
<Guest7476> yitzi: It seems like print-object just gets the object, no symbol, so can't see how I would constrain that.
stacksmith is now known as loudmouth
<lisp123> Guest7476: So what do you currently do? Am I correct in assuming you have written a method specialising PRINT-OBJECT for your class but don't that particular version to apply for objects interned in a particular package?
theothornhill has quit [Ping timeout: 268 seconds]
phantomics has quit [Read error: Connection reset by peer]
<Guest7476> I wouldn't want it to affect the display of bit-vectors in any body else's stuff. Maybe i'll just use it while debugging. or maybe I'll just ditch the bit vectors. I'm not sure what the speed difference is constantly counting under 10 elements ina 600 bit array compared to just having a list of the 10 elements.
<pjb> Guest7476: methods dispatch in classes, and on objects.
<pjb> Guest7476: so you'd have to make a specific class, or dispatch on specific bit-vector instances.
<Guest7476> or maybe there's something in slime? Which is what I'm mainly after.
<pjb> (let ((set #*1010)) (defmethod print-object ((set (eql set)) stream) (format stream "set {") (dotimes (bit (length set)) (when (plusp (aref set bit)) (format stream "~A " bit))) (format stream "}")) (print set)) #|
<pjb> set {0 2 } --> set {0 2 } |#
<pjb> (let ((set #*1010)) (defmethod print-object ((set (eql set)) stream) (format stream "set {") (dotimes (bit (length set)) (when (plusp (aref set bit)) (format stream "~A " bit))) (format stream "}")) (print (list set #*1010))) #|
<pjb> (set {0 2 } #*1010) --> (set {0 2 } #*1010) |#
<yitzi> If there is some dynamic variable indicating you are in slime then you would could conditionally call call-next-method as I said.
cosimone has quit [Remote host closed the connection]
cosimone has joined #commonlisp
<random-nick> you could keep all instances of your bit-vectors in a global weak hash-table but that would be a waste of performance and memory
<Guest7476> yes, I've found out hash tables are horrible for performance
<yitzi> Guest7476: No idea if there is an appropriate variable in slime. https://plaster.tymoon.eu/view/2714#2714
<Guest7476> neither do i.
theothornhill has joined #commonlisp
<yitzi> Maybe you could just check to see if the swank package is loaded?
<etimmons> You can probably do something with `emacs-inspect` That's the GF swank uses to prepare the display for the inspector
<etimmons> If all your bit vectors are within your own classes, just specialize on your class and change how they're presented
amb007 has quit [Read error: Connection reset by peer]
<Guest7476> no, the best way would be to specialize on the stream type if slime had a specific type of stream. this would still affect other packages.
amb007 has joined #commonlisp
loudmouth is now known as jackass
<_death> you could add a parameter to emacs-inspect's GF that allows different clients
<Guest7476> etimmons: they get passed around and are sometimes standalone. checking out that fn.
theothornhill has quit [Ping timeout: 240 seconds]
<etimmons> I think your problem is ill specified. Why are you so concerned about the package? It seems like you want them to display differently only while you're developing/debugging. If so, just put it in your init file and not in your project
<Guest7476> looks like all the inspect things are functions.
<etimmons> Or put it in your project as a helper and tell others to evaluate it if they're starting to debug your code
<Guest7476> Like I said, I could do that. But it would be nice to know if it's possible some way. Knowledge never hurts.
<Guest7476> ah, found the methods.
VincentVega has quit [Read error: Connection reset by peer]
<_death> in general for development I find https://github.com/death/slime/commit/f7e55dfe75a6d2717c27d3d9fa74ea5c8c4e0aaf more useful, though I do have libraries that define emacs-inspect methods (on my own classes)
<etimmons> If you're focused on package, the best I think you can do is yitzi's :around method and look at the current *package* binding. As far as I know there is no way for you to take an object and figure out which symbols are bound to it (which is what it sounds like you want).
<Guest7476> thanks _death: that's interesting.
shka has quit [Quit: Konversation terminated!]
<Guest7476> etimmons: yeah, that kinda works if you're in the package. kinda impossible to trace back the value to the package, so I guess that's out.
<Guest7476> ugh, now I got to remove a method. Guess it's time to try it from the slime inspector.
<_death> very easy using the inspector
<Guest7476> lol, how do I inspect the generic in the first place?
<_death> #'foo
<_death> C-c I * RET
shka has joined #commonlisp
karlosz has joined #commonlisp
<Guest7476> thanks!
theothornhill has joined #commonlisp
<Guest7476> oh, that's so painless.
<lisp123> _death: Thanks! Didn't know that shortcut
<_death> (replace * with #'foo if you wish.. often I find that I evaluate things in the repl because I want to inspect them)
<Guest7476> what else works with C-c? There documentation somewhere?
<lisp123> Guest7476: C-h b in your slime buffer will tell you all the bindings
<Guest7476> thumbs up
<_death> or C-h m .. recently emacs developers overhauled its design, though I don't compile emacs often enough to have it
shka has quit [Client Quit]
<Guest7476> wonder what all the ^L 's are in the output
<Guest7476> well at least I learned something today. Adding this backtracking has been like 10 steps back.
shka has joined #commonlisp
<Catie> The ^L characters are used as markers for forward-page and backward-page
cosimone has quit [Remote host closed the connection]
cosimone has joined #commonlisp
shka has quit [Client Quit]
<Guest7476> learned two things.
<Catie> I always wondered the same! It's mostly elisp programmers who use them, but I won't pretend I haven't thrown a ^L or two into my source
phantomics has joined #commonlisp
<_death> it's the ascii code 12 (new page)
shka has joined #commonlisp
<_death> telling the printer to start a new page
theothornhill has quit [Ping timeout: 260 seconds]
<lisp123> _death: honestly from that screenshot, it doesn't look like much of an improvement (https://lars.ingebrigtsen.no/wp-content/uploads/2021/11/2021-11-02-13.png)
<Guest7476> man it's impossible to call code-char on it.
<_death> the lhs shows the old, rhs shows the new
<_death> (code-char 12) => #\Page
<_death> (string #\Page) => " "
<Guest7476> yes, just can't get it from a copy paste
<lisp123> I guess the drop downs are nice
Colt has joined #commonlisp
<_death> the little images are weird, as the post hints.. but there are much worse discussions on emacs-devel that aren't for the faint hearted long time emacs user.. though often in practice UI conservatism wins, as it should :)
gaqwas has joined #commonlisp
<lisp123> Indeed, Emacs conservatism is one of its best features! Guaranteed to stay the same (more or less)
theothornhill has joined #commonlisp
nkatte has joined #commonlisp
nkatte has quit [Remote host closed the connection]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
theothornhill has quit [Ping timeout: 268 seconds]
theothornhill has joined #commonlisp
ebrasca has quit [Remote host closed the connection]
theothornhill has quit [Remote host closed the connection]
Guest7476 has quit [Quit: Connection closed]
FragmentedCurve has joined #commonlisp
bcasiello__ has quit [Read error: Connection reset by peer]
theothornhill has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
NotThatRPG has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
theothornhill has quit [Remote host closed the connection]
cage has quit [Quit: rcirc on GNU Emacs 27.1]
sm2n has quit [Read error: Connection reset by peer]
sm2n has joined #commonlisp
Devon has quit [Ping timeout: 260 seconds]
theothornhill has joined #commonlisp
jackass is now known as stacksmith
ym has quit [Ping timeout: 264 seconds]
sm2n has quit [Read error: Connection reset by peer]
sm2n has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shka has quit [Ping timeout: 260 seconds]
Oladon has quit [Quit: Leaving.]
theothornhill has quit [Remote host closed the connection]
scymtym has quit [Remote host closed the connection]
scymtym has joined #commonlisp
shka has joined #commonlisp
shka has quit [Ping timeout: 268 seconds]
igemnace has quit [Ping timeout: 264 seconds]
Devon has joined #commonlisp
Oladon has joined #commonlisp
pve has quit [Quit: leaving]
igemnace has joined #commonlisp
NotThatRPG has joined #commonlisp
Guest74 has joined #commonlisp
cosimone has quit [Quit: ERC (IRC client for Emacs 27.1)]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Inline has quit [Remote host closed the connection]
kuao has joined #commonlisp
specbot has quit [Remote host closed the connection]
specbot has joined #commonlisp
minion has quit [Killed (NickServ (GHOST command used by minion1))]
minion has joined #commonlisp
leo_song has joined #commonlisp
Jing has quit [Remote host closed the connection]
Jing has joined #commonlisp
gaqwas has quit [Ping timeout: 268 seconds]
ultera has joined #commonlisp