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/>
mrcom has joined #commonlisp
NotThatRPG has quit [Ping timeout: 268 seconds]
NotThatRPG has joined #commonlisp
reb` has joined #commonlisp
`Pixel_Outlaw has joined #commonlisp
random-nick has quit [Ping timeout: 246 seconds]
zberkowitz has quit [Read error: Connection reset by peer]
zberkowitz has joined #commonlisp
emaczen has joined #commonlisp
chomwitt has quit [Ping timeout: 264 seconds]
chomwitt has joined #commonlisp
akoana has quit [Quit: leaving]
`Pixel_Outlaw has quit [Quit: Leaving]
emaczen has quit [Ping timeout: 268 seconds]
Pixel_Outlaw has quit [Remote host closed the connection]
amb007 has quit [Remote host closed the connection]
amb007 has joined #commonlisp
lucasta has joined #commonlisp
yitzi has quit [Remote host closed the connection]
zberkowi` has joined #commonlisp
zberkowitz has quit [Ping timeout: 268 seconds]
zberkowi` has quit [Ping timeout: 264 seconds]
chomwitt has quit [Ping timeout: 268 seconds]
chomwitt has joined #commonlisp
puke has quit [Quit: puke]
waleee has quit [Ping timeout: 246 seconds]
puke has joined #commonlisp
ebrasca has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
rtypo has quit [Ping timeout: 256 seconds]
chomwitt has quit [Ping timeout: 246 seconds]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mzan has joined #commonlisp
terrorjack has quit [Quit: The Lounge - https://thelounge.chat]
terrorjack has joined #commonlisp
lucasta has quit [Quit: Leaving]
josrr has quit [Remote host closed the connection]
istewart has joined #commonlisp
psilord has quit [Remote host closed the connection]
X-Scale has joined #commonlisp
psilord has joined #commonlisp
yottabyte has quit [Quit: Connection closed for inactivity]
danse-nr3 has quit [Ping timeout: 268 seconds]
istewart has quit [Quit: Konversation terminated!]
bilegeek has joined #commonlisp
danse-nr3 has joined #commonlisp
reb` has quit [Remote host closed the connection]
reb` has joined #commonlisp
grawlinson has quit [Quit: SIGTERM]
danza has joined #commonlisp
danse-nr3 has quit [Ping timeout: 246 seconds]
grawlinson has joined #commonlisp
decweb has quit [Ping timeout: 252 seconds]
shka has joined #commonlisp
mulk has quit [Ping timeout: 255 seconds]
Pixel_Outlaw has joined #commonlisp
wacki has joined #commonlisp
danza has quit [Ping timeout: 246 seconds]
danza has joined #commonlisp
Pixel_Outlaw has quit [Quit: Leaving]
danza has quit [Ping timeout: 256 seconds]
skeemer has quit [Ping timeout: 268 seconds]
pve has joined #commonlisp
micro has joined #commonlisp
micro is now known as Guest4416
Guest4416 has quit [Client Quit]
micro_ has joined #commonlisp
micro_ has quit [Changing host]
micro_ has joined #commonlisp
X-Scale has quit [Ping timeout: 250 seconds]
danse-nr3 has joined #commonlisp
rainthree has joined #commonlisp
amb007 has quit [Ping timeout: 272 seconds]
amb007 has joined #commonlisp
attila_lendvai has joined #commonlisp
wacki has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
fosskers has joined #commonlisp
King_julian has joined #commonlisp
dino_tutter has joined #commonlisp
CrashTestDummy has quit [Quit: Leaving]
<fosskers> Does anyone use CLISP at the moment? I'm trying to determine its status.
mulk has joined #commonlisp
deadmarshal_ has quit [Remote host closed the connection]
<fosskers> GnuCL as well.
<phoe> fosskers: CLISP doesn't seem very maintained, MRs like https://gitlab.com/gnu-clisp/clisp/-/merge_requests/3 have been hanging for years.
<ixelp> Implement package-local nicknames (!3) · Merge requests · clisp / clisp · GitLab
<phoe> roswell has clisp packaged from its fork at https://github.com/roswell/clisp with local nicknames pulled in.
<ixelp> GitHub - roswell/clisp: mirror https://gitlab.com/gnu-clisp/clisp
<fosskers> Last official release in 2010, yeah
<fosskers> I'm currently not considering a target for testing my libs, since I don't recall even being able to get it running properly with QL.
<fosskers> Arch supplies a first-class CLISP package, but for whom I don't know.
<phoe> gcl has some recent activity, but I have no idea how useful it is for daily use.
<fosskers> It currently doesn't compile on my machine
King_julian has quit [Ping timeout: 264 seconds]
<aeth> CLISP is (1) not dead because it gets git commits but (2) not really alive either because its last official release is going on 14 years in 5 days (2010-07-07)
<aeth> distros generally just pick some random git commit to build from
calamarium has quit [Remote host closed the connection]
<ixelp> PKGBUILD · main · Arch Linux / Packaging / Packages / clisp · GitLab
<aeth> its main purpose seems to be to bootstrap other Common Lisps, at least as long as they don't make another release and as long as they're missing a bunch of things every other implementation has, particularly around floating point
<aeth> it doesn't look that bad on https://portability.cl/
<ixelp> Common Lisp Portability Library Status
<aeth> though 10% float-features does kinda confirm that the floating point support is pretty bad (unless you want arbitrary-precision long-float, which is kind of cool)
<aeth> it's also missing trivial-package-local-nicknames support and in general is probably going to break so many newer libraries
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
ezakimak has quit [Quit: No Ping reply in 180 seconds.]
ezakimak has joined #commonlisp
<fosskers> I didn't realise that cross-impl support was so poor.
<aeth> it's more than Common Lisp is still an evolving language despite what the lack of standards updates may imply, so lacking things like package local nicknames, while very small changes, will break libraries that assume that "everyone" can use it now
deadmarshal_ has joined #commonlisp
<fosskers> Guilty. I didn't even know they weren't universal.
<aeth> though if you installed a thousand libraries (assuming they were compatible with each other), the combination of it would probably only run on SBCL
<aeth> but unless they use sb-foo packages and #+sbcl stuff, etc., etc., then in theory implementations that get updates (and that's the key part) could eventually support it
mgl_ has joined #commonlisp
<fosskers> I notice GCL isn't even on that chart
<aeth> the "eye" in the upper right says "hide unmaintained implementations" when you mouse over it
<aeth> many more show up but then the support gets much worse
<aeth> in theory a new CLISP version could be released tomorrow (well, eventually, anyway) with support for the missing features... the others require project necromancy, and if closed source maybe even waiting for copyrights to expire (100 or so years)
bilegeek has quit [Quit: Leaving]
<phoe> clisp is the least dead of them all, imo
<phoe> it requires a release, that's all
<phoe> at least from my POV
<aeth> it is the least dead of the dead, yes, but it's not hidden by portability.cl
<fosskers> Ah I had fonts turned off and didn't see the eye
xantoz has quit [Remote host closed the connection]
danse-nr3 has quit [Remote host closed the connection]
<fosskers> Found the clisp repo. It's creeping along with gradual commits.
robin has quit [Remote host closed the connection]
robin has joined #commonlisp
rainthree has quit [Ping timeout: 260 seconds]
ebrasca has joined #commonlisp
danse-nr3 has joined #commonlisp
King_julian has joined #commonlisp
donleo has joined #commonlisp
mulk has quit [Ping timeout: 256 seconds]
mulk has joined #commonlisp
rainthree has joined #commonlisp
mulk has quit [Ping timeout: 268 seconds]
mulk has joined #commonlisp
danse-nr3 has quit [Ping timeout: 240 seconds]
random-nick has joined #commonlisp
danse-nr3 has joined #commonlisp
puke has quit [Ping timeout: 255 seconds]
amb007 has quit [Ping timeout: 264 seconds]
amb007 has joined #commonlisp
mwnaylor has quit [Ping timeout: 268 seconds]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
triffid has quit [Remote host closed the connection]
triffid has joined #commonlisp
Gleefre has joined #commonlisp
rainthree_ has joined #commonlisp
rtypo has joined #commonlisp
rainthree has quit [Ping timeout: 256 seconds]
rainthree_ is now known as rainthree
X-Scale has joined #commonlisp
xantoz has joined #commonlisp
simendsjo has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
danse-nr3 has quit [Ping timeout: 246 seconds]
mrcom has quit [Ping timeout: 264 seconds]
yitzi has joined #commonlisp
mrcom has joined #commonlisp
danse-nr3 has joined #commonlisp
decweb has joined #commonlisp
King_julian has quit [Ping timeout: 268 seconds]
fosskers has quit [Remote host closed the connection]
X-Scale71 has joined #commonlisp
X-Scale has quit [Ping timeout: 250 seconds]
jrm2 has joined #commonlisp
jrm has quit [Read error: Connection reset by peer]
jrm2 is now known as jrm
yitzi has quit [Ping timeout: 256 seconds]
yitzi_ has joined #commonlisp
yitzi_ has quit [Remote host closed the connection]
yitzi has joined #commonlisp
mgl_ has quit [Ping timeout: 268 seconds]
chomwitt has joined #commonlisp
phadthai has quit [Ping timeout: 264 seconds]
danse-nr3 has quit [Ping timeout: 246 seconds]
danse-nr3 has joined #commonlisp
cognemo has quit [Ping timeout: 240 seconds]
skeemer has joined #commonlisp
cognemo has joined #commonlisp
attila_lendvai has quit [Ping timeout: 256 seconds]
X-Scale71 has quit [Ping timeout: 250 seconds]
cage has joined #commonlisp
NotThatRPG has joined #commonlisp
josrr has joined #commonlisp
King_julian has joined #commonlisp
waleee has joined #commonlisp
simendsjo has quit [Ping timeout: 268 seconds]
danse-nr3 has quit [Ping timeout: 264 seconds]
danse-nr3 has joined #commonlisp
King_julian has quit [Ping timeout: 246 seconds]
King_julian has joined #commonlisp
<skin> Really? I thought it wasn't used much or developed. That's interesting.
danse-nr3 has quit [Ping timeout: 255 seconds]
yottabyte has joined #commonlisp
cognemo has quit [Ping timeout: 268 seconds]
mgl_ has joined #commonlisp
qhong has quit [Remote host closed the connection]
ksixty has quit [Ping timeout: 268 seconds]
ksixty has joined #commonlisp
mon_key_phn has joined #commonlisp
hirez- has joined #commonlisp
<mon_key_phn> On SBCL, when encoutering package symbol name conflicts what does "RESOLVE-CONFLICT" mean in the debugger?
<beach> The possible resolutions are explained for each function, like IMPORT, EXPORT, USE-PACKAGE, etc.
<bike> it's the name of a restart you can use to resolve the conflict.
<beach> You will be asked which of at least two possibilities you would like.
<beach> And, yes, it is a restart.
<mon_key_phn> OK, so the difference between KEEP-OLD/KEEP-NEW and RESOLVE-CONFLICT is that the latter is a also choices + a restart?
hirez has quit [Ping timeout: 256 seconds]
<mon_key_phn> @beach Thnx by the way.
<beach> Sure.
<beach> I don't think the KEEP-OLD/KEEP-NEW choice is handled by a restart.
<mon_key_phn> @beach deciding whether to push a feature request for a slightly more informative restart prompt for RESOLVE-CONFLICT to Stas and the gang... :)
<beach> I see.
chomwitt has quit [Ping timeout: 256 seconds]
zxcvz has joined #commonlisp
<mon_key_phn> @beach KEEP-OLD/KEEP-NEW appear under the "Restarts" heading in slime's sldb
<beach> Oh, OK.
zxcvz has quit [Client Quit]
<beach> While you are at it, try to get them to do error messages better than "NIL is not of type INTEGER" (Yes, I know that!) :)
<mon_key_phn> hence the feature request mullings
<mon_key_phn> @beach "NIL is not of type INTEGER" always makes me rage chuckle
<beach> I understand.
<dlowe> have you tried making NIL an integer? That should fix the problem
<mon_key_phn> would be fun to have a --with-snarky-prompts compiler flag for the less pedantic of us.
<mon_key_phn> "have you tried making NIL an integer" being an excellent prospect for sufficiently snarky :)
<dlowe> It's all in love
<beach> We frequently see people here who want to turn NIL into a list: (defun add-to-list (element list) (push element list)) and then (add-to-list 234 nil).
<beach> Er, NIL into a CONS I mean.
cognemo has joined #commonlisp
NotThatRPG has quit [Ping timeout: 268 seconds]
Th30n` has joined #commonlisp
<Th30n`> Hey, what's the recommended CSV reading/writing library?
NotThatRPG has joined #commonlisp
<mon_key_phn> @beach "bug" report filed along with a "NIL of type FOO" complaint for good measure :)
<beach> Heh, thanks!
waleee has quit [Ping timeout: 272 seconds]
mon_key_` has joined #commonlisp
mon_key_phn has quit [Ping timeout: 268 seconds]
<mon_key_`> Too be fair, terse and pedantic prompts are generally preffered, and SBCL does a pretty good job of mainting a good balance with this. In the aggregate, it certainly makes sense to keep the string sizes small for core comopressions and image dumps because it can potentially make shell script executables and command line apps smaller and faster...
<pranav> Th30n`: I've used cl-csv for reading small CSV files. Does cl-csv fit your usecase?
<Th30n`> pranav: Thanks, IDK I'll check it out. I basically have couple of CSVs large ~60MB. Naturally, non-comma delimited etc.
<pranav> cl-csv is also recommended on Awesome-CL with a star (meaning that it's widely used/"community standard").
<Th30n`> Anyways, I gotta go. I'll try just counting parsed rows, and see how fast it is. Sometime later today, though.
Th30n` has quit [Quit: Beer Time]
<dbotton> any one know of a good common lisp pretty print for html?
<yitzi> pranav: The stars on Awesome-CL are not based on any kind of usage metrics or "community standard". They are just opinions of the maintainers of that list.
<yitzi> There are plenty of incorrect statements on that list. Its a useful list, but I wouldn't take it as more than a suggestion.
<pranav> yitzi: Thanks for the reminder. I did look up their descriptions of star and thumbs up in the docs, and put quotes around "community standard" because it seemed quite a strong claim.
<yitzi> Sure thing.
King_julian has quit [Ping timeout: 252 seconds]
rainthree has quit [Ping timeout: 264 seconds]
mgl_ has quit [Ping timeout: 268 seconds]
zberkowitz has joined #commonlisp
cage has quit [Quit: rcirc on GNU Emacs 29.3]
mgl_ has joined #commonlisp
Krystof has joined #commonlisp
edgar-rft_ has joined #commonlisp
<Krystof> mon_key_`: resolve-conflict allows interactive resolution of the symbol conflict.
<Krystof> for example: at the sbcl repl in a freshly-started lisp:
NotThatRPG has quit [Ping timeout: 246 seconds]
<Krystof> * (import '(sb-vm::tls-index sb-di::tls-index))
<Krystof> 0] resolve-conflict
<Krystof> 2. SB-VM::TLS-INDEX
<Krystof> Select a symbol to be made accessible in package COMMON-LISP-USER:
<Krystof>
<Krystof> 1. SB-DI::TLS-INDEX
<Krystof> Enter an integer (between 1 and 2):
<Krystof> now, where this gets awkward is that there's no good protocol for environments implementing their own repl to manage interactive input from restart functions
<Krystof> so you might find that if you do this under e.g. slime, behaviour is not great
NotThatRPG has joined #commonlisp
edgar-rft has quit [Ping timeout: 256 seconds]
rogersm has quit [Quit: Leaving...]
chomwitt has joined #commonlisp
<Gleefre> Isn't that a job for *query-io*?
<Gleefre> > The value of *query-io*, called query I/O, is a bidirectional stream to be used when asking questions of the user. The question should be output to this stream, and the answer read from it.
cdegroot has joined #commonlisp
mgl_ has quit [Ping timeout: 256 seconds]
wacki has joined #commonlisp
<Gleefre> Although it seems that slime doesn't use it in any interesting way.
<Krystof> right
<Krystof> I once implemented the Lisp side of (effectively) restart presentation types
<Krystof> so that this restart could say that it wanted arguments of type ((member sb-di::tls-index sb-vm::tls-index)), and clients could request that input in whataver way was most appropriate
shawnw has joined #commonlisp
<yottabyte> I have a system-index.txt file alongside my .asd file, what is that purpose of that? should I gitignore it?
<mon_key_`> @Krystof Thank you for the explanation. I understand that slime can't reasonably accomodate all use cases. My complaint is that on SBCL the RESOLVE-CONFLICT prompt is "Resolve Conflict" which is not particularly informative relative to the KEEP-OLD and KEEP-NEW prompts.
shawnw has quit [Remote host closed the connection]
yitzi has quit [Remote host closed the connection]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
<Krystof> sure
cage has joined #commonlisp
<Krystof> complain away :-)
chomwitt has quit [Ping timeout: 255 seconds]
<Krystof> (slightly to my surprise, the resolve-conflict restart is in fact documented in the SBCL manual: https://www.sbcl.org/manual/#Resolution-of-Name-Conflicts )
<ixelp> SBCL 2.4.6 User Manual
amb007 has quit [Ping timeout: 256 seconds]
amb007 has joined #commonlisp
chomwitt has joined #commonlisp
wbooze has quit [Remote host closed the connection]
shawnw has joined #commonlisp
jon_atack has quit [Ping timeout: 256 seconds]
chomwitt has quit [Ping timeout: 268 seconds]
wbooze has joined #commonlisp
wbooze has quit [Remote host closed the connection]
wbooze has joined #commonlisp
buffet has joined #commonlisp
jackdaniel has quit [Remote host closed the connection]
josrr has quit [Remote host closed the connection]
titor has joined #commonlisp
puke has joined #commonlisp
reb`` has joined #commonlisp
reb` has quit [Ping timeout: 264 seconds]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
NotThatRPG has joined #commonlisp
cognemo has quit [Ping timeout: 264 seconds]
ym has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 252 seconds]
Lord_of_Life_ has joined #commonlisp
titor has quit [Quit: leaving]
Lord_of_Life_ is now known as Lord_of_Life
mon_key_` has left #commonlisp [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.2)]
zberkowitz has quit [Ping timeout: 252 seconds]
edgar-rft_ is now known as edgar-rft
Lord_of_Life has quit [Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine]
Lord_of_Life has joined #commonlisp
NotThatRPG has quit [Ping timeout: 260 seconds]
NotThatRPG has joined #commonlisp
wbooze has quit [Remote host closed the connection]
jonatack has joined #commonlisp
Inline has quit [Quit: Leaving]
yitzi has joined #commonlisp
jonatack has quit [Ping timeout: 246 seconds]
Inline has joined #commonlisp
attila_lendvai has joined #commonlisp
inline__ has joined #commonlisp
akoana has joined #commonlisp
inline__ is now known as wbooze
wbooze is now known as Guest1746
Guest1746 is now known as wbooze
wbooze has quit [Client Quit]
Inline is now known as wbooze
wbooze is now known as inline
inline is now known as wbooze
wbooze is now known as inline
inline is now known as wbooze
wbooze is now known as inline
skeemer has quit [Quit: WeeChat 4.3.3]
inline is now known as wbooze
wbooze is now known as inline
<mrcom> General opinion Q: How useful do you actually find documentation strings to be? Do you like full-blown this-is-how-to-use-it, or short two or three sentences?
<dlowe> Depends. If you have seperately written documentation (my preference), short two or three sentences, noting which argument does what
<dlowe> if you're generating documentation from your code, then it needs to be completely described
<paulapatience> I like long documentation strings.
<paulapatience> It's convenient to be able to see the documentation directly within SLIME/Sly
<paulapatience> Versus separate documentation, that is
mgl_ has joined #commonlisp
jonatack has joined #commonlisp
NotThatRPG has quit [Ping timeout: 240 seconds]
NotThatRPG has joined #commonlisp
jonatack has quit [Ping timeout: 264 seconds]
<dlowe> Ask not the #commonlisp users for advice, for they will say both no and yes
<mrcom> Sometimes in a single sentence :)
<mrcom> Which is actually most useful. I'll just break rigid rules anyway.
waleee has joined #commonlisp
<edgar-rft> I don't consider something generated from docstrings as "documentation" at all. Documentation should give the idea of the big picture, how everything connects to each other and how things are intended to work together. Docstrings can't provide that.
<edgar-rft> Docstrings *are* useful to describe what a single function or variable is intended to do, but not to describe the entire program.
<bike> usig both together works pretty well, i'd say
<mrcom> edgar-rft: So this is good/bad? https://plaster.tymoon.eu/view/4471#4471
<bike> start with a big picture explanation, then have the listing of operators with their docstrings
<bike> that seems like a fine docstring to me
<bike> just, it's not going to be adequate for someone looking at your library and going "okay but what do i call"
<mrcom> No, of course not.
<mrcom> I actually think these kind of docstrings are more useful to me as "rubber-duck coding" than reading...
<mrcom> (Explaining what you're doing to a rubber duck.)
<mrcom> "Do I really need *that* many options?"
<edgar-rft> mrcom: that looks absolutely okay for me. It's a bit detailed but many details are better than missing details :-)
<bike> the rubber duck aspect is nice as well, yes
kevingal has joined #commonlisp
mgl_ has quit [Ping timeout: 252 seconds]
kevingal_ has joined #commonlisp
yitzi has quit [Ping timeout: 268 seconds]
yitzi has joined #commonlisp
NotThatRPG has quit [Ping timeout: 260 seconds]
ym has quit [Ping timeout: 256 seconds]
NotThatRPG has joined #commonlisp
mwnaylor has joined #commonlisp
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
dstein64- has joined #commonlisp
cage has quit [Remote host closed the connection]
dstein64 has quit [Ping timeout: 240 seconds]
dstein64- is now known as dstein64
yitzi has quit [Remote host closed the connection]
shawnw has quit [Ping timeout: 264 seconds]
attila_lendvai has quit [Ping timeout: 256 seconds]
mgl_ has joined #commonlisp
King_julian has joined #commonlisp
markb1 has quit [Ping timeout: 252 seconds]
markb1 has joined #commonlisp
cognemo has joined #commonlisp
King_julian has quit [Ping timeout: 268 seconds]
mgl_ has quit [Ping timeout: 246 seconds]
amb007 has quit [Ping timeout: 272 seconds]
markb1 has quit [Read error: Connection reset by peer]
King_julian has joined #commonlisp
mgl_ has joined #commonlisp
wacki has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
markb1 has joined #commonlisp
mgl_ has quit [Ping timeout: 272 seconds]
elevenkb has joined #commonlisp
mgl_ has joined #commonlisp
shka has quit [Quit: Konversation terminated!]
jonatack has joined #commonlisp
NotThatRPG_ has joined #commonlisp
NotThatRPG_ has quit [Read error: Connection reset by peer]
NotThatRPG has quit [Read error: Connection reset by peer]
NotThatRPG has joined #commonlisp
shawnw has joined #commonlisp
NotThatRPG has quit [Client Quit]
King_julian has quit [Ping timeout: 268 seconds]
kevingal__ has joined #commonlisp
kevingal has quit [Read error: Connection reset by peer]
kevingal_ has quit [Read error: Connection reset by peer]
dino_tutter has quit [Ping timeout: 256 seconds]
mgl_ has quit [Ping timeout: 264 seconds]
phadthai has joined #commonlisp
kevingal__ has quit [Ping timeout: 268 seconds]
chomwitt has joined #commonlisp
shawnw has quit [Ping timeout: 268 seconds]
jonatack has quit [Ping timeout: 272 seconds]
jonatack has joined #commonlisp
Gleefre has quit [Ping timeout: 250 seconds]
pve has quit [Quit: leaving]
amb007 has joined #commonlisp
NotThatRPG has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
NotThatRPG has quit [Client Quit]
NotThatRPG has joined #commonlisp
donleo has quit [Ping timeout: 268 seconds]
bilegeek has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yitzi has joined #commonlisp
anticomputer has quit [Ping timeout: 260 seconds]
anticomputer has joined #commonlisp
lewisje has quit [Ping timeout: 264 seconds]
Oladon1 is now known as Oladon
Oladon has quit [Quit: Leaving.]
Oladon has joined #commonlisp
random-nick has quit [Ping timeout: 246 seconds]