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/>
Inline has joined #commonlisp
Inline has quit [Excess Flood]
Inline has joined #commonlisp
flip214 has quit [Read error: Connection reset by peer]
yitzi has joined #commonlisp
Inline has quit [Ping timeout: 264 seconds]
flip214 has joined #commonlisp
yitzi has quit [Ping timeout: 245 seconds]
yitzi has joined #commonlisp
puke has joined #commonlisp
attila_lendvai has quit [Ping timeout: 256 seconds]
Inline has joined #commonlisp
khrbtxyz has quit [Ping timeout: 260 seconds]
kevingal has quit [Remote host closed the connection]
khrbtxyz has joined #commonlisp
khrbtxyz has quit [Changing host]
khrbtxyz has joined #commonlisp
Inline has quit [Read error: Connection reset by peer]
szkl has quit [Quit: Connection closed for inactivity]
Inline has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
luna-is-here has joined #commonlisp
bilegeek has joined #commonlisp
tyson2 has joined #commonlisp
jonatack has joined #commonlisp
decweb has quit [Ping timeout: 240 seconds]
khrbtxyz has quit [Ping timeout: 256 seconds]
dra has quit [Ping timeout: 264 seconds]
luna-is-here has quit [Ping timeout: 268 seconds]
tyson2 has quit [Remote host closed the connection]
luna-is-here has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 260 seconds]
Lord_of_Life has joined #commonlisp
khrbtxyz has joined #commonlisp
decweb has joined #commonlisp
khrbtxyz has quit [Ping timeout: 264 seconds]
younder has quit [Remote host closed the connection]
yitzi has quit [Remote host closed the connection]
zyd has quit [Remote host closed the connection]
ixelp has quit [Ping timeout: 264 seconds]
gilberth has quit [Ping timeout: 252 seconds]
puke has quit [Ping timeout: 260 seconds]
ixelp has joined #commonlisp
khrbtxyz has joined #commonlisp
Renfield has joined #commonlisp
<Renfield> How do I specify the type of a variable in a let?
<aeth> declare or check-type after the let
<Mondenkind> (let ((x y)) (declare (type the-type x)) ...)
<aeth> check-type will always check at runtime, while declare may be ignored or (with (safety 0) on SBCL and perhaps elsewhere) assumed so which one you want depends on what you're doing
<aeth> (let ((x y)) (check-type x the-type))
<Renfield> Yes, I'm looking to provide compile-time type information. Thanks.
<aeth> CHECK-TYPE allows the compiler to infer it, while DECLARE exposes it to introspect-environment so various inlining-related libraries may be able to use that information (they can't use the compiler-specific inference). https://github.com/Bike/introspect-environment
<ixelp> GitHub - Bike/introspect-environment: CL environment introspection portability layer
occ has joined #commonlisp
<aeth> (defmacro print-type (var &environment env) `(print ',(introspect-environment:variable-type var env)))
<aeth> (let ((x 42)) (declare (type integer x)) (print-type x) x) => 42; prints: integer
<aeth> Renfield: so that's how you retrieve compile-time type information if your implementation supports it
younder has joined #commonlisp
bubblegum has quit [Ping timeout: 252 seconds]
Kyuvi has quit [Ping timeout: 250 seconds]
occ has quit [Quit: Leaving.]
bubblegum has joined #commonlisp
decweb has quit [Ping timeout: 252 seconds]
occ has joined #commonlisp
bubblegum has quit [Read error: Connection reset by peer]
bubblegum has joined #commonlisp
random-nick has quit [Ping timeout: 252 seconds]
<beach> jcowan: I had hoped you had learned from previous times when you did things like that: https://irclog.tymoon.eu/libera/%23commonlisp?around=1692798928#1692798928
<jcowan> beach: And I will cease to speak to you, since you persist in putting the worst possible interpretation on what I say.
<jcowan> \/plonk
|3b| has quit [Remote host closed the connection]
|3b| has joined #commonlisp
bubblegum has quit [Read error: Connection reset by peer]
bubblegum has joined #commonlisp
bilegeek_ has joined #commonlisp
bilegeek has quit [Ping timeout: 260 seconds]
zyd has joined #commonlisp
bubblegum has quit [Ping timeout: 256 seconds]
bubblegum has joined #commonlisp
bubblegum has quit [Read error: Connection reset by peer]
bubblegum has joined #commonlisp
khrbtxyz has quit [Ping timeout: 256 seconds]
khrbtxyz has joined #commonlisp
khrbtxyz has quit [Ping timeout: 256 seconds]
khrbtxyz has joined #commonlisp
decweb has joined #commonlisp
bubblegum has quit [Ping timeout: 276 seconds]
mzan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
tyson2 has joined #commonlisp
|3b| has quit [Remote host closed the connection]
decweb has quit [Ping timeout: 245 seconds]
|3b| has joined #commonlisp
NicknameJohn has joined #commonlisp
epony has quit [Remote host closed the connection]
epony has joined #commonlisp
even4void has quit [Ping timeout: 252 seconds]
even4void has joined #commonlisp
mesaoptimizer_ is now known as mesaoptimizer
bubblegum has joined #commonlisp
ronald has joined #commonlisp
ym has quit [Ping timeout: 256 seconds]
waleee has quit [Ping timeout: 264 seconds]
igemnace has joined #commonlisp
waleee has joined #commonlisp
anticrisis has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
puke has joined #commonlisp
markb1 has quit [Ping timeout: 260 seconds]
markb1 has joined #commonlisp
NicknameJohn has quit [Ping timeout: 264 seconds]
anticrisis has quit [Read error: Connection reset by peer]
Inline has quit [Ping timeout: 268 seconds]
anticrisis has joined #commonlisp
pve has joined #commonlisp
Cymew has joined #commonlisp
Pixel_Outlaw has quit [Quit: Leaving]
malaclyps has joined #commonlisp
khrbtxyz has quit [Ping timeout: 264 seconds]
azimut has quit [Ping timeout: 240 seconds]
bilegeek_ has quit [Remote host closed the connection]
bilegeek has joined #commonlisp
_cymew_ has joined #commonlisp
khrbtxyz has joined #commonlisp
waleee has quit [Ping timeout: 252 seconds]
anticrisis has quit [Read error: Connection reset by peer]
meritamen has joined #commonlisp
khrbtxyz has quit [Ping timeout: 256 seconds]
khrbtxyz has joined #commonlisp
shka has joined #commonlisp
msavoritias has joined #commonlisp
zetef has joined #commonlisp
occ has quit [Ping timeout: 245 seconds]
shka has quit [Quit: Konversation terminated!]
shka has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
metsomedog has joined #commonlisp
zetef has quit [Ping timeout: 268 seconds]
lieven has quit [Quit: WeeChat 3.0]
mgl_ has joined #commonlisp
lieven has joined #commonlisp
jon_atack has joined #commonlisp
treflip has joined #commonlisp
random-nick has joined #commonlisp
jonatack has quit [Ping timeout: 255 seconds]
random-jellyfish has joined #commonlisp
random-jellyfish has quit [Remote host closed the connection]
donleo has joined #commonlisp
varjag has joined #commonlisp
igemnace has quit [Read error: Connection reset by peer]
anticrisis has joined #commonlisp
bendersteed has joined #commonlisp
anticrisis has quit [Read error: Connection reset by peer]
anticrisis has joined #commonlisp
anticrisis has quit [Client Quit]
rendar has joined #commonlisp
rendar has joined #commonlisp
rendar has quit [Changing host]
igemnace has joined #commonlisp
bilegeek has quit [Quit: Leaving]
danse-nr3 has joined #commonlisp
traidare has joined #commonlisp
attila_lendvai has joined #commonlisp
villageidiot has joined #commonlisp
rgherdt has joined #commonlisp
dcb has quit [Quit: Connection closed for inactivity]
dnhester26 has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
meritamen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
khrbtxyz has quit [Ping timeout: 264 seconds]
Inline has joined #commonlisp
khrbtxyz has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
AetherWind has joined #commonlisp
Guest63 has joined #commonlisp
Guest63 has quit [Client Quit]
jonatack has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
jon_atack has quit [Ping timeout: 264 seconds]
dnhester26 has joined #commonlisp
decweb has joined #commonlisp
dnhester26 has quit [Ping timeout: 252 seconds]
mzan has joined #commonlisp
dino_tutter has joined #commonlisp
meritamen has joined #commonlisp
dnhester26 has joined #commonlisp
mzan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mzan has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
danse-nr3 has quit [Read error: Connection reset by peer]
makomo has joined #commonlisp
metsomedog has quit [Ping timeout: 276 seconds]
yitzi has joined #commonlisp
jdz has quit [Quit: I'm done]
jdz has joined #commonlisp
ym has joined #commonlisp
josrr has joined #commonlisp
danse-nr3 has joined #commonlisp
khrbtxyz has quit [Ping timeout: 276 seconds]
occ has joined #commonlisp
traidare has quit [Ping timeout: 256 seconds]
khrbtxyz has joined #commonlisp
Odin-FOO has joined #commonlisp
cinerion has quit [Read error: Connection reset by peer]
cinerion has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
dino_tutter has quit [Remote host closed the connection]
traidare has joined #commonlisp
yitzi has quit [Ping timeout: 268 seconds]
yitzi has joined #commonlisp
jon_atack has joined #commonlisp
jonatack has quit [Ping timeout: 264 seconds]
dino_tutter has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
varjag has quit [Quit: ERC (IRC client for Emacs 27.1)]
danse-nr3 has quit [Ping timeout: 252 seconds]
dnhester26 has joined #commonlisp
danse-nr3 has joined #commonlisp
NicknameJohn has joined #commonlisp
flip214 has quit [Ping timeout: 245 seconds]
dcb has joined #commonlisp
gilberth has joined #commonlisp
flip214 has joined #commonlisp
tyson2 has joined #commonlisp
danse-nr3 has quit [Ping timeout: 256 seconds]
rgherdt has quit [Ping timeout: 256 seconds]
AetherWind has quit [Ping timeout: 240 seconds]
AetherWind has joined #commonlisp
zxcvz has joined #commonlisp
pve has quit [Ping timeout: 276 seconds]
zxcvz has quit [Client Quit]
overclucker_ has joined #commonlisp
overclucker has quit [Read error: Connection reset by peer]
msavoritias has quit [Remote host closed the connection]
msavoritias has joined #commonlisp
rgherdt has joined #commonlisp
azimut has joined #commonlisp
szkl has joined #commonlisp
kevingal has joined #commonlisp
occ has quit [Ping timeout: 260 seconds]
zaemington has quit [Remote host closed the connection]
zaemington has joined #commonlisp
msavoritias has quit [Remote host closed the connection]
bendersteed has quit [Quit: bendersteed]
dnhester26 has quit [Remote host closed the connection]
traidare has quit [Ping timeout: 252 seconds]
markb1 has quit [Ping timeout: 264 seconds]
dnhester26 has joined #commonlisp
danse-nr3 has joined #commonlisp
makomo has quit [Ping timeout: 255 seconds]
meritamen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
varjag has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
markb1 has joined #commonlisp
Inline has quit [Read error: Connection reset by peer]
Inline has joined #commonlisp
dra has joined #commonlisp
Inline has quit [Remote host closed the connection]
Cymew has quit [Ping timeout: 268 seconds]
shka has quit [Ping timeout: 245 seconds]
<NotThatRPG> jcowan: I have chosen to support CCL because it has always seemed to me to be the second most popular free CL, and because it is generally of high quality.
<jcowan> Thanks. ECL also seems popular, and I'm surprised you don't mention it.
<NotThatRPG> I have not supported ECL much because I have found that the code it generates is not efficient enough. The tests for the SHOP3 planner (https://github.com/shop-planner/shop3) for example, are simply infeasible on ECL. I'm not sure if it's failure to optimize or poor performance of the GC, but it does not stand up to a memory hungry program.
<jcowan> Ah.
<aeth> SBCL and CCL should cover quite a lot because CCL behaves a bit differently in SBCL in how it reads the spec, e.g. requiring a few more EVAL-WHENs in places, and even requiring a few type COERCEs where SBCL doesn't, iirc
<NotThatRPG> I feel the same way about ABCL. ABCL has a valuable use case for me if I need to control a Java library (fortunately I rarely need to do this) -- I find it a very comfortable way to explore my way around a large library.
<aeth> ECL should in theory be the third to support (the commercial ones don't really live on IRC, or even in the Quicklisp ecosystem, afaik), but, yes, it's slow (and it has a very slow compilation process, too!)
<NotThatRPG> I have spoken to people who like ECL for its ease of use in being invoked from C and C++, but I'd rather run my CL processes as servers for cases like that.
<aeth> I find ABCL not easy to support because of the JVM making it behave oddly in places... at least ECL in theory can be improved, and may have value on e.g. compiling to wasm in the long run
<NotThatRPG> I'm not very conversant with LW (although I see that some people really like it). I have always loved Allegro for its debugger, which is, IMO best in class.
overclucker_ has quit [Read error: Connection reset by peer]
overclucker has joined #commonlisp
<NotThatRPG> TBH, I don't know whether the JVM has finally gotten around to permitting tail call optimization or not.
<aeth> there's a bunch of weird edge cases in ABCL because of the JVM, not just that.
<aeth> though the current state of ABCL on this seems to be improved. https://portability.cl/
<ixelp> Common Lisp Portability Library Status
<aeth> still no static-vectors, perhaps because nobody would want to CFFI from ABCL
Inline has joined #commonlisp
AetherWind has quit [Ping timeout: 276 seconds]
makomo has joined #commonlisp
AetherWind has joined #commonlisp
traidare has joined #commonlisp
dnhester26 has joined #commonlisp
danse-nr3 has quit [Ping timeout: 268 seconds]
<jcowan> yes, you'd want to JFFI
treflip has quit [Ping timeout: 264 seconds]
epony has quit [Remote host closed the connection]
NicknameJohn has quit [Ping timeout: 256 seconds]
epony has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
villageidiot has quit [Quit: Client closed]
luis19 has joined #commonlisp
lagash has quit [Remote host closed the connection]
lagash has joined #commonlisp
varjag has quit [Ping timeout: 268 seconds]
Equill has joined #commonlisp
zxcvz has joined #commonlisp
overclucker_ has joined #commonlisp
overclucker has quit [Read error: Connection reset by peer]
overclucker has joined #commonlisp
overclucker_ has quit [Read error: Connection reset by peer]
igemnace has quit [Read error: Connection reset by peer]
dnhester26 has quit [Remote host closed the connection]
_cymew_ has quit [Ping timeout: 246 seconds]
markb1 has quit [Ping timeout: 264 seconds]
chomwitt has joined #commonlisp
markb1 has joined #commonlisp
cage has joined #commonlisp
traidare has quit [Ping timeout: 276 seconds]
traidare has joined #commonlisp
varjag has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
varjag has quit [Ping timeout: 264 seconds]
Odin-FOO has quit [Quit: What's this button do?]
<anthk_> which is faster, clisp or sbcl?
dnhester26 has joined #commonlisp
<bike> sbcl generally generates faster code. i think clisp starts up faster, though.
dnhester26 has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
<aeth> afaik it's basically SBCL > CCL > everything else > CLISP in terms of speed, but that's assuming compilation is cached into FASLs (running it at least once)... compilation speed will generally slow to improve runtime speed, although ECL both takes the longest to compile and isn't that fast because it uses C (so I guess the C compiler is wasting time on optimizations that won't apply to the very
<aeth> unidiomatic generated C? idk)
<edgar-rft> sbcl has fewer letters, so it's faster to read
<aeth> and, yeah, a heavier runtime will also take longer to startup
tyson2 has quit [Remote host closed the connection]
<NotThatRPG> My concern about clisp is its somewhat chaotic project management. They haven't managed to make a release in more than a decade IIRC
<NotThatRPG> (Primary concern for ASDF -- I have no idea what state of clisp I should test against)
<yitzi> On arch I build and test against master for clisp. But if something breaks its probably not going to get fixed.
Odin-LAP has joined #commonlisp
<NotThatRPG> yitzi: Right, but on different linux distros, Mac, and windows, I have no way to guess what's going on. So I just keep testing on ... I think it's 2.49 ... and hoping
<NotThatRPG> My concern is mostly for people who just install it from a package manager. If anyone asks, though, I always suggest they use SBCL instead
<yitzi> I feel for you, but to be honest while CCL appears to be in "maintaince" state, clisp has passed that and is bordering on "unmaintained" as far as I am concerned.
<Odin-LAP> Not even 'bordering'.
<yitzi> I was being generous.
<Odin-LAP> Fair enough.
<aeth> package managers usually just grab a random git version for clisp
<aeth> going on 14 years this July without a stable release. https://clisp.sourceforge.io/
<ixelp> CLISP - an ANSI Common Lisp Implementation
<aeth> not only is it missing a bunch of stuff that's increasingly de facto standard in https://portability.cl/
<ixelp> Common Lisp Portability Library Status
<yitzi> That page isn't maintained either.
<aeth> it's also missing stuff that isn't even really checked.
<yitzi> They've moved to gitlab, but haven't updated anything
<Odin-LAP> clisp?
<ixelp> clisp / clisp · GitLab
<Odin-LAP> Huh.
<aeth> like, for instance, if you assume ,(not (eq (upgraded-array-element-type 'single-float) t))
<ixelp> (not (eq (upgraded-array-element-type 'single-float) t)) => T
<aeth> that will be NIL in CLISP
<aeth> because CLISP hates efficient code
<Odin-LAP> The sourceforge stuff comes up in searches. Which I see as a major "deadness" indicator...
<ixelp> Tags · clisp / clisp · GitLab
<aeth> *2.49
<aeth> the stuff after 2.49 are "a beta release"
<aeth> e.g. 2.49.92-2018-02-18
<aeth> which in itself is almost 6 years old
<aeth> fedora 38 just uses clisp-2.49.93-30.20230212git79cbafd.fc38.x86_64
waleee has joined #commonlisp
rendar has quit [Ping timeout: 256 seconds]
tane has joined #commonlisp
tane has quit [Changing host]
tane has joined #commonlisp
cage has quit [Remote host closed the connection]
cage has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
khrbtxyz has quit [Ping timeout: 260 seconds]
thonkpod has quit [Ping timeout: 268 seconds]
khrbtxyz has joined #commonlisp
varjag has joined #commonlisp
mgl_ has quit [Ping timeout: 256 seconds]
khrbtxyz has quit [Ping timeout: 256 seconds]
nickiminjaj has joined #commonlisp
nickiminjaj has quit [Client Quit]
khrbtxyz has joined #commonlisp
tane has quit [Ping timeout: 252 seconds]
<NotThatRPG> aeth: I recall reading that there's something about clisp that makes it difficult to make a release, but honestly, I have no idea what that is.
<aeth> spaghetti code?
<aeth> technical debt?
<aeth> depending on a library that's now outdated? (but it does get packaged for distros...)
tyson2 has joined #commonlisp
azimut has quit [Remote host closed the connection]
azimut has joined #commonlisp
daox has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
<NotThatRPG> I thought it was something organizational. Maybe something to do with FSF? Or just no one wanting to take responsibility? No idea
shka has joined #commonlisp
NotThatRPG is now known as NotThatRPG_away
azimut has quit [Ping timeout: 240 seconds]
mgl_ has joined #commonlisp
<aeth> not enough tests so they don't know if it's broken?
<aeth> they seem to have a decent amount of test files
NicknameJohn has joined #commonlisp
luis19 has quit [Ping timeout: 255 seconds]
luis190 has joined #commonlisp
thonkpod has joined #commonlisp
tyson2 has joined #commonlisp
mariari has quit [Ping timeout: 240 seconds]
jmdaemon has joined #commonlisp
waleee has quit [Ping timeout: 256 seconds]
zxcvz has quit [Quit: zxcvz]
azimut has joined #commonlisp
czy has quit [Read error: Connection reset by peer]
mariari has joined #commonlisp
czy has joined #commonlisp
yitzi has quit [Remote host closed the connection]
waleee has joined #commonlisp
jmdaemon has quit [Quit: ZNC 1.8.2 - https://znc.in]
jmdaemon has joined #commonlisp
coat has joined #commonlisp
<coat> hello!
pranavats has left #commonlisp [Error from remote client]
<coat> can someone help me with this?
<coat> (let ((cell (cons "a" (list 30 40 10 20)))) (sort (cdr cell) (lambda (x y) (< x y))) (format t "~a~%" cell)) --> (a 30 40)
<coat> why do I lose two integers after the sort?
<bike> SORT is destructive, meaning it's allowed to manipulate the structure of the sequence you give it
khrbtxyz has quit [Ping timeout: 264 seconds]
<bike> the sorted list is returned by SORT. you should be using that.
<coat> bike: oh! thanks. I totally misunderstood "destructive". somehow in my mind I thought "destructive" means "in-place" sort meaning it would mutate my list.
<coat> but it is not just mutating list. it is really destructive!
<bike> yep.
overclucker has quit [Read error: Connection reset by peer]
overclucker has joined #commonlisp
ski has quit [Ping timeout: 260 seconds]
khrbtxyz has joined #commonlisp
puke has quit [Ping timeout: 246 seconds]
younder has quit [Remote host closed the connection]
jmdaemon has quit [Ping timeout: 268 seconds]
ski has joined #commonlisp
tyson2 has quit [Read error: Connection reset by peer]
Cymew has joined #commonlisp
younder has joined #commonlisp
jmdaemon has joined #commonlisp
mgl_ has quit [Ping timeout: 276 seconds]
azimut has quit [Remote host closed the connection]
azimut has joined #commonlisp
Cymew has quit [Ping timeout: 260 seconds]
AetherWind has quit [Ping timeout: 256 seconds]
cage has quit [Quit: rcirc on GNU Emacs 29.1]
AetherWind has joined #commonlisp
mgl_ has joined #commonlisp
jmdaemon has quit [Ping timeout: 264 seconds]
AetherWind has quit [Quit: Lost terminal]
NicknameJohn has quit [Ping timeout: 246 seconds]
mfiano has quit [Quit: WeeChat 4.0.2]
traidare has quit [Ping timeout: 240 seconds]
mfiano has joined #commonlisp
etimmons has quit [Ping timeout: 260 seconds]
enzuru has quit [Ping timeout: 246 seconds]
etimmons has joined #commonlisp
enzuru has joined #commonlisp
jladd has joined #commonlisp
deadmarshal_ has quit [Ping timeout: 245 seconds]
krasjet has quit [Ping timeout: 260 seconds]
czy has quit [Read error: Connection reset by peer]
tasty has quit [Quit: bye bye!]
shka has quit [Ping timeout: 252 seconds]
jmdaemon has joined #commonlisp
krasjet has joined #commonlisp
random-nick has quit [Remote host closed the connection]
green__ has joined #commonlisp
skempf has quit [Ping timeout: 260 seconds]
tasty has joined #commonlisp
tasty has joined #commonlisp
enzuru has quit [Read error: Connection reset by peer]
les_ has joined #commonlisp
copec has quit [Remote host closed the connection]
les has quit [Quit: Adios]
dtman34_ has joined #commonlisp
markasoftware has quit [Read error: Connection reset by peer]
overclucker_ has joined #commonlisp
copec has joined #commonlisp
mala has joined #commonlisp
dtman34 has quit [Ping timeout: 264 seconds]
icebarf has quit [Ping timeout: 260 seconds]
BrokenCog has quit [Ping timeout: 264 seconds]
johnjaye has quit [Ping timeout: 264 seconds]
bike has quit [Ping timeout: 264 seconds]
green_ has quit [Ping timeout: 268 seconds]
masinter has quit [Ping timeout: 264 seconds]
overclucker has quit [Ping timeout: 264 seconds]
markasoftware has joined #commonlisp
masinter has joined #commonlisp
malaclyps has quit [Ping timeout: 264 seconds]
energizer has quit [Ping timeout: 264 seconds]
justache has quit [Ping timeout: 264 seconds]
opus has quit [Ping timeout: 264 seconds]
etimmons has quit [Ping timeout: 245 seconds]
dtman34_ has quit [*.net *.split]
overclucker_ has quit [*.net *.split]
masinter has quit [*.net *.split]
copec has quit [*.net *.split]
tasty has quit [*.net *.split]
daox has quit [*.net *.split]
lagash has quit [*.net *.split]
flip214 has quit [*.net *.split]
Oladon1 has quit [*.net *.split]
masinter_ has quit [*.net *.split]
bjorkintosh has quit [*.net *.split]
cdegroot has quit [*.net *.split]
hernan has quit [*.net *.split]
kaskal has quit [*.net *.split]
ezakimak has quit [*.net *.split]
nxtr_ has quit [*.net *.split]
jrm has quit [*.net *.split]
patrix has quit [*.net *.split]
jfloren has quit [*.net *.split]
mmk2410 has quit [*.net *.split]
Eoco has quit [*.net *.split]
zagura has quit [*.net *.split]
Grauwolf has quit [*.net *.split]
jfb4 has quit [*.net *.split]
boigahs has quit [*.net *.split]
Pixel_Outlaw has quit [*.net *.split]
markb1 has quit [*.net *.split]
chomwitt has quit [*.net *.split]
ym has quit [*.net *.split]
josrr has quit [*.net *.split]
semarie has quit [*.net *.split]
terrorjack has quit [*.net *.split]
semz has quit [*.net *.split]
crumbles has quit [*.net *.split]
viaken has quit [*.net *.split]
mister_m has quit [*.net *.split]
Sario has quit [*.net *.split]
ecraven has quit [*.net *.split]
Irvise has quit [*.net *.split]
danieli has quit [*.net *.split]
sukaeto has quit [*.net *.split]
lieven has quit [*.net *.split]
chrcav has quit [*.net *.split]
drakonis has quit [*.net *.split]
jfh has quit [*.net *.split]
GreaseMonkey has quit [*.net *.split]
griffinmb_ has quit [*.net *.split]
saturn2 has quit [*.net *.split]
b3lm0nt has quit [*.net *.split]
cayley5 has quit [*.net *.split]
smlckz has quit [*.net *.split]
phoe has quit [*.net *.split]
luis190 has quit [*.net *.split]
zaemington has quit [*.net *.split]
rgherdt has quit [*.net *.split]
cinerion has quit [*.net *.split]
mzan has quit [*.net *.split]
ski has quit [*.net *.split]
even4void has quit [*.net *.split]
|3b| has quit [*.net *.split]
contrapunctus has quit [*.net *.split]
beach has quit [*.net *.split]
olnw has quit [*.net *.split]
luna-is-here has quit [*.net *.split]
Perflosopher has quit [*.net *.split]
iquites has quit [*.net *.split]
hefner has quit [*.net *.split]
dmho has quit [*.net *.split]
Mondenkind has quit [*.net *.split]
specbot has quit [*.net *.split]
jsatk_ has quit [*.net *.split]
conjunctive has quit [*.net *.split]
stylewarning has quit [*.net *.split]
gaze_____ has quit [*.net *.split]
dra has quit [*.net *.split]
ronald has quit [*.net *.split]
Lycurgus has quit [*.net *.split]
remexre has quit [*.net *.split]
lispmacs[work] has quit [*.net *.split]
palter has quit [*.net *.split]
molson has quit [*.net *.split]
gpiero has quit [*.net *.split]
phadthai has quit [*.net *.split]
d4ryus has quit [*.net *.split]
dbotton has quit [*.net *.split]
ello has quit [*.net *.split]
drmeister_ has quit [*.net *.split]
cenobite has quit [*.net *.split]
Mandus has quit [*.net *.split]
attila_lendvai has quit [*.net *.split]
fe[nl]ix has quit [*.net *.split]
doyougnu has quit [*.net *.split]
manwithluck has quit [*.net *.split]
fiddlerwoaroof has quit [*.net *.split]
dustinm` has quit [*.net *.split]
pieguy128 has quit [*.net *.split]
rakka has quit [*.net *.split]
dim has quit [*.net *.split]
xaltsc has quit [*.net *.split]
borodust has quit [*.net *.split]
bollu has quit [*.net *.split]
jaimelm_ has quit [*.net *.split]
ChanServ has quit [*.net *.split]
waleee has quit [*.net *.split]
Inline has quit [*.net *.split]
gilberth has quit [*.net *.split]
jon_atack has quit [*.net *.split]
decweb has quit [*.net *.split]
donleo has quit [*.net *.split]
Jach has quit [*.net *.split]
EsoAlgo811 has quit [*.net *.split]
thuna` has quit [*.net *.split]
tertek has quit [*.net *.split]
duuqnd has quit [*.net *.split]
echos has quit [*.net *.split]
mathrick has quit [*.net *.split]
MetaYan has quit [*.net *.split]
zephyr has quit [*.net *.split]
mfiano has quit [*.net *.split]
Equill has quit [*.net *.split]
epony has quit [*.net *.split]
bubblegum has quit [*.net *.split]
ixelp has quit [*.net *.split]
Odin-LAP has quit [*.net *.split]
tibfulv has quit [*.net *.split]
grawlinson has quit [*.net *.split]
Guest4380 has quit [*.net *.split]
Odin- has quit [*.net *.split]
Spawns_Carpeting has quit [*.net *.split]
Colleen has quit [*.net *.split]
gjvc has quit [*.net *.split]
hineios2 has quit [*.net *.split]
aeth has quit [*.net *.split]
triffid has quit [*.net *.split]
fitzsim has quit [*.net *.split]
foretspaisibles has quit [*.net *.split]
leeb has quit [*.net *.split]
jeffrey has quit [*.net *.split]
ns12 has quit [*.net *.split]
azimut has quit [*.net *.split]
chiselfuse has quit [*.net *.split]
ec has quit [*.net *.split]
gxt has quit [*.net *.split]
mala has quit [*.net *.split]
anticomputer has quit [*.net *.split]
markasoftware has quit [*.net *.split]
jmdaemon has quit [*.net *.split]
krasjet has quit [*.net *.split]
green__ has quit [*.net *.split]
les_ has quit [*.net *.split]
kevingal has quit [*.net *.split]
toadlicker has quit [*.net *.split]
szkl has quit [*.net *.split]
jmiven has quit [*.net *.split]
cmack has quit [*.net *.split]
m5zs7k has quit [*.net *.split]
hexology has quit [*.net *.split]
Posterdati has quit [*.net *.split]
antoszka has quit [*.net *.split]
migap_ has quit [*.net *.split]
kmroz has quit [*.net *.split]
haku has quit [*.net *.split]
alanz has quit [*.net *.split]
Irvise_ has quit [*.net *.split]
xantoz has quit [*.net *.split]
gendl__ has quit [*.net *.split]
dcb has quit [*.net *.split]
scymtym has quit [*.net *.split]
hayley has quit [*.net *.split]
randm has quit [*.net *.split]
gko` has quit [*.net *.split]
kg7ski- has quit [*.net *.split]
fourier has quit [*.net *.split]
louis77 has quit [*.net *.split]
pl has quit [*.net *.split]
minion has quit [*.net *.split]
cracauer has quit [*.net *.split]
equwal has quit [*.net *.split]
froggey has quit [*.net *.split]
travis has quit [*.net *.split]
Catie has quit [*.net *.split]
loke has quit [*.net *.split]
doulos05 has quit [*.net *.split]
pok has quit [*.net *.split]
jcowan has quit [*.net *.split]
alip has quit [*.net *.split]
khrbtxyz has quit [*.net *.split]
younder has quit [*.net *.split]
makomo has quit [*.net *.split]
theBlackDragon has quit [*.net *.split]
dstein64 has quit [*.net *.split]
mulk has quit [*.net *.split]
snits has quit [*.net *.split]
mrvdb- has quit [*.net *.split]
famicom_guy has quit [*.net *.split]
jmercouris has quit [*.net *.split]
Nezteb____ has quit [*.net *.split]
_death has quit [*.net *.split]
glozzom has quit [*.net *.split]
hirez has quit [*.net *.split]
mgl_ has quit [*.net *.split]
mariari has quit [*.net *.split]
dnhester26 has quit [*.net *.split]
dino_tutter has quit [*.net *.split]
a51 has quit [*.net *.split]
anthk_ has quit [*.net *.split]
easye has quit [*.net *.split]
kurfen has quit [*.net *.split]
edgar-rft has quit [*.net *.split]
lonjil has quit [*.net *.split]
kopiyka has quit [*.net *.split]
rdrg109 has quit [*.net *.split]
resttime has quit [*.net *.split]
splittist has quit [*.net *.split]
coat has quit [*.net *.split]
SAL9000 has quit [*.net *.split]
jladd has quit [*.net *.split]
varjag has quit [*.net *.split]
Lord_of_Life has quit [*.net *.split]
ericcodes has quit [*.net *.split]
NotThatRPG_away has quit [*.net *.split]
OlCe has quit [*.net *.split]
youthpastor has quit [*.net *.split]
Lord_Nightmare has quit [*.net *.split]
grinton has quit [*.net *.split]
mustafa has quit [*.net *.split]
zyd has quit [*.net *.split]
micro has quit [*.net *.split]
gooba has quit [*.net *.split]
lucerne has quit [*.net *.split]
ryanbw has quit [*.net *.split]
csos95_ has quit [*.net *.split]
sgithens_ has quit [*.net *.split]
pkal has quit [*.net *.split]
vxe420 has quit [*.net *.split]
deriamis has quit [*.net *.split]
jryans has quit [*.net *.split]
mht-wtf has quit [*.net *.split]
Fade has quit [*.net *.split]
zups has quit [*.net *.split]
iisi has quit [*.net *.split]
tychoish has quit [*.net *.split]
Kingsy has quit [*.net *.split]
spec has quit [*.net *.split]
Gleefre has quit [*.net *.split]
justache- has joined #commonlisp
enzuru has joined #commonlisp
bike_ has joined #commonlisp
bike has joined #commonlisp
AndreiDuma has joined #commonlisp
icebarf has joined #commonlisp
energizer has joined #commonlisp
johnjaye has joined #commonlisp
skempf has joined #commonlisp
masinter has joined #commonlisp
markasoftware has joined #commonlisp
overclucker_ has joined #commonlisp
mala has joined #commonlisp
dtman34_ has joined #commonlisp
copec has joined #commonlisp
tasty has joined #commonlisp
les_ has joined #commonlisp
opus has joined #commonlisp
azimut has joined #commonlisp
jladd has joined #commonlisp
mgl_ has joined #commonlisp
ski has joined #commonlisp
younder has joined #commonlisp
coat has joined #commonlisp
khrbtxyz has joined #commonlisp
mariari has joined #commonlisp
waleee has joined #commonlisp
daox has joined #commonlisp
luis190 has joined #commonlisp
Gleefre has joined #commonlisp
varjag has joined #commonlisp
dnhester26 has joined #commonlisp
Odin-LAP has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
krasjet has joined #commonlisp
BrokenCog has joined #commonlisp
etimmons_ has joined #commonlisp
mfiano has joined #commonlisp
green__ has joined #commonlisp
jmdaemon has joined #commonlisp
Equill has joined #commonlisp
lagash has joined #commonlisp
makomo has joined #commonlisp
dra has joined #commonlisp
epony has joined #commonlisp
Inline has joined #commonlisp
zaemington has joined #commonlisp
szkl has joined #commonlisp
kevingal has joined #commonlisp
flip214 has joined #commonlisp
rgherdt has joined #commonlisp
gilberth has joined #commonlisp
dcb has joined #commonlisp
dino_tutter has joined #commonlisp
jon_atack has joined #commonlisp
cinerion has joined #commonlisp
mzan has joined #commonlisp
decweb has joined #commonlisp
ym has joined #commonlisp
josrr has joined #commonlisp
lonjil has joined #commonlisp
edgar-rft has joined #commonlisp
ronald has joined #commonlisp
bubblegum has joined #commonlisp
ixelp has joined #commonlisp
|3b| has joined #commonlisp
zyd has joined #commonlisp
Lord_of_Life has joined #commonlisp
Lycurgus has joined #commonlisp
luna-is-here has joined #commonlisp
toadlicker has joined #commonlisp
anthk_ has joined #commonlisp
cmack has joined #commonlisp
chiselfuse has joined #commonlisp
triffid has joined #commonlisp
scymtym has joined #commonlisp
dstein64 has joined #commonlisp
tibfulv has joined #commonlisp
masinter_ has joined #commonlisp
Perflosopher has joined #commonlisp
olnw has joined #commonlisp
theBlackDragon has joined #commonlisp
Jach has joined #commonlisp
ericcodes has joined #commonlisp
contrapunctus has joined #commonlisp
fe[nl]ix has joined #commonlisp
NotThatRPG_away has joined #commonlisp
a51 has joined #commonlisp
bjorkintosh has joined #commonlisp
EsoAlgo811 has joined #commonlisp
anticomputer has joined #commonlisp
mulk has joined #commonlisp
thuna` has joined #commonlisp
ec has joined #commonlisp
beach has joined #commonlisp
gxt has joined #commonlisp
grawlinson has joined #commonlisp
easye has joined #commonlisp
cdegroot has joined #commonlisp
hernan has joined #commonlisp
jmiven has joined #commonlisp
chrcav has joined #commonlisp
micro has joined #commonlisp
m5zs7k has joined #commonlisp
boigahs has joined #commonlisp
ezakimak has joined #commonlisp
jfb4 has joined #commonlisp
Grauwolf has joined #commonlisp
zagura has joined #commonlisp
Eoco has joined #commonlisp
jfloren has joined #commonlisp
mmk2410 has joined #commonlisp
nxtr_ has joined #commonlisp
jrm has joined #commonlisp
kaskal has joined #commonlisp
patrix has joined #commonlisp
sukaeto has joined #commonlisp
danieli has joined #commonlisp
Irvise has joined #commonlisp
Sario has joined #commonlisp
ecraven has joined #commonlisp
mister_m has joined #commonlisp
viaken has joined #commonlisp
crumbles has joined #commonlisp
semz has joined #commonlisp
terrorjack has joined #commonlisp
semarie has joined #commonlisp
remexre has joined #commonlisp
snits has joined #commonlisp
drakonis has joined #commonlisp
Guest4380 has joined #commonlisp
hexology has joined #commonlisp
tertek has joined #commonlisp
lispmacs[work] has joined #commonlisp
Spawns_Carpeting has joined #commonlisp
Oladon has joined #commonlisp
Posterdati has joined #commonlisp
doyougnu has joined #commonlisp
markb1 has joined #commonlisp
tyson2 has joined #commonlisp
Odin- has joined #commonlisp
palter has joined #commonlisp
molson has joined #commonlisp
gooba has joined #commonlisp
aeth has joined #commonlisp
Lord_Nightmare has joined #commonlisp
hayley has joined #commonlisp
kurfen has joined #commonlisp
Colleen has joined #commonlisp
gjvc has joined #commonlisp
OlCe has joined #commonlisp
mrvdb- has joined #commonlisp
echos has joined #commonlisp
manwithluck has joined #commonlisp
duuqnd has joined #commonlisp
dustinm` has joined #commonlisp
gpiero has joined #commonlisp
youthpastor has joined #commonlisp
antoszka has joined #commonlisp
kopiyka has joined #commonlisp
jfh has joined #commonlisp
famicom_guy has joined #commonlisp
Nezteb____ has joined #commonlisp
GreaseMonkey has joined #commonlisp
griffinmb_ has joined #commonlisp
jmercouris has joined #commonlisp
rakka has joined #commonlisp
fiddlerwoaroof has joined #commonlisp
mathrick has joined #commonlisp
dbotton has joined #commonlisp
dim has joined #commonlisp
ryanbw has joined #commonlisp
gko` has joined #commonlisp
xaltsc has joined #commonlisp
borodust has joined #commonlisp
leeb has joined #commonlisp
saturn2 has joined #commonlisp
bollu has joined #commonlisp
migap_ has joined #commonlisp
kmroz has joined #commonlisp
haku has joined #commonlisp
pl has joined #commonlisp
louis77 has joined #commonlisp
fourier has joined #commonlisp
iquites has joined #commonlisp
kg7ski- has joined #commonlisp
b3lm0nt has joined #commonlisp
MetaYan has joined #commonlisp
zephyr has joined #commonlisp
cenobite has joined #commonlisp
d4ryus has joined #commonlisp
cayley5 has joined #commonlisp
_death has joined #commonlisp
stylewarning has joined #commonlisp
conjunctive has joined #commonlisp
jsatk_ has joined #commonlisp
gaze_____ has joined #commonlisp
specbot has joined #commonlisp
dmho has joined #commonlisp
Mondenkind has joined #commonlisp
hefner has joined #commonlisp
Mandus has joined #commonlisp
drmeister_ has joined #commonlisp
ello has joined #commonlisp
foretspaisibles has joined #commonlisp
jaimelm_ has joined #commonlisp
csos95_ has joined #commonlisp
sgithens_ has joined #commonlisp
fitzsim has joined #commonlisp
smlckz has joined #commonlisp
minion has joined #commonlisp
alanz has joined #commonlisp
ChanServ has joined #commonlisp
jeffrey has joined #commonlisp
ns12 has joined #commonlisp
pkal has joined #commonlisp
froggey has joined #commonlisp
gendl__ has joined #commonlisp
Irvise_ has joined #commonlisp
xantoz has joined #commonlisp
travis has joined #commonlisp
glozzom has joined #commonlisp
equwal has joined #commonlisp
Catie has joined #commonlisp
jcowan has joined #commonlisp
loke has joined #commonlisp
pok has joined #commonlisp
doulos05 has joined #commonlisp
alip has joined #commonlisp
phoe has joined #commonlisp
grinton has joined #commonlisp
hirez has joined #commonlisp
spec has joined #commonlisp
tychoish has joined #commonlisp
iisi has joined #commonlisp
zups has joined #commonlisp
Fade has joined #commonlisp
mht-wtf has joined #commonlisp
deriamis has joined #commonlisp
jryans has joined #commonlisp
vxe420 has joined #commonlisp
splittist has joined #commonlisp
resttime has joined #commonlisp
mustafa has joined #commonlisp
rdrg109 has joined #commonlisp
Kingsy has joined #commonlisp
SAL9000 has joined #commonlisp
randm has joined #commonlisp
donleo has joined #commonlisp
attila_lendvai has joined #commonlisp
phadthai has joined #commonlisp
pieguy128 has joined #commonlisp
lieven has joined #commonlisp
even4void has joined #commonlisp
lucerne has joined #commonlisp
cracauer has joined #commonlisp
hineios2 has joined #commonlisp
deadmarshal_ has joined #commonlisp
etimmons_ is now known as etimmons
cross has quit [Max SendQ exceeded]
cross has joined #commonlisp
tasty has quit [Quit: bye bye!]
tasty has joined #commonlisp
tasty has joined #commonlisp
tasty has quit [Changing host]
puke has joined #commonlisp
mgl_ has quit [Ping timeout: 268 seconds]
bike_ has quit [Quit: leaving]
bike has joined #commonlisp
random-nick has joined #commonlisp
bike has quit [Quit: leaving]
mhcat` has joined #commonlisp
enzuru has quit [Ping timeout: 246 seconds]
enzuru has joined #commonlisp
decweb has quit [Ping timeout: 252 seconds]
cmack has quit [Ping timeout: 260 seconds]
decweb has joined #commonlisp
attila_lendvai has quit [Ping timeout: 255 seconds]
donleo has quit [Ping timeout: 252 seconds]
AndreiDuma has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jmdaemon has quit [Ping timeout: 260 seconds]