Pixel_Outlaw has quit [Remote host closed the connection]
evasync has quit [Ping timeout: 260 seconds]
istewart has quit [Quit: Konversation terminated!]
istewart has joined #commonlisp
evasync has joined #commonlisp
evasync has quit [Ping timeout: 265 seconds]
evasync has joined #commonlisp
evasync has quit [Ping timeout: 252 seconds]
troojg has joined #commonlisp
decweb has quit [Ping timeout: 276 seconds]
<beach>
skin: What's the first bar in the third question? It is unlabeled.
<beach>
skin: And I agree with paulapatience that the questions that have a duration as an answer should probably be ordered by duration and not frequency.
evasync has joined #commonlisp
<beach>
skin: And it is the "European Lisp Symposium", not the "European Common Lisp Symposium".
evasync has quit [Ping timeout: 245 seconds]
<beach>
skin: The diagram shows 11.30% for the NovaSpec, but your remark says 8%.
evasync has joined #commonlisp
istewart has quit [Quit: Konversation terminated!]
troojg has quit [Ping timeout: 276 seconds]
evasync has quit [Ping timeout: 244 seconds]
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
<skin>
derp
evasync has joined #commonlisp
evasync has quit [Ping timeout: 265 seconds]
evasync has joined #commonlisp
<beach>
skin: In my paper on debugging: http://metamodular.com/SICL/sicl-debugging.pdf I mention how bad the debugging situation is (especially) for free Common Lisp implementations, so I was a bit surprised to see how you mentioned the "good debugging tools" of SBCL. I guess that's another data point for me, indicating that Common Lisp programmers don't seem to need good debugging tools.
evasync has quit [Ping timeout: 276 seconds]
thuna`` has quit [Read error: Connection reset by peer]
thuna` has joined #commonlisp
thuna`` has joined #commonlisp
thuna` has quit [Ping timeout: 245 seconds]
evasync has joined #commonlisp
evasync has quit [Ping timeout: 260 seconds]
younder has quit [Ping timeout: 244 seconds]
evasync has joined #commonlisp
phantomics has quit [Ping timeout: 252 seconds]
evasync has quit [Ping timeout: 265 seconds]
akoana has quit [Quit: leaving]
evasync has joined #commonlisp
JuanDaugherty has joined #commonlisp
evasync has quit [Ping timeout: 244 seconds]
attila_lendvai has joined #commonlisp
attila_lendvai has quit [Ping timeout: 245 seconds]
attila_lendvai has joined #commonlisp
evasync has joined #commonlisp
danza has joined #commonlisp
tih has joined #commonlisp
evasync has quit [Ping timeout: 265 seconds]
pve has joined #commonlisp
char has quit [Remote host closed the connection]
shka has joined #commonlisp
shka has quit [Read error: Connection reset by peer]
attila_lendvai has quit [Ping timeout: 252 seconds]
oneeyedalien has joined #commonlisp
lkuty has joined #commonlisp
JuanDaugherty has quit [Quit: JuanDaugherty]
xlymian has joined #commonlisp
shka has joined #commonlisp
dino_tutter has joined #commonlisp
lkuty has quit [Ping timeout: 252 seconds]
brokkoli_origin has quit [Ping timeout: 252 seconds]
danza has quit [Quit: see you]
brokkoli_origin has joined #commonlisp
Oddity has joined #commonlisp
oneeyedalien has quit [Quit: Leaving]
kopiyka has quit [Remote host closed the connection]
kopiyka has joined #commonlisp
thuna` has joined #commonlisp
thuna`` has quit [Ping timeout: 265 seconds]
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
thuna`` has joined #commonlisp
thuna` has quit [Ping timeout: 260 seconds]
thuna` has joined #commonlisp
thuna`` has quit [Ping timeout: 245 seconds]
thuna`` has joined #commonlisp
thuna` has quit [Ping timeout: 252 seconds]
McParen has joined #commonlisp
[-_-] has joined #commonlisp
<[-_-]>
Hi
<pranav>
Hi [-_-]
<[-_-]>
I am looking for a function that can select part of a string based on regex
<[-_-]>
I am using sbcl
reb` has quit [Ping timeout: 276 seconds]
<pranav>
[-_-]: Something like match-split could be helpful, from one of regex libraries.
thuna` has joined #commonlisp
thuna`` has quit [Ping timeout: 255 seconds]
thuna`` has joined #commonlisp
thuna`` has quit [Read error: Connection reset by peer]
thuna` has quit [Ping timeout: 260 seconds]
danza has joined #commonlisp
manwithluck has quit [Remote host closed the connection]
manwithluck has joined #commonlisp
thuna`` has joined #commonlisp
thuna` has joined #commonlisp
thuna`` has quit [Ping timeout: 258 seconds]
thuna`` has joined #commonlisp
random-nick has joined #commonlisp
thuna` has quit [Ping timeout: 258 seconds]
McParen has left #commonlisp [#commonlisp]
BiteriaFedora has joined #commonlisp
reb` has joined #commonlisp
cage has joined #commonlisp
|-_-| has joined #commonlisp
[-_-] has quit [Ping timeout: 258 seconds]
BiteriaFedora has quit [Changing host]
BiteriaFedora has joined #commonlisp
|-_-| is now known as [-_-]
waleee has joined #commonlisp
thuna`` has quit [Ping timeout: 276 seconds]
thuna`` has joined #commonlisp
dino_tutter has quit [Ping timeout: 265 seconds]
danza has quit [Quit: enjoy the weekend]
thuna`` has quit [Ping timeout: 258 seconds]
micro has quit [Ping timeout: 276 seconds]
thuna`` has joined #commonlisp
micro has joined #commonlisp
thuna` has joined #commonlisp
thuna`` has quit [Ping timeout: 260 seconds]
reb` has quit [Ping timeout: 258 seconds]
reb` has joined #commonlisp
reb` has quit [Remote host closed the connection]
reb` has joined #commonlisp
BiteriaFedora has quit [Ping timeout: 256 seconds]
thuna`` has joined #commonlisp
thuna` has quit [Ping timeout: 276 seconds]
BiteriaFedora has joined #commonlisp
BiteriaFedora has quit [Write error: Broken pipe]
yacin has joined #commonlisp
X-Scale has joined #commonlisp
decweb has joined #commonlisp
evasync has joined #commonlisp
evasync has quit [Ping timeout: 276 seconds]
evasync has joined #commonlisp
msv has quit [Remote host closed the connection]
yitzi has joined #commonlisp
JuanDaugherty has joined #commonlisp
<skin>
beach: I guess I mean relatively. I can actually step through stuff with sbcl and I didn't need to look at the manual to figure it out. ccl I had a hard time figuring it out. I do wish sbcl error messages were a little clearer though.
<beach>
I see.
cage has quit [Remote host closed the connection]
Alfr has quit [Ping timeout: 260 seconds]
Alfr has joined #commonlisp
X-Scale has quit [Ping timeout: 256 seconds]
JuanDaugherty has quit [Quit: JuanDaugherty]
Oladon1 has joined #commonlisp
Oladon has quit [Ping timeout: 276 seconds]
reb` has quit [Ping timeout: 248 seconds]
cage has joined #commonlisp
jrx has joined #commonlisp
jrx has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
X-Scale has joined #commonlisp
X-Scale has quit [Ping timeout: 256 seconds]
X-Scale has joined #commonlisp
shawnw has quit [Quit: Konversation terminated!]
X-Scale62 has joined #commonlisp
X-Scale has quit [Ping timeout: 256 seconds]
X-Scale62 has quit [Ping timeout: 256 seconds]
rozenglass has quit [Quit: leaving]
cage has quit [Remote host closed the connection]
thuna`` has quit [Read error: Connection reset by peer]
thuna`` has joined #commonlisp
thuna` has joined #commonlisp
wbooze has joined #commonlisp
thuna`` has quit [Ping timeout: 258 seconds]
X-Scale has joined #commonlisp
yitzi has quit [Ping timeout: 258 seconds]
X-Scale has quit [Ping timeout: 256 seconds]
yitzi has joined #commonlisp
JuanDaugherty has joined #commonlisp
evasync has quit [Ping timeout: 244 seconds]
wbooze has quit [Remote host closed the connection]
wbooze has joined #commonlisp
<mwnaylor>
Success!! Either I had network issues or servers were offline. I now have Closeau installed and functional.
thuna`` has joined #commonlisp
JuanDaugherty has quit [Quit: JuanDaugherty]
thuna` has quit [Ping timeout: 258 seconds]
akoana has joined #commonlisp
kamafam has joined #commonlisp
<beach>
Excellent!
<beach>
*Clouseau
<beach>
I famous inspector.
Alfr is now known as Guest3469
Guest3469 has quit [Killed (tantalum.libera.chat (Nickname regained by services))]
<paulapatience>
I have seen the Pink Panther, but I hadn't made the connection until now
<paulapatience>
Haha
char has joined #commonlisp
msv has joined #commonlisp
wbooze has quit [Ping timeout: 258 seconds]
wbooze has joined #commonlisp
mwnaylor` has joined #commonlisp
mwnaylor has quit [Read error: Connection reset by peer]
shawnw has joined #commonlisp
mwnaylor` has quit [Ping timeout: 252 seconds]
mwnaylor has joined #commonlisp
akoana has quit [Quit: leaving]
xlymian has joined #commonlisp
<bjorkintosh>
"Common Lisp" inspector.
thuna` has joined #commonlisp
thuna`` has quit [Ping timeout: 276 seconds]
mgl has joined #commonlisp
mwnaylor has quit [Ping timeout: 245 seconds]
mgl has quit [Remote host closed the connection]
waleee has joined #commonlisp
McParen has joined #commonlisp
mwnaylor has joined #commonlisp
<mwnaylor>
Does CL have instance-of and/or derived-from functions?
<bike>
(typep object class)?
wbooze has quit [Ping timeout: 252 seconds]
rakka has quit [Remote host closed the connection]
wbooze has joined #commonlisp
rakka has joined #commonlisp
<mwnaylor>
typep works for instances. How about the symbols that identify classes? I'd like to do somethingh like (derived-from-p 'triangle 'shape).
<bike>
ah. you want subtypep.
troojg has joined #commonlisp
<mwnaylor>
subtypep seems to be it. I see that it is sensitive to context. May be necessary to have the package name prefix for it to return expected results.
ym has joined #commonlisp
<bike>
well, i mean you need to give it the right name, certainly
<bike>
two symbols with the same name in different packages can name different classes
<mwnaylor>
I still am a little fuzzy on namespace/package visibility when use-package pulls in public variables & functions.
zephyr7 has joined #commonlisp
luis8 has joined #commonlisp
psilord` has joined #commonlisp
Spawns_Carpeting has quit [Ping timeout: 248 seconds]
dtman34 has quit [Ping timeout: 248 seconds]
kamafam has quit [Remote host closed the connection]
kamafam1 has joined #commonlisp
jon_atack has joined #commonlisp
Demosthe1ex has joined #commonlisp
doyougnu has joined #commonlisp
dlowe has quit [Ping timeout: 252 seconds]
benjaminl_ has joined #commonlisp
crumbles- has joined #commonlisp
dtman34 has joined #commonlisp
crumbles has quit [Ping timeout: 272 seconds]
benjaminl has quit [Ping timeout: 272 seconds]
manwithluck has quit [Ping timeout: 252 seconds]
semarie has quit [Ping timeout: 252 seconds]
buffet has quit [Ping timeout: 252 seconds]
pieguy128_ has quit [Ping timeout: 252 seconds]
pieguy128 has joined #commonlisp
jonatack has quit [Ping timeout: 248 seconds]
sveit has quit [Ping timeout: 248 seconds]
dcb_ has joined #commonlisp
ryanbw has quit [Ping timeout: 248 seconds]
Spawns_Carpeting has joined #commonlisp
sveit_ has joined #commonlisp
loke___ has joined #commonlisp
Lord_Nightmare2 has joined #commonlisp
sailorCa- has joined #commonlisp
echos- has joined #commonlisp
tasty_ has joined #commonlisp
luis has quit [Ping timeout: 252 seconds]
luis8 is now known as luis
loke has quit [Ping timeout: 272 seconds]
foretspaisibles has quit [Ping timeout: 272 seconds]
Lord_Nightmare has quit [Ping timeout: 248 seconds]
mala has quit [Ping timeout: 248 seconds]
psilord has quit [Ping timeout: 248 seconds]
kabriel has quit [Ping timeout: 248 seconds]
torgny has quit [Ping timeout: 248 seconds]
Colleen has quit [Ping timeout: 248 seconds]
bleb has quit [Ping timeout: 252 seconds]
sailorCat has quit [Ping timeout: 252 seconds]
doyougnu- has quit [Ping timeout: 252 seconds]
mathrick has quit [Ping timeout: 252 seconds]
ello_ has quit [Ping timeout: 252 seconds]
dcb has quit [Ping timeout: 252 seconds]
tasty has quit [Ping timeout: 252 seconds]
echos has quit [Ping timeout: 252 seconds]
BierLiebHaber has quit [Ping timeout: 252 seconds]
manwithluck has joined #commonlisp
Colleen has joined #commonlisp
pve has quit [Ping timeout: 272 seconds]
zephyr has quit [Ping timeout: 272 seconds]
Demosthenex has quit [Ping timeout: 272 seconds]
zephyr7 is now known as zephyr
mala has joined #commonlisp
kamafam1 is now known as kamafam
BierLiebHaber has joined #commonlisp
psilord` is now known as psilord
john3 has joined #commonlisp
ryanbw has joined #commonlisp
buffet has joined #commonlisp
Lord_Nightmare2 is now known as Lord_Nightmare
ello has joined #commonlisp
pve has joined #commonlisp
torgny has joined #commonlisp
bleb has joined #commonlisp
john2 has quit [Ping timeout: 255 seconds]
troojg has quit [Ping timeout: 248 seconds]
cage has joined #commonlisp
semarie has joined #commonlisp
skempf has joined #commonlisp
foretspaisibles has joined #commonlisp
mwnaylor has quit [Remote host closed the connection]
mwnaylor has joined #commonlisp
incesguest has quit [Ping timeout: 256 seconds]
xlymian has quit [Ping timeout: 276 seconds]
mathrick has joined #commonlisp
JuanDaugherty has joined #commonlisp
dlowe has joined #commonlisp
wbooze has quit [Remote host closed the connection]