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/>
<pjb> saturn2: note: compile-file takes a key output-file parameter that must be pathname designator, ie. that can be a file stream. As such, it will create a fasl file.
<pjb> It is unfortunate that it wouldn't just write the fasl data to the stream, whatever kind it would be, since LOAD can take a non-file stream.
<pjb> If that was the case, you could use a Gray stream to some memory buffer.
<pjb> Perhaps your implementation has an extension that allows it to write to the output-file stream without creating a new file (ie. considering it as a stream, and not as a pathname designator).
<saturn2> it seems like an unfortunate arbitrary limitation, but creating a temporary file isn't a big deal in practice
<Bike> i think saturn2 is talking about getting the code to be compiled from memory, rather than writing the compiled fasl to memory
<saturn2> yes
<saturn2> i could envision uses for the other thing too, though
<pjb> saturn2: that said, with Gray stream, you can also implement file-stream backed by memory storage, so nothing is lost, in implementations that have Gray streams (ie. almost all of them).
<pjb> saturn2: also, have a look at https://gitlab.com/com-informatimago/com-informatimago/-/tree/master/future/vfs (unfinished attempt at a virtual, in memory, file system).
dmgk has joined #commonlisp
<jmes> Sometimes when I MAKE-INSTANCE, I get an #<unknown pointer object, ...> back. Is there some obvious reason why this might be?
<pjb> these kinds of objects are general foreign. What kind of class are you trying to instanciate?
<pjb> in general
<jmes> I have some class inheriting from SEQUENCE, but IIRC it has happened before with a simple "subclass" of T
<jmes> pjb: not sure if that answers your question
<pjb> Perhaps it's specific to #sbcl? I've never seen this kind of results in ccl.
<jmes> The class I'm having an issue with now does have a slot containing an array of cl-autowrap foreign wrapper objects. It's just weird to me that I'm 2 layers removed from the foreign stuff yet make-instance given me an unkown pointer
<pjb> Indeed.
<pdietz> sequence is not required to be a standard-class.  It could be a builtin-class.  make-instance will error when invoked on a builtin-class.
<pdietz> Although sbcl does some funky stuff with sequences.
<jmes> Right, I'm using trivial-extensible-sequences which I think smooths some of the weirdness out, but I'm not sure.
<pdietz> In sbcl, sequence is a standard-class.
amb007 has joined #commonlisp
<pdietz> That thing you're getting back may just be a consequence of a print method?   Do class-of on it.
<jmes> Good call, let me try that
<jmes> Though the issue initially came up when method combination couldn't find a matching method for unknown pointer.
amb007 has quit [Ping timeout: 246 seconds]
<jmes> Hmm, CLASS-OF gives the right class, but it still complains about failing to find a method for unknown pointer.
<jmes> I'll poke around more, then try my luck in #sbcl, thanks guys.
<Bike> jmes: that happens if you inherit from sequence but not standard-object, iirc
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 268 seconds]
Lord_of_Life_ is now known as Lord_of_Life
<jmes> Bike: Well I'll be! I wouldn't have figured that out... It seems to be working after I add standard-object as a superclass. Thanks a bunch!
azimut has quit [Ping timeout: 258 seconds]
<pdietz> Is that mentioned in the sbcl manual?   (goes to look)
amb007 has joined #commonlisp
<pdietz> Yes.   "A minimal sequence subclass has to specify standard-object and sequence as its superclasses"
<Bike> no problem. i think that bit me a few times.
amb007 has quit [Ping timeout: 255 seconds]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 246 seconds]
pjb has quit [Ping timeout: 264 seconds]
pdietz has quit [Quit: Client closed]
srji has quit [*.net *.split]
srji has joined #commonlisp
motherhucker has joined #commonlisp
eddof13 has joined #commonlisp
pdietz has joined #commonlisp
<pdietz> Perhaps that should be checked for.
motherhucker has quit [Ping timeout: 246 seconds]
motherhucker has joined #commonlisp
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Spawns_Carpeting has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
Spawns_Carpeting has joined #commonlisp
tyson2 has joined #commonlisp
eddof13 has joined #commonlisp
motherhucker has quit [Ping timeout: 252 seconds]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 252 seconds]
motherhucker has joined #commonlisp
amb007 has joined #commonlisp
mfiano has quit [Quit: WeeChat 3.6]
amb007 has quit [Ping timeout: 252 seconds]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pdietz has quit [Ping timeout: 244 seconds]
mfiano has joined #commonlisp
motherhucker has quit [Ping timeout: 260 seconds]
akoana has joined #commonlisp
eddof13 has joined #commonlisp
vn36_ has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 246 seconds]
eddof13 has joined #commonlisp
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
drbluefall has joined #commonlisp
drbluefall has quit [Remote host closed the connection]
yottabyte has quit [Ping timeout: 252 seconds]
yottabyte has joined #commonlisp
vn36_ has quit [Ping timeout: 252 seconds]
amb007 has joined #commonlisp
dre has joined #commonlisp
amb007 has quit [Ping timeout: 255 seconds]
rgherdt has joined #commonlisp
igemnace has joined #commonlisp
aartaka has joined #commonlisp
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 252 seconds]
overclucker has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
overclucker has joined #commonlisp
011AAAHGN has joined #commonlisp
ttree has quit [Ping timeout: 246 seconds]
anticomputer has quit [Remote host closed the connection]
anticomputer has joined #commonlisp
_cymew_ has joined #commonlisp
011AAAHGN has quit [Ping timeout: 260 seconds]
Lycurgus has joined #commonlisp
Posterdati has quit [Read error: Connection reset by peer]
Posterdati has joined #commonlisp
enzuru has quit [Quit: ZNC 1.8.2 - https://znc.in]
shka has joined #commonlisp
pve has joined #commonlisp
Lycurgus has quit [Quit: Exeunt juan@acm.org]
enzuru has joined #commonlisp
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 252 seconds]
Posterdati has quit [Read error: Connection reset by peer]
aartaka has quit [Ping timeout: 246 seconds]
Noisytoot has quit [Quit: ZNC 1.8.2 - https://znc.in]
MajorBiscuit has joined #commonlisp
aartaka has joined #commonlisp
Cymew has joined #commonlisp
Noisytoot has joined #commonlisp
luna-is-here has quit [Quit: luna-is-here]
luna-is-here has joined #commonlisp
chipxxx has joined #commonlisp
Posterdati has joined #commonlisp
cosimone` has quit [Ping timeout: 252 seconds]
random-nick has joined #commonlisp
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 272 seconds]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 252 seconds]
Dynom_ has joined #commonlisp
Dynom_ is now known as Guest8917
White_Flame has quit [Ping timeout: 260 seconds]
MajorBiscuit has quit [Ping timeout: 260 seconds]
cosimone has joined #commonlisp
MajorBiscuit has joined #commonlisp
aartaka has quit [Ping timeout: 252 seconds]
MajorBiscuit has quit [Ping timeout: 252 seconds]
amb007 has joined #commonlisp
Noisytoot has quit [Quit: ZNC 1.8.2 - https://znc.in]
amb007 has quit [Ping timeout: 272 seconds]
amb007 has joined #commonlisp
Noisytoot has joined #commonlisp
morganw has joined #commonlisp
amb007 has quit [Ping timeout: 272 seconds]
Noisytoot has quit [Quit: ZNC 1.8.2 - https://znc.in]
Noisytoot has joined #commonlisp
akoana has quit [Quit: leaving]
pjb has joined #commonlisp
epony has quit [Quit: QUIT]
aartaka has joined #commonlisp
pjb is now known as Guest1128
pjb has joined #commonlisp
Guest1128 has quit [Ping timeout: 246 seconds]
pjb has quit [Remote host closed the connection]
aartaka has quit [Ping timeout: 246 seconds]
aartaka has joined #commonlisp
Noisytoot has quit [Quit: ZNC 1.8.2 - https://znc.in]
Noisytoot has joined #commonlisp
jmdaemon has quit [Ping timeout: 260 seconds]
Everything has joined #commonlisp
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 272 seconds]
Noisytoot has quit [Ping timeout: 252 seconds]
Noisytoot has joined #commonlisp
amb007 has joined #commonlisp
pjb has joined #commonlisp
amb007 has quit [Ping timeout: 246 seconds]
lisp123 has joined #commonlisp
Noisytoot has quit [Ping timeout: 272 seconds]
lisp123_ has joined #commonlisp
Noisytoot has joined #commonlisp
lisp123_ has quit [Ping timeout: 272 seconds]
lisp123 has quit [Read error: Connection reset by peer]
lisp1234 has joined #commonlisp
jello_pudding has quit [Ping timeout: 255 seconds]
amb007 has joined #commonlisp
lisp1234 has quit [Read error: Connection reset by peer]
lisp1234 has joined #commonlisp
amb007 has quit [Ping timeout: 252 seconds]
lisp1234 has quit [Client Quit]
Oddity has quit [Ping timeout: 252 seconds]
MajorBiscuit has joined #commonlisp
vn36__ has joined #commonlisp
aartaka has quit [Ping timeout: 272 seconds]
aartaka has joined #commonlisp
vn36__ has quit [Quit: leaving]
aartaka has quit [Ping timeout: 272 seconds]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 255 seconds]
pillton has quit [Remote host closed the connection]
<Josh_2> Mornin'
aartaka has joined #commonlisp
MajorBiscuit has quit [Quit: WeeChat 3.6]
<phoe> hello
MajorBiscuit has joined #commonlisp
tyson2 has joined #commonlisp
aartaka has quit [Ping timeout: 246 seconds]
aartaka has joined #commonlisp
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 252 seconds]
Oddity has joined #commonlisp
amb007 has joined #commonlisp
aartaka has quit [Ping timeout: 272 seconds]
waleee has joined #commonlisp
aartaka has joined #commonlisp
amb007 has quit [Ping timeout: 272 seconds]
MetaYan has quit [Ping timeout: 248 seconds]
ec_ has quit [Remote host closed the connection]
ec_ has joined #commonlisp
MetaYan has joined #commonlisp
eddof13 has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
Noisytoot has quit [Quit: ZNC 1.8.2 - https://znc.in]
amb007 has joined #commonlisp
aartaka has quit [Ping timeout: 252 seconds]
aartaka has joined #commonlisp
amb007 has quit [Ping timeout: 246 seconds]
Noisytoot has joined #commonlisp
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
causal has quit [Quit: WeeChat 3.6]
Noisytoot has quit [Ping timeout: 246 seconds]
Noisytoot has joined #commonlisp
tyson2 has joined #commonlisp
cage has joined #commonlisp
amb007 has joined #commonlisp
Oddity has quit [Ping timeout: 260 seconds]
azimut has joined #commonlisp
amb007 has quit [Ping timeout: 272 seconds]
acma has quit [Changing host]
acma has joined #commonlisp
pjb has quit [Ping timeout: 255 seconds]
<acma> hello
<Josh_2> Hey
<beach> Hello acma.
<acma> hello beach!
eddof13 has joined #commonlisp
waleee has quit [Ping timeout: 246 seconds]
Noisytoot has quit [Ping timeout: 252 seconds]
Noisytoot has joined #commonlisp
aartaka has quit [Ping timeout: 260 seconds]
aartaka has joined #commonlisp
Noisytoot has quit [Excess Flood]
rogersm has joined #commonlisp
Noisytoot has joined #commonlisp
motherhucker has joined #commonlisp
Noisytoot has quit [Excess Flood]
amb007 has joined #commonlisp
Noisytoot has joined #commonlisp
<prokhor__> aindilis: ping
amb007 has quit [Ping timeout: 246 seconds]
<beach> prokhor__: No such nick is present here as far as I can tell.
tyson2 has quit [Remote host closed the connection]
Noisytoot has quit [Remote host closed the connection]
aartaka has quit [Ping timeout: 255 seconds]
Noisytoot has joined #commonlisp
aartaka has joined #commonlisp
aartaka has quit [Ping timeout: 252 seconds]
aartaka has joined #commonlisp
<shka> phoe: i am looking for that active restarts merging macro
<shka> can you help?
<Josh_2> Is there an example of with-condition-restarts anywhere?
<phoe> shka: active restarts merging, what do you mean?
<shka> phoe: that's the problem, i am not sure
<shka> but there was some sort of trick to have nested restart-cases
<shka> i think at least
<phoe> nested like what? you mean like a nested debugger?
<shka> well... :-)
<phoe> Josh_2: literally the only one in PCS is at https://github.com/phoe/portable-condition-system/blob/3e3b25c17005b66552e0c399c96ceeb1dfcdeb94/src/restarts.lisp#L262 because this macro is really damn obscure
<Josh_2> I only want certain restarts to be available based on the class of the condition
aartaka has quit [Ping timeout: 260 seconds]
<shka> phoe: i will reach you out when i actually figure out what i want
<Josh_2> I assume I can just use the :test key but from the clhs page for with-condition-restarts I think that does what I want
<phoe> that's :TEST or :TEST-FUNCTION specified when binding the restart
<Bike> Josh_2: with-condition-restarts works with a particular condition object. if you want a whole type you'll want :test
<phoe> there is also the troll code snippet (with-condition-restarts (make-condition 'condition) (compute-restarts) (error "haha")) that you should not use in a slime REPL
<shka> phoe: but yeah, i think that i meant debugger
<phoe> then it's with-condition-restarts, yeah
aartaka has joined #commonlisp
<phoe> (with-condition-restarts (make-condition 'condition) (compute-restarts) (error "haha")) actually associates all restarts with a fresh condition object, so they do not appear when the debugger is entered with another condition
<phoe> if you use a known condition object instead of (m-i 'c) and custom-tailor the list of restarts to only contain restarts you want to associate, you can hone this down from being a troll code snippet to something useful with a nested debugger
aartaka has quit [Read error: Connection reset by peer]
<Josh_2> Bike: Something like this? https://plaster.tymoon.eu/view/3488#3488
<Josh_2> Seems to work :think:
<Josh_2> I only want certain restarts available at runtime, I guess I could use :test though
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
aartaka has joined #commonlisp
aartaka has quit [Ping timeout: 260 seconds]
<Josh_2> I'll see how I feel about it, I only have 1 example of this, but with generics you can implement the system once and leave the specialization for later :sunglasses:
<prokhor__> beach: sry, wrong channel :)
Noisytoot has quit [Remote host closed the connection]
amb007 has joined #commonlisp
Noisytoot has joined #commonlisp
amb007 has quit [Ping timeout: 252 seconds]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 255 seconds]
eddof13 has joined #commonlisp
<Josh_2> Guess it didn't work
<Josh_2> one of those things
<shka> phoe: thanks, i need to take a look at this with a fresh mind, i am tired right now
ttree has joined #commonlisp
tyson2 has joined #commonlisp
<jasom> I saw earlier discussions of CL running in WASM; I think the best bets will be compiling to bytecode and running the bytecode on WASM. WASM is just too different from a CPU to reuse any traditional CL compiler.
MajorBiscuit has quit [Ping timeout: 255 seconds]
<jackdaniel> jasom: ecl builds for wasm that way
amb007 has joined #commonlisp
<jackdaniel> it is possible to cross compile whole cl program though
aartaka has joined #commonlisp
<jasom> jackdaniel: oh I didn't know ecl supported cross-compilation at all. Is stack-rewinding through some emscripted approved way like setjmp?
<jackdaniel> yes; play with turtleware.eu/static/ecl/ecl.html
<jackdaniel> stack is emulated wholesale
<jackdaniel> via asyncify
knusbaum has joined #commonlisp
amb007 has quit [Ping timeout: 246 seconds]
aartaka has quit [Ping timeout: 246 seconds]
MajorBiscuit has joined #commonlisp
igemnace has quit [Remote host closed the connection]
MajorBiscuit has quit [Ping timeout: 255 seconds]
<Josh_2> The argument to (restart-case ... :test (lambda (<thisn>) ...)) is the condition thats signalled?
pjb has joined #commonlisp
<Josh_2> Do I have to pass the condition as an argument to invoke-restart for this to be the case? I am trying to use #'typep to check the type of the condition in order to activate/deactivate the restart, but they are never activated
<phoe> clhs restart-case
<Josh_2> if I (break "~S" c) within my :test .. the condition is just of type simple-condition
<phoe> the argument is of type (or condition null) I think
<Josh_2> Huh
<phoe> and yes, BREAK signals a simple-condition by default
<phoe> unless you pass a different datum
<Josh_2> I will show
amb007 has joined #commonlisp
<phoe> oh wait, BREAK always signals a simple-condition
<phoe> or so it seems
<Josh_2> The :test never evals to true, even though the condition signalled within handle-api... will be one of those two classes :thinking:
<Josh_2> I am not sure if I am misunderstanding something about the :test key, surely the condition is the one that is signalled
<phoe> L47, (invoke-restart (find-restart 'clear-out-... c))
<phoe> you need to find the matching restart for the condition being signaled
<phoe> without an explicit FIND-RESTART, INVOKE-RESTART will pass NIL to the test functions
<phoe> s/FIND-RESTART/FIND-RESTART with a condition object/
<Josh_2> OH
aartaka has joined #commonlisp
<Josh_2> Do I have to pass c to my invoke-restart?
amb007 has quit [Ping timeout: 255 seconds]
<Josh_2> If I find the restart with c?
<phoe> no, INVOKE-RESTART accepts arguments to be passed to the restart
<phoe> pass the condition object as the second arg to FIND-RESTART
<Josh_2> Thank yoU!
<Josh_2> Thank you for clearing that up for me :)
* phoe bows
<phoe> glad that my condition system knowledge is of some actual use
aartaka has quit [Ping timeout: 252 seconds]
Alfr has quit [Quit: Leaving]
thuna` has joined #commonlisp
Everything has quit [Ping timeout: 260 seconds]
azimut has quit [Ping timeout: 258 seconds]
aartaka has joined #commonlisp
azimut has joined #commonlisp
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Alfr has joined #commonlisp
aartaka has quit [Ping timeout: 272 seconds]
tyson2 has quit [Remote host closed the connection]
aartaka has joined #commonlisp
Cymew has quit [Ping timeout: 260 seconds]
aartaka has quit [Ping timeout: 272 seconds]
psycomic has joined #commonlisp
amb007 has joined #commonlisp
psycomic has quit [Remote host closed the connection]
psycomic has joined #commonlisp
psycomic has quit [Read error: Connection reset by peer]
psycomic has joined #commonlisp
amb007 has quit [Ping timeout: 272 seconds]
psycomic has quit [Read error: Connection reset by peer]
aartaka has joined #commonlisp
azimut has quit [Quit: ZNC - https://znc.in]
azimut has joined #commonlisp
yottabyte has quit [Quit: Connection closed for inactivity]
aartaka has quit [Ping timeout: 260 seconds]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 272 seconds]
Noisytoot has quit [Excess Flood]
aartaka has joined #commonlisp
Vjalmr has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 255 seconds]
eddof13 has joined #commonlisp
aartaka has quit [Ping timeout: 255 seconds]
motherhucker has quit [Ping timeout: 260 seconds]
aartaka has joined #commonlisp
Noisytoot has joined #commonlisp
amb007 has joined #commonlisp
motherhucker has joined #commonlisp
aartaka has quit [Ping timeout: 252 seconds]
pranavats has left #commonlisp [Error from remote client]
skempf has quit [Quit: .]
skempf has joined #commonlisp
aartaka has joined #commonlisp
amb007 has quit [Ping timeout: 255 seconds]
aartaka has quit [Ping timeout: 255 seconds]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 252 seconds]
dlowe has joined #commonlisp
aartaka has joined #commonlisp
Noisytoot has quit [Excess Flood]
Noisytoot has joined #commonlisp
dlowe has quit [Remote host closed the connection]
motherhucker has quit [Ping timeout: 260 seconds]
pranavats has joined #commonlisp
pranavats has left #commonlisp [Error from remote client]
pranavats has joined #commonlisp
pdietz has joined #commonlisp
cage has quit [Quit: rcirc on GNU Emacs 27.1]
amb007 has joined #commonlisp
Oddity has joined #commonlisp
amb007 has quit [Ping timeout: 252 seconds]
cosimone has quit [Read error: Connection reset by peer]
cdegroot has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 252 seconds]
dre has quit [Ping timeout: 246 seconds]
aartaka has quit [Ping timeout: 246 seconds]
amb007 has joined #commonlisp
pdietz has quit [Quit: Client closed]
amb007 has quit [Ping timeout: 255 seconds]
tyson2 has joined #commonlisp
_cymew_ has quit [Ping timeout: 255 seconds]
Guest8917 has quit [Quit: WeeChat 3.6]
gateway2000 has quit [Quit: Leaving]
cdegroot has joined #commonlisp
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 255 seconds]
ec_ has quit [Remote host closed the connection]
Catie has quit [Remote host closed the connection]
Noisytoot has quit [Quit: ZNC 1.8.2 - https://znc.in]
Catie has joined #commonlisp
Noisytoot has joined #commonlisp
gateway2000 has joined #commonlisp
jmdaemon has joined #commonlisp
gateway2000 has quit [Remote host closed the connection]
gateway2000 has joined #commonlisp
morganw has quit [Remote host closed the connection]
attila_lendvai has quit [Quit: Leaving]
waleee has joined #commonlisp
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
amb007 has joined #commonlisp
ec has joined #commonlisp
amb007 has quit [Ping timeout: 272 seconds]
attila_lendvai has joined #commonlisp
attila_lendvai has quit [Ping timeout: 260 seconds]
eddof13 has joined #commonlisp
thuna` has quit [Remote host closed the connection]
attila_lendvai has joined #commonlisp
eddof13 has quit [Client Quit]
bitmapper has joined #commonlisp
rgherdt_ has joined #commonlisp
rgherdt has quit [Read error: Connection reset by peer]
tyson2 has quit [Remote host closed the connection]
epony has joined #commonlisp
cosimone has joined #commonlisp
attila_lendvai has quit [Quit: Leaving]
Lord_of_Life has quit [Ping timeout: 260 seconds]
Lord_of_Life has joined #commonlisp
count3rmeasure has joined #commonlisp
motherhucker has joined #commonlisp
pdietz has joined #commonlisp
cosimone` has joined #commonlisp
attila_lendvai has joined #commonlisp
amb007 has joined #commonlisp
cosimone has quit [Ping timeout: 260 seconds]
amb007 has quit [Ping timeout: 255 seconds]
amb007 has joined #commonlisp
tyson2 has joined #commonlisp
amb007 has quit [Ping timeout: 246 seconds]
aeth has quit [Ping timeout: 264 seconds]
aeth has joined #commonlisp
dre has joined #commonlisp
karlosz has quit [Remote host closed the connection]
karlosz has joined #commonlisp
dre has quit [Quit: Leaving]
shka has quit [Ping timeout: 260 seconds]
pve has quit [Quit: leaving]
random-nick has quit [Ping timeout: 246 seconds]
amb007 has joined #commonlisp
pdietz has quit [Quit: Client closed]
amb007 has quit [Ping timeout: 272 seconds]
pillton has joined #commonlisp
motherhucker has quit [Ping timeout: 246 seconds]
ec has quit [Ping timeout: 258 seconds]
tasty_ has joined #commonlisp
tasty_ has quit [Changing host]
tasty_ has joined #commonlisp
tasty has quit [Read error: Connection reset by peer]
ec has joined #commonlisp