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/>
decweb has joined #commonlisp
decweb has quit [Ping timeout: 260 seconds]
mesuutt has joined #commonlisp
mesuutt has quit [Ping timeout: 252 seconds]
admich1 has quit [Read error: Connection reset by peer]
admich1 has joined #commonlisp
FragmentedCurve has quit [Quit: Leaving]
random-nick has quit [Ping timeout: 240 seconds]
decweb has joined #commonlisp
akoana has quit [Ping timeout: 246 seconds]
mesuutt has joined #commonlisp
chiselfuse has quit [Ping timeout: 260 seconds]
chiselfuse has joined #commonlisp
wheeler has joined #commonlisp
mesuutt has quit [Ping timeout: 256 seconds]
waleee has quit [Ping timeout: 252 seconds]
istewart has joined #commonlisp
triffid has quit [Remote host closed the connection]
X-Scale has quit [Quit: Client closed]
mesuutt has joined #commonlisp
ldb has joined #commonlisp
mesuutt has quit [Ping timeout: 256 seconds]
X-Scale has joined #commonlisp
mesuutt has joined #commonlisp
jmercouris1 has joined #commonlisp
jmercouris1 has quit [Client Quit]
mesuutt has quit [Ping timeout: 264 seconds]
josrr has quit [Remote host closed the connection]
admich1 has quit [Ping timeout: 268 seconds]
istewart has quit [Quit: Konversation terminated!]
meritamen has joined #commonlisp
admich1 has joined #commonlisp
meritamen has quit [Remote host closed the connection]
X-Scale has quit [Ping timeout: 250 seconds]
meritamen has joined #commonlisp
meritamen has quit [Remote host closed the connection]
meritamen has joined #commonlisp
X-Scale has joined #commonlisp
meritamen has quit [Remote host closed the connection]
wacki has joined #commonlisp
decweb has quit [Ping timeout: 264 seconds]
X-Scale has quit [Ping timeout: 250 seconds]
mesuutt has joined #commonlisp
mesuutt has quit [Ping timeout: 272 seconds]
rainthree has joined #commonlisp
shka has joined #commonlisp
flip214_ is now known as flip214
flip214 has quit [Changing host]
flip214 has joined #commonlisp
mesuutt has joined #commonlisp
mesuutt has quit [Ping timeout: 268 seconds]
deltaboy has joined #commonlisp
pranav has joined #commonlisp
mesuutt has joined #commonlisp
pve has joined #commonlisp
rgherdt has joined #commonlisp
rainthree has quit [Read error: Connection reset by peer]
rainthree has joined #commonlisp
Pixel_Outlaw has quit [Quit: Leaving]
wacki has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
dtman34 has quit [Ping timeout: 268 seconds]
amb007 has quit [Ping timeout: 268 seconds]
ldb has quit [Remote host closed the connection]
dtman34 has joined #commonlisp
amb007 has joined #commonlisp
rtypo has joined #commonlisp
amb007 has quit [Ping timeout: 256 seconds]
amb007 has joined #commonlisp
Inline has joined #commonlisp
amb007 has quit [Ping timeout: 268 seconds]
amb007 has joined #commonlisp
Lord_Nightmare has quit [Quit: ZNC - http://znc.in]
Lord_Nightmare has joined #commonlisp
tok has joined #commonlisp
awlygj has joined #commonlisp
dino_tutter has joined #commonlisp
X-Scale has joined #commonlisp
admich1 has quit [Ping timeout: 252 seconds]
admich1 has joined #commonlisp
rainthree has quit [Ping timeout: 268 seconds]
<Shinmera> skin: using established restart names has the advantage that it integrates with debuggers more nicely, but has the disadvantage that you might shadow others.
<Shinmera> not that you can entirely shadow a restart, it just makes it more cumbersome
attila_lendvai has joined #commonlisp
jon_atack has joined #commonlisp
pranavats has left #commonlisp [Error from remote client]
Inline has quit [Ping timeout: 260 seconds]
pranavats has joined #commonlisp
mgl_ has joined #commonlisp
jonatack has quit [Ping timeout: 260 seconds]
Mandus has quit [Quit: WeeChat 4.1.1]
zetef has joined #commonlisp
Inline has joined #commonlisp
Guest29 has joined #commonlisp
Mandus has joined #commonlisp
danza has joined #commonlisp
Guest29 has quit [Quit: Client closed]
prokhor_ has quit [Remote host closed the connection]
_cymew_ has joined #commonlisp
amb007 has quit [Ping timeout: 268 seconds]
mesuutt has quit [Ping timeout: 260 seconds]
prokhor has joined #commonlisp
rainthree has joined #commonlisp
X-Scale has quit [Ping timeout: 250 seconds]
amb007 has joined #commonlisp
danza has quit [Ping timeout: 255 seconds]
mesuutt has joined #commonlisp
zetef has quit [Ping timeout: 260 seconds]
danza has joined #commonlisp
random-nick has joined #commonlisp
X-Scale has joined #commonlisp
rainthree has quit [Ping timeout: 256 seconds]
danza has quit [Remote host closed the connection]
danza has joined #commonlisp
Demosthe1ex has joined #commonlisp
amb007 has quit [Ping timeout: 260 seconds]
amb007 has joined #commonlisp
danza has quit [Ping timeout: 255 seconds]
Demosthenex has quit [Ping timeout: 255 seconds]
donleo has joined #commonlisp
ski has joined #commonlisp
younder has quit [Remote host closed the connection]
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 255 seconds]
Lord_of_Life_ is now known as Lord_of_Life
zaymington has joined #commonlisp
younder has joined #commonlisp
yitzi has joined #commonlisp
admich1 has quit [Ping timeout: 272 seconds]
admich1 has joined #commonlisp
zetef has joined #commonlisp
nij- has joined #commonlisp
<nij-> The description section and the note section contradict. I should disregard the note section?
<nij-> Desc: "The type of an array that is not displaced to another array, has no fill pointer, ..."
<nij-> Notes: "It is implementation-dependent whether displaced arrays, vectors with fill pointers, or arrays that are actually adjustable are simple arrays."
<ixelp> simple-array | Common Lisp Nova Spec
amb007 has quit [Ping timeout: 256 seconds]
<beach> There is no contradiction, but the Notes section is not normative.
rainthree has joined #commonlisp
<bike> what the description is saying is that (typep an-undisplaced-no-fill-pointer-etc-array 'simple-array) is true. it's not saying that other arrays are not simple arrays.
<nij-> No contradiction? The description says a simple array must have those properties, while the notes section says it's up to the implementation.
<nij-> huh? lemme see and think
<beach> It does not say that.
<bike> the notes section says that it's implementation dependent whether arrays that _are_ displaced etc are simple arrays.
<bike> the description says that arrays that _aren't_ displaced etc are simple arrays.
<nij-> Ok I see. SUBTYPE just means a math subset.
<bike> it could all probably still be reworded, since this confuses everybody who reads it
<nij-> No, I think it's my fault. It's pretty clear. I didn't fully understand what subtype is.
<nij-> If reading subtype as subset, it makes sense 100%.
josrr has joined #commonlisp
zetef has quit [Ping timeout: 256 seconds]
<bike> like you're not the only person who's asked about this
<beach> Yeah, I was confused in the beginning too.
<nij-> Right. It could be better worded. (But formally it makes sense, unlike some of the other issues I brought up. e.g. inline.)
<nij-> I can write this up as an WSCL too. Thanks!
<beach> nij-: The INLINE thing has to be read with a background in programming-language implementation. After all, the standard is meant mainly for such people.
<nij-> Why isn't it possible that INLINE is really meant for function objects instead of names?
<nij-> After all, aren't the most important things function objects themselves, instead of their names (which could be 1-to-many)?
<nij-> I can tell that could be some conventional practice, but the assumption looks very weird to me.
<nij-> (Or at least maybe there should be a way to inline for both cases.)
<bike> because in the common use of inline, no function object actually exists at compile time.
<bike> like i said before.
<beach> Because if you have a file that has (declaim inline foo) (defun foo () ...) (defun bar (foo ...)) then FOO doesn't exist when the compiler must process the call to be inlined.
<nij-> I think you're talking about the same thing. Yeah, normally that's not needed. I see.
<nij-> (I still wonder why not though, as that's just for "normally".)
<nij-> (why not though.. if there's no obvious penalty allowing this)
<beach> Because the compiler does not execute the code that creates FOO, it just compiles it.
<beach> FOO is not created until the FASL file is loaded.
amb007 has joined #commonlisp
<nij-> Right, normally. But couldn't some functions be available at compile time already? And the user wants that function to be inlined later in the file?
<bike> that would almost always be covered by the inlining process that doesn't rely on the function existing
green_ has quit [Ping timeout: 260 seconds]
deltaboy has quit [Ping timeout: 268 seconds]
danza has joined #commonlisp
admich1 has quit [Ping timeout: 268 seconds]
josrr has quit [Ping timeout: 240 seconds]
admich1 has joined #commonlisp
decweb has joined #commonlisp
admich1 has quit [Ping timeout: 268 seconds]
admich1 has joined #commonlisp
ym has quit [Ping timeout: 245 seconds]
zaymington has quit [Remote host closed the connection]
zaymington has joined #commonlisp
edgar-rfx has joined #commonlisp
edgar-rft has quit [Ping timeout: 240 seconds]
edgar-rfx is now known as edgar-rft
danza has quit [Read error: Connection reset by peer]
donleo has quit [Remote host closed the connection]
donleo has joined #commonlisp
craigbro has joined #commonlisp
danza has joined #commonlisp
craigbro` has joined #commonlisp
admich1 has quit [Read error: Connection reset by peer]
admich1 has joined #commonlisp
craigbro has quit [Ping timeout: 255 seconds]
craigbro` has quit [Ping timeout: 268 seconds]
craigbro` has joined #commonlisp
danza_ has joined #commonlisp
craigbro` has quit [Ping timeout: 246 seconds]
danza has quit [Read error: Connection reset by peer]
attila_lendvai has quit [Ping timeout: 256 seconds]
craigbro` has joined #commonlisp
Demosthe1ex is now known as Demosthenex
craigbro` has quit [Ping timeout: 255 seconds]
pfdietz has joined #commonlisp
craigbro` has joined #commonlisp
akoana has joined #commonlisp
craigbro` has quit [Ping timeout: 255 seconds]
admich1 has quit [Remote host closed the connection]
admich1 has joined #commonlisp
green_ has joined #commonlisp
dlowe has joined #commonlisp
craigbro` has joined #commonlisp
craigbro` has quit [Ping timeout: 272 seconds]
nij- has quit [Ping timeout: 240 seconds]
admich1 has quit [Ping timeout: 272 seconds]
younder has quit [Remote host closed the connection]
admich1 has joined #commonlisp
craigbro` has joined #commonlisp
josrr has joined #commonlisp
craigbro` has quit [Ping timeout: 260 seconds]
admich1 has quit [Ping timeout: 252 seconds]
admich1 has joined #commonlisp
zaymington has quit [Remote host closed the connection]
zaymington has joined #commonlisp
green_ has quit [Ping timeout: 256 seconds]
admich1 has quit [Ping timeout: 268 seconds]
admich1 has joined #commonlisp
akoana has quit [Read error: Connection reset by peer]
akoana has joined #commonlisp
akoana has quit [Quit: leaving]
akoana has joined #commonlisp
danza_ is now known as danza
waleee has joined #commonlisp
gorignak has quit [Quit: quit]
green_ has joined #commonlisp
mesuutt has quit [Ping timeout: 272 seconds]
cmack has quit [Remote host closed the connection]
ec has quit [Remote host closed the connection]
ec has joined #commonlisp
nani has quit [Ping timeout: 260 seconds]
|3b| has quit [Ping timeout: 260 seconds]
|3b|` has joined #commonlisp
nani has joined #commonlisp
lucerne has quit [Quit: Ping timeout (120 seconds)]
lucerne has joined #commonlisp
green_ has quit [Ping timeout: 256 seconds]
green_ has joined #commonlisp
cage has joined #commonlisp
mesuutt has joined #commonlisp
wacki has joined #commonlisp
green_ has quit [Ping timeout: 240 seconds]
mesuutt has quit [Ping timeout: 260 seconds]
admich1 has quit [Ping timeout: 252 seconds]
nij- has joined #commonlisp
yitzi has quit [Remote host closed the connection]
<nij-> Besides using ITERATE:ITER, is there any possibility to extend/edit the grammar of LOOP in a less intrusive way?
<nij-> (If you're curious why I ask, consider two examples: https://bpa.st/YAXQ . I think the second one is many times better.)
<ixelp> View paste YAXQ
mgl_ has quit [Ping timeout: 268 seconds]
* nij- will read log
nij- has left #commonlisp [Using Circe, the loveliest of all IRC clients]
<reb> nij: I don't know what you mean by "a less intrusive way". Some implementations of LOOP support extending it in various ways, just as ITER allows extensions.
<bike> not very often used, though.
<bike> sbcl has the for-as-sequence extension, but it looks pretty closely integrated into the source
admich1 has joined #commonlisp
awlygj has quit [Quit: leaving]
<Shinmera> Colleen: look up for
<ixelp> For
cmack has joined #commonlisp
admich1 has quit [Read error: Connection reset by peer]
pfdietz has quit [Quit: Client closed]
admich1 has joined #commonlisp
green_ has joined #commonlisp
danza has quit [Ping timeout: 264 seconds]
green_ has quit [Ping timeout: 245 seconds]
amb007 has quit [Ping timeout: 252 seconds]
amb007 has joined #commonlisp
triffid has joined #commonlisp
triffid has quit [Read error: Connection reset by peer]
triffid has joined #commonlisp
decweb has quit [Ping timeout: 255 seconds]
yitzi has joined #commonlisp
<yitzi> nij-: There is an extension mechanism for Khazern with an example for sequences, khazern-sequence. Its not documented, but fairly simple.
mesuutt has joined #commonlisp
mesuutt has quit [Ping timeout: 268 seconds]
amb007 has quit [Ping timeout: 255 seconds]
amb007 has joined #commonlisp
ebrasca has joined #commonlisp
corra has quit [Remote host closed the connection]
green_ has joined #commonlisp
wacki has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
amb007 has quit [Ping timeout: 256 seconds]
amb007 has joined #commonlisp
cage has quit [Remote host closed the connection]
cage has joined #commonlisp
decweb has joined #commonlisp
<dlowe> Shinmera: okay, I'm really impressed with FOR. Thank you!
<Shinmera> oh?
<dlowe> Shinmera: Separating bindings and body makes it extremely clear and leans on prior forms like DO. Binding via (name function args) works really well both for clarity and simplicity.
<Shinmera> Yeah, it works pretty well for a lot of cases
<dlowe> Shinmera: I like the python-like iterator protocol as a generic fallback
green_ has quit [Ping timeout: 245 seconds]
<dlowe> Nothing to add. This should have been in the standard instead of DO or LOOP
<Shinmera> Ah, high praise I see :)
<Shinmera> I agree on DO, maybe not on LOOP.
<dlowe> My fantasy new lisp has this built in
<Shinmera> my personal... happy thing about that project is the way I murdered &aux in the bindings definition protocol :v
<Shinmera> It's kind of analogous to with-gensyms, but emitted around the loop body.
<Shinmera> finally, it's useful \o/
mgl_ has joined #commonlisp
<yitzi> dlowe: I wrote an equivilent to LOOP kind of like Shinmera's for but more of a one-to-one with LOOP. I haven't submitted quicklisp, but its kind of interesting. https://github.com/yitzchak/hoop
<ixelp> GitHub - yitzchak/hoop: Common Lisp iteration made more hoopy
<Shinmera> lord, when did I write FOR
<Shinmera> 8 years ago?????
<Shinmera> what the fuck
<Shinmera> oh god I'm turning to dust
<dlowe> you only get more dusty
nij- has joined #commonlisp
<dlowe> it's not so bad
<Shinmera> A friend of mine told me he thought I looked like I was 16 so I guess I at least have that going for me
<Shinmera> But I can definitely feel my brain turning to dust
mgl_ has quit [Ping timeout: 256 seconds]
<Shinmera> Anyway, anyone else getting their dust carried over to Vienna?
<Krystof> o/
<Shinmera> Excellent, I shall have to bother you once again :)
<Krystof> there's a queue
<Krystof> or a stack, or a heap, or something
mesuutt has joined #commonlisp
<Shinmera> I have several wishes for SBCL, though the biggest issue is going to be me remembering them
green_ has joined #commonlisp
rainthree has quit [Ping timeout: 256 seconds]
<Shinmera> If things go real well, charles and I will be able to leak some secret project stuff though, wowow
<Shinmera> you, too, can witness me breaking NDAs live at SBCL'25!
<nij-> Shinmera For is cool. Thanks!
<Krystof> Shinmera: it's going to be thrilling :-)
<nij-> yitzi Thanks! I will check it up.
wacki has joined #commonlisp
mesuutt has quit [Ping timeout: 268 seconds]
yitzi_ has joined #commonlisp
yitzi_ has quit [Remote host closed the connection]
yitzi has quit [Ping timeout: 264 seconds]
yitzi has joined #commonlisp
<nij-> Shinmera Do you release your test cases (if any) else where?
<Shinmera> test cases?
mgl_ has joined #commonlisp
<nij-> Yeah, tests for your code.
<Shinmera> there's none for FOR, evidently
<nij-> :-O I see.
mesuutt has joined #commonlisp
chiselfuse has quit [Remote host closed the connection]
chiselfuse has joined #commonlisp
<Shinmera> is that... surprising?
mesuutt has quit [Ping timeout: 255 seconds]
androclus has joined #commonlisp
<nij-> Yeah.. to me. My brain is too small to control all edge cases.
<nij-> I wish one day my skill will rise to a level where I don't have to care about writing tests any more.
<Shinmera> I hardly ever write tests. Most of my projects only receive very minor changes post-release, so there's not much to regression test
<Shinmera> Also I'm lazy and writing tests is so boring it makes me want to die
admich1 has quit [Ping timeout: 245 seconds]
chiselfuse has quit [Remote host closed the connection]
<nij-> I can relate. But your project seems stable. That's fine enough.
<Shinmera> I have far too many of them for more than a handful of them to be unstable :v
chiselfuse has joined #commonlisp
androclus has quit [Client Quit]
<nij-> amazin
<nij-> amazing'
<nij-> Wow, I just realized that iterate has a macro DEFSYNONYM. e.g. (defsynonym summing sum). So for what I want, I should be able to do (defsynonym summing :summing) and that's it.
* nij- doesn't understand why loop doesn't use keywords as loop keywords...
<Shinmera> because why bother, it's not extensible, so there's no need to worry about symbol aliasing or anything. just use the string name.
triffid has quit [Remote host closed the connection]
triffid has joined #commonlisp
nij- has quit [Ping timeout: 260 seconds]
androclus has joined #commonlisp
nij- has joined #commonlisp
admich1 has joined #commonlisp
<nij-> If a package doesn't want to use CL fully, that's problematic.
<nij-> And it's just not about CL:LOOP. I'm talking about ITER and FOR too. Don't get me wrong though, they are great. Just that I have my stupid opinion on what a lang should be.
jon_atack has quit [Ping timeout: 252 seconds]
<Shinmera> huh?
<Shinmera> Actually don't elaborate, I don't care
jonatack has joined #commonlisp
androclus has left #commonlisp [Killed buffer]
<reb> nij: Do you know that you can use keywords in LOOP forms?
androclus has joined #commonlisp
* nij- facepalm
<nij-> Yes. I misremembered. ITER doesn't use keywords, LOOP does.
<nij-> But LOOP doesn't support more parens..
decweb has quit [Ping timeout: 268 seconds]
<nij-> Sorry, I was wrong up there.
jonatack has quit [Ping timeout: 256 seconds]
<nij-> FOR also supports keywords but not parens.
* nij- facepalm again. sorry.
jonatack has joined #commonlisp
agm has joined #commonlisp
<agm> nij-: LOOP identifies its keywords through the symbol name, so you can also use keywords like :FOR, :ACROSS, etc.
|3b|` has quit [Remote host closed the connection]
<nij-> Yeah. Sorry, I mixed my complaints toward all 3 of them together.
|3b|` has joined #commonlisp
ebrasca has quit [Remote host closed the connection]
<nij-> I'm constantly aware of my stupidity but that feeling strengthens by a lot whenever talking to some particular people though.
X-Scale has quit [Quit: Client closed]
benjaminl has quit [Ping timeout: 246 seconds]
nij- has left #commonlisp [Using Circe, the loveliest of all IRC clients]
mesuutt has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
Pixel_Outlaw has quit [Client Quit]
mesuutt has quit [Ping timeout: 260 seconds]
benjaminl has joined #commonlisp
androclus has quit [Quit: Leaving]
androclus has joined #commonlisp
androclus has quit [Client Quit]
younder1 has joined #commonlisp
_cymew_ has quit [Ping timeout: 252 seconds]
androclus has joined #commonlisp
androclus has quit [Client Quit]
chomwitt has joined #commonlisp
cage has quit [Quit: rcirc on GNU Emacs 29.3]
Perflosopher has joined #commonlisp
NotThatRPG has quit [Ping timeout: 252 seconds]
shka has quit [Ping timeout: 268 seconds]
<younder1> Where does asdf look for lisp projects pr default. I thought it was under common-lisp.
wacki has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
mgl_ has quit [Ping timeout: 264 seconds]
mesuutt has joined #commonlisp
<ixelp> ASDF Manual
<younder1> That's what i thought. But it cant find my project under there..
mathrick has quit [Ping timeout: 256 seconds]
<Shinmera> your system name must match the file name of the asd
wacki has joined #commonlisp
Inline has quit [Quit: Leaving]
Inline has joined #commonlisp
amb007 has quit [Ping timeout: 268 seconds]
<younder1> Well it's ~/common-lisp/table-grinder/table-grinder.asd and I am doing (asdf:load-system :table-grinder)
NotThatRPG has joined #commonlisp
dom2 has joined #commonlisp
<random-nick> and does it contain (defsystem table-grinder ...
<younder1> (defsystem "table-grinder" ..., but yes
yitzi has quit [Remote host closed the connection]
<tok> i have my projects under ~/common-lisp/local-projects/ and asdf works fine with it. don't know if local-projects is required or is that only a Quicklisp thing.
<Shinmera> that's a quicklisp thing
agm has quit [Ping timeout: 255 seconds]
<random-nick> no, ~/quicklisp/local-projects is a quicklisp thing
<random-nick> asdf will descend into ~/common-lisp/local-projects/ so you don't need it
<random-nick> but it's fine to have it like that
<aeth> who would even think to create a ~/common-lisp/ if they didn't rtfm?
attila_lendvai has joined #commonlisp
<aeth> my guess is most local projects are under something like ~/src/ or ~/git/ (the latter being a bit of a legacy of sorting by different VCS back when different VCSes existed)
<younder1> Never the less asdf reports that it can't find it.
<younder1> It just doesn't make any sense
green_ has quit [Ping timeout: 268 seconds]
attila_lendvai has quit [Remote host closed the connection]
attila_lendvai has joined #commonlisp
<younder1> OK, it works now, it seems I had to restart the REPL before it saw it
wacki has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<tok> random-nick: ah right, i think i just always install ql like (quicklisp-quickstart:install :path "~/common-lisp") out of habit, so everything CL related is in one place. dont' know if i should do it like this, but haven't had any issues at least.
attila_lendvai has quit [Remote host closed the connection]
attila_lendvai has joined #commonlisp
<holycow> i ended up with a separate quicklisp and common-lisp folders
<holycow> common-lisp folder is on an nfs share and i have run into issues with apps being able to save files over the nfs share so it helped having a local quicklisp folder so i can move a system there for troubleshooting
lispmacs[work] has joined #commonlisp
<lispmacs[work]> I found it, the one true lisp to rule them all:
<ixelp> Microsoft Lisp : Microsoft : Free Download, Borrow, and Streaming : Internet Archive
mathrick has joined #commonlisp
mgl_ has joined #commonlisp
dstein64- has joined #commonlisp
dstein64 has quit [Ping timeout: 264 seconds]
dstein64- is now known as dstein64
chomwitt has quit [Ping timeout: 245 seconds]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mgl_ has quit [Ping timeout: 268 seconds]
attila_lendvai has quit [Ping timeout: 255 seconds]
alcor has joined #commonlisp
NotThatRPG has joined #commonlisp
mgl_ has joined #commonlisp
<copec> That's funny, a little late before the 80s AI winter
mgl_ has quit [Ping timeout: 268 seconds]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
decweb has joined #commonlisp
green_ has joined #commonlisp
admich1 has quit [Ping timeout: 255 seconds]
admich1 has joined #commonlisp
zaymington has quit [Quit: Sleep]
dino_tutter has quit [Ping timeout: 268 seconds]
<younder1> The AI winter came in the 1990's
lispmacs[work] has quit [Remote host closed the connection]
alcor has quit [Ping timeout: 268 seconds]
pranavats has left #commonlisp [Error from remote client]
mesuutt has quit [Ping timeout: 272 seconds]
donleo has quit [Ping timeout: 268 seconds]
rtypo has quit [Ping timeout: 256 seconds]
scymtym has quit [Quit: Application exit]
pranavats has joined #commonlisp
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 245 seconds]
rgherdt has quit [Quit: Leaving]
josrr has quit [Remote host closed the connection]
X-Scale has joined #commonlisp
rainthree has joined #commonlisp
amb007 has joined #commonlisp
tok has quit [Remote host closed the connection]
scymtym has joined #commonlisp
mesuutt has joined #commonlisp
mesuutt has quit [Ping timeout: 240 seconds]