jackdaniel changed the topic of #lisp to: Common Lisp, the #1=(programmable . #1#) programming language | <https://irclog.tymoon.eu/freenode/%23lisp> <https://irclog.whitequark.org/lisp> <http://ccl.clozure.com/irc-logs/lisp/> | offtopic --> #lispcafe
terpri_ has joined #lisp
<jasom> right you could do (setf class-name) to change the name of one class to be the same as another.
<jasom> there's probably other ways to end up with two classes having the same name
ralt has quit [Quit: Connection closed for inactivity]
terpri__ has quit [Ping timeout: 244 seconds]
<jasom> What happens when you use (setf find-class) is an exercise left to the reader
orivej has quit [Ping timeout: 260 seconds]
<jasom> The main takeaway is that the following does not necessarily hold (eq X (class-name (find-class X)))
rilez has quit [Ping timeout: 245 seconds]
jonatack has quit [Ping timeout: 272 seconds]
bsd4me has quit [Quit: Leaving]
<Bike> the clhs uses "proper name" to mean a class's name if the environment has that class under that name as well
jas-at-re has quit [Remote host closed the connection]
nicktick has joined #lisp
bsd4me has joined #lisp
kaftejiman has quit [Remote host closed the connection]
torbo has joined #lisp
nicktick has quit [Ping timeout: 265 seconds]
nicktick has joined #lisp
igemnace has joined #lisp
bsd4me has left #lisp ["Leaving"]
libertyprime has joined #lisp
kopiyka has quit [Ping timeout: 244 seconds]
EvW1 has quit [Ping timeout: 244 seconds]
terpri_ is now known as terpri
mangoicedtea has quit [Quit: Leaving]
jealousmonk has joined #lisp
Oladon has quit [Quit: Leaving.]
nicktick has quit [Ping timeout: 256 seconds]
nicktick has joined #lisp
ebrasca has quit [Remote host closed the connection]
bhartrihari has joined #lisp
libertyprime has quit [Ping timeout: 256 seconds]
libertyprime has joined #lisp
theseb has quit [Quit: Leaving]
zaquest has quit [Quit: Leaving]
Oladon has joined #lisp
libertyprime has quit [Ping timeout: 260 seconds]
libertyprime has joined #lisp
mindCrime has joined #lisp
terpri_ has joined #lisp
terpri has quit [Ping timeout: 260 seconds]
bilegeek has quit [Quit: Leaving]
zaquest has joined #lisp
contrapunctus has left #lisp ["Disconnected: Replaced by new connection"]
contrapunctus has joined #lisp
contrapunctus has left #lisp ["Disconnected: closed"]
contrapunctus has joined #lisp
sympt_ has joined #lisp
terpri_ has quit [Remote host closed the connection]
terpri_ has joined #lisp
sympt has quit [Ping timeout: 256 seconds]
abhixec has quit [Read error: Connection reset by peer]
jeosol has quit [Ping timeout: 245 seconds]
buoy49 has joined #lisp
caltelt has quit [Ping timeout: 265 seconds]
Alfr__ has joined #lisp
Lycurgus has joined #lisp
Alfr_ has quit [Ping timeout: 244 seconds]
mindCrime has quit [Ping timeout: 244 seconds]
sympt__ has joined #lisp
sympt_ has quit [Ping timeout: 260 seconds]
dominic34 has quit [Ping timeout: 240 seconds]
renzhi has quit [Ping timeout: 240 seconds]
flazh has quit [Ping timeout: 264 seconds]
shangul has joined #lisp
Oladon has quit [Quit: Leaving.]
Bike has quit [Quit: Lost terminal]
Lycurgus has quit [Read error: Connection reset by peer]
abhixec has joined #lisp
<beach> Good morning everyone!
<buoy49> mornin'
<beach> buoy49: Are you new here? I don't recognize your nick.
<contrapunctus> Oh buoy
<contrapunctus> SCNR
<buoy49> beach: for sure, I am new here
<buoy49> contrapunctus: ha! bring on the dad jokes
<u0_a156> well, introduce yourself then
<buoy49> u0_a156: sure thing
shangul has quit [Quit: Leaving]
<beach> buoy49: Great, what brings you to #lisp?
contrapunctus has left #lisp ["Disconnected: closed"]
<buoy49> I am programmer based out of Texas. Mostly worked with Java and Ruby since I started 4 years ago. Have dabbled with a few other langs, but have been using lisp lately. I am looking for a new experience and want to have "more fun" programming. Lisp has been proving to be just that.
<beach> Sounds good. Welcome to #lisp.
<u0_a156> :)
<beach> I spent a year in Texas, at the University of Texas, Austin, learning about automatic memory management from Paul Wilson, the world expert at the time.
<buoy49> beach: wow, very good. I am in ATX, actually. I am originally from NY, but I came down here and met my wife second day and the rest is history (2 daughters, mortgage, etc.)
<beach> Heh, I see.
<u0_a156> nice
contrapunctus has joined #lisp
<u0_a156> Did you know that a regular here is working on https://github.com/robert-strandh/SICL
<beach> Me? Yes, I have heard something about that. Crazy stuff.
<aeth> beach: But there's more! There's even something called CLOSOS that you are also planning!
<beach> buoy49: What kind of tools and what kind of learning material are you using?
torbo has quit [Remote host closed the connection]
<u0_a156> i actually don't even understand lisp runtine systens... how the debugger works etc.
<aeth> u0_a156: someone here wrote a book on the condition system
<u0_a156> cool! link please?
<aeth> The rest of the runtime is pretty simple. REPL, from the naive (loop (print (eval (read)))) implementation of one
<White_Flame> it all comes down at some point to mapping the hardware to lisp, then once it's in lisp, bob's your uncle. That interface with the machine is going to be the most fiddly part
<aeth> (And GC, of course, which is conceptually simple but practically difficult)
Lord_of_Life_ has joined #lisp
miyuki1534 has joined #lisp
<aeth> Too bad I don't see a book+ebook bundle as an option there. I got that for Common Lisp Recipes off of Apress's website.
justache has quit [Quit: The Lounge - https://thelounge.chat]
<buoy49> beach: emacs w/ sly & just assorted docs (most CL Cookbook & CL Quick Reference). I am definitely interested in something more formally introductory if you have recs
justache has joined #lisp
Lord_of_Life has quit [Ping timeout: 240 seconds]
Lord_of_Life_ is now known as Lord_of_Life
yitzi has quit [Read error: Connection reset by peer]
<beach> buoy49: Tools look good. Most people here recommend PCL for people who already know some programming.
<beach> minion: Please tell buoy49 about PCL.
<minion> buoy49: please look at PCL: pcl-book: "Practical Common Lisp", an introduction to Common Lisp by Peter Seibel, available at http://www.gigamonkeys.com/book/ and in dead-tree form from Apress (as of 11 April 2005).
<u0_a156> Thank you, the open samples may take awhile to digest.
jeosol has joined #lisp
<aeth> I guess Apress has built up a series of Lisp books now
<aeth> At least 3.
<buoy49> beach: thank you. ah, yes. the gigamonkeys book... is actually PCL. This pops up quite a bit on search for different syntax related searches. I did not realize what it was!
<buoy49> I'll make sure to actually go through it in order
wxie has joined #lisp
<miyuki1534> When I was starting with Lisp, I use Paul Graham's Anci Common Lisp. You may want to read that as well since I think it moves at a faster pace
<beach> miyuki1534: Except that Paul Graham does not like or use CLOS.
<beach> miyuki1534: And his style is often not very conventional.
gravicappa has joined #lisp
satousan has joined #lisp
jealousmonk has quit [Ping timeout: 272 seconds]
froggey has quit [Ping timeout: 260 seconds]
flazh has joined #lisp
froggey has joined #lisp
space_otter has joined #lisp
wxie has quit [Remote host closed the connection]
wxie has joined #lisp
miyuki1534 has quit [Quit: ERC (IRC client for Emacs 26.3)]
nullman has quit [Ping timeout: 260 seconds]
akoana has left #lisp ["Leaving"]
wxie has quit [Remote host closed the connection]
wxie has joined #lisp
Oladon has joined #lisp
satousan has quit [Quit: WeeChat 2.3]
nullman has joined #lisp
u0_a156 has quit [Ping timeout: 240 seconds]
_whitelogger has joined #lisp
orivej has joined #lisp
bocaneri has joined #lisp
miyuki1534 has joined #lisp
miyuki1534 has quit [Remote host closed the connection]
lalilulelo has joined #lisp
Oladon has quit [Read error: Connection reset by peer]
Oladon has joined #lisp
kopiyka has joined #lisp
Kaisyu7 has quit [Remote host closed the connection]
Bit_MCP has joined #lisp
jibanes_ has joined #lisp
jibanes has quit [Ping timeout: 240 seconds]
tcftbl has joined #lisp
johnjay has joined #lisp
<johnjay> question about quicklisp. when I do ql:quickload "something", does that actually install the something?
<johnjay> or is that just for the current session?
nicktick has quit [Ping timeout: 240 seconds]
<White_Flame> nothing autoloads into a freshly started image, except for the quicklisp client itself if you did the default installation
<White_Flame> you always need to quickload the various systems when you start the image
<beach> johnjay: And it puts the source code in ~/quicklisp/...
<White_Flame> which should be done via dependencies in your .asd files
<johnjay> oh i see it, in ./dists/quicklisp/software
<johnjay> White_Flame: makes sense i see it now
<johnjay> i was about to download aserve then i realized wait it's probably in quicklisp
<White_Flame> yep, it's good to check ql first, but the version in the dist also might be outdated
<White_Flame> if you want the latest changes of some system
wxie has quit [Ping timeout: 264 seconds]
ldb has joined #lisp
<ldb> good afternoon
shka_ has joined #lisp
<beach> Hello ldb.
<johnjay> White_Flame: is the general idea to just (load "/path/to/file.cl") for the downloaded thing?
<ldb> johnjay: usually they have an ASDF definition, in ".asd" file
<ldb> in that case, (load "path/to/foo.asd") and do (asdf:load-system SYSTEM-NAME)
<ldb> and you can find SYSTEM-NAME in the asd file
<johnjay> ok, makes sense
<ldb> ASDF is also the tool Quicklisp used to perform loading
<White_Flame> or, put a symlink to your project directory from inside ~/quicklisp/local-projects/, and then you can just quickload your project by name without anything else
<White_Flame> you really shouldn't have to use LOAD for anything.
<White_Flame> quickload projects, and C-c C-k buffers from SLIME
tcftbl has quit [Quit: WeeChat 2.9]
gaqwas has joined #lisp
gaqwas has quit [Changing host]
gaqwas has joined #lisp
abhixec has quit [Ping timeout: 246 seconds]
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
orivej has quit [Ping timeout: 240 seconds]
heisig has joined #lisp
Oladon has quit [Quit: Leaving.]
wxie has joined #lisp
ldb has quit [Ping timeout: 246 seconds]
Bit_MCP has quit [Ping timeout: 256 seconds]
ldb has joined #lisp
whiteline has joined #lisp
gaqwas has quit [Ping timeout: 264 seconds]
wxie has quit [Quit: wxie]
wxie has joined #lisp
pve has joined #lisp
EvW has joined #lisp
sympt__ has quit [Read error: Connection reset by peer]
ldb has quit [Ping timeout: 265 seconds]
ldb has joined #lisp
EvW has quit [Ping timeout: 244 seconds]
ldb has quit [Quit: leaving]
wxie has quit [Ping timeout: 240 seconds]
EvW1 has joined #lisp
frgo has joined #lisp
Krystof has quit [Ping timeout: 240 seconds]
wxie has joined #lisp
bhartrihari has joined #lisp
wxie has quit [Ping timeout: 244 seconds]
jonatack has joined #lisp
Cymew has joined #lisp
ralt has joined #lisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #lisp
gaqwas has joined #lisp
gaqwas has quit [Changing host]
gaqwas has joined #lisp
Inline has joined #lisp
Inline has quit [Remote host closed the connection]
EvW1 has quit [Ping timeout: 256 seconds]
Inline has joined #lisp
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
bhartrihari has joined #lisp
orivej has joined #lisp
space_otter has quit [Remote host closed the connection]
libertyprime has quit [Remote host closed the connection]
ukari has quit [Remote host closed the connection]
ukari has joined #lisp
katco has quit [Quit: killed]
even4void[m] has quit [Quit: killed]
Gnuxie[m] has quit [Quit: killed]
infra_red[m] has quit [Quit: killed]
fwoaroof[m] has quit [Quit: killed]
camlriot42 has quit [Quit: killed]
LdBeth has quit [Quit: killed]
unl0ckd has quit [Quit: killed]
liamz[m] has quit [Quit: killed]
kinope has quit [Quit: killed]
MrtnDk[m] has quit [Quit: killed]
cairn has quit [Quit: killed]
Jachy has quit [Quit: killed]
Jach[m] has quit [Quit: killed]
sammich has quit [Quit: killed]
userself has quit [Quit: killed]
kelamir[m] has quit [Quit: killed]
gaqwas[m] has quit [Quit: killed]
Gnuxie[m] has joined #lisp
Necktwi has quit [Ping timeout: 256 seconds]
Necktwi has joined #lisp
peterhil has quit [Ping timeout: 256 seconds]
shifty has quit [Ping timeout: 256 seconds]
Inline has quit [Ping timeout: 246 seconds]
ayuce has joined #lisp
<phoe> If a function call equivalent to (find 1 '(1 2 3 4 5) :test #'eql :test-not #'eql) signals an error due to invalid keyword combination, what kind of error should it be? PROGRAM-ERROR?
vaporatorius__ has quit [Ping timeout: 256 seconds]
ukari has quit [Remote host closed the connection]
<heisig> CLHS 17.2.1 "The consequences are unspecified if both a :test and a :test-not argument are supplied in the same call to F."
ukari has joined #lisp
<heisig> Any error is probably fine.
pragmaticdog has joined #lisp
<heisig> SICL signals a condition that is a direct subclass of ERROR.
even4void[m] has joined #lisp
kelamir[m] has joined #lisp
cairn has joined #lisp
sammich has joined #lisp
MrtnDk[m] has joined #lisp
katco has joined #lisp
LdBeth has joined #lisp
unl0ckd has joined #lisp
userself has joined #lisp
camlriot42 has joined #lisp
kinope has joined #lisp
fwoaroof[m] has joined #lisp
gaqwas[m] has joined #lisp
infra_red[m] has joined #lisp
Jachy has joined #lisp
liamz[m] has joined #lisp
Jach[m] has joined #lisp
Inline has joined #lisp
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
bhartrihari has joined #lisp
cosimone has joined #lisp
jeosol has quit [Remote host closed the connection]
pragmaticdog has quit [Quit: leaving]
gaqwas has quit [Remote host closed the connection]
Necktwi has quit [Ping timeout: 256 seconds]
Necktwi has joined #lisp
vaporatorius has joined #lisp
vaporatorius has quit [Changing host]
vaporatorius has joined #lisp
orivej has quit [Ping timeout: 265 seconds]
wxie has joined #lisp
ebrasca has joined #lisp
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
bhartrihari has joined #lisp
random-nick has joined #lisp
bitmapper has quit [Ping timeout: 264 seconds]
wxie has quit [Ping timeout: 256 seconds]
gxt has joined #lisp
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
parisienne___ has quit [Quit: Connection closed for inactivity]
kaftejiman has joined #lisp
jonatack has quit [Ping timeout: 260 seconds]
vutral has joined #lisp
contrapunctus has left #lisp ["Disconnected: Replaced by new connection"]
contrapunctus has joined #lisp
sarthor has joined #lisp
<sarthor> let me paste here..... https://youtu.be/8vpE32K1jew
shifty has joined #lisp
sarthor has quit [Quit: Leaving]
bhartrihari has joined #lisp
Inline has quit [Ping timeout: 244 seconds]
ghard has joined #lisp
ukari has quit [Remote host closed the connection]
ukari has joined #lisp
EvW has joined #lisp
gxt has quit [Quit: WeeChat 2.9]
hsaziz has quit [Quit: hsaziz]
hsaziz has joined #lisp
treflip has joined #lisp
<phoe> FYI: useless YouTube link, no point in clicking.
peterhil has joined #lisp
ukari has quit [Ping timeout: 256 seconds]
treflip has quit [Quit: WeeChat 2.6]
Bike has joined #lisp
wsinatra has joined #lisp
luckless_ has quit [Remote host closed the connection]
luckless_ has joined #lisp
<ebrasca> Why people spam?
<jackdaniel> because they are generous enough to share content of course! :_)
jeosol has joined #lisp
hsaziz has quit [Quit: hsaziz]
hsaziz has joined #lisp
rumbler31 has quit [Ping timeout: 256 seconds]
wxie has joined #lisp
wxie has quit [Ping timeout: 240 seconds]
rumbler31 has joined #lisp
jeosol has quit [Ping timeout: 245 seconds]
rumbler31_ has joined #lisp
hsaziz has quit [Ping timeout: 240 seconds]
gko_ has joined #lisp
bhartrihari has left #lisp ["Disconnected: closed"]
vsync has quit [Ping timeout: 258 seconds]
shifty has quit [Ping timeout: 256 seconds]
shifty has joined #lisp
<Xach> faicanbuild
xlei has quit [Ping timeout: 265 seconds]
Jesin has quit [Ping timeout: 240 seconds]
<Xach> oops
gaqwas has joined #lisp
Josh_2 has joined #lisp
terpri_ is now known as terpri
bsd4me has joined #lisp
libertyprime has joined #lisp
vutral has quit [Quit: Connection closed for inactivity]
<Josh_2> Afternoon
gaqwas has quit [Remote host closed the connection]
<beach> Hello Josh_2.
<Josh_2> How's your work going beach ?
<beach> Slow but steady progress, thanks. How about yours?
<Josh_2> It's been sweltering here in England, so I've not been doing much due to the heat
<beach> I see, yes.
gaqwas has joined #lisp
gaqwas has quit [Changing host]
gaqwas has joined #lisp
sympt has joined #lisp
<gendl> morning beach. I just got back from the beach.
FreeBirdLjj has joined #lisp
<beach> Good for you.
vsync has joined #lisp
flazh has quit [Ping timeout: 240 seconds]
shifty has quit [Ping timeout: 240 seconds]
Bit_MCP has joined #lisp
ahungry has joined #lisp
ggole has joined #lisp
gaqwas has quit [Remote host closed the connection]
FreeBirdLjj has quit [Remote host closed the connection]
bhartrihari has joined #lisp
FreeBirdLjj has joined #lisp
kaftejiman has quit [Remote host closed the connection]
orivej has joined #lisp
jibanes_ is now known as jibanes
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
bhartrihari has joined #lisp
jonatack has joined #lisp
jonatack has quit [Ping timeout: 256 seconds]
jonatack has joined #lisp
yitzi has joined #lisp
sjl_ has joined #lisp
gioyik has joined #lisp
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
bhartrihari has joined #lisp
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
bhartrihari has joined #lisp
rumbler31 has quit [Ping timeout: 256 seconds]
gko_ has quit [Ping timeout: 264 seconds]
rumbler31 has joined #lisp
EvW has quit [Ping timeout: 260 seconds]
bsd4me has left #lisp ["Leaving"]
bitmapper has joined #lisp
liberliver has quit [Quit: liberliver]
jonatack has quit [Ping timeout: 256 seconds]
EvW1 has joined #lisp
xlei has joined #lisp
xlei has quit [Excess Flood]
xlei has joined #lisp
xlei has quit [Excess Flood]
xlei has joined #lisp
xlei has quit [Excess Flood]
mankaev has quit [Ping timeout: 256 seconds]
jonatack has joined #lisp
contrapunctus has left #lisp ["Disconnected: closed"]
contrapunctus has joined #lisp
flazh has joined #lisp
ghard has quit [Remote host closed the connection]
dominic34 has joined #lisp
dominic34 has quit [Excess Flood]
FreeBirdLjj has quit [Ping timeout: 240 seconds]
ahungry has quit [Ping timeout: 256 seconds]
Bit_MCP has quit [Ping timeout: 256 seconds]
ahungry has joined #lisp
Bourne has joined #lisp
dominic34 has joined #lisp
dominic34 has quit [Excess Flood]
dominic34 has joined #lisp
dominic34 has quit [Excess Flood]
FreeBirdLjj has joined #lisp
dominic34 has joined #lisp
CrazyEddy has quit [Ping timeout: 256 seconds]
EvW1 has quit [Ping timeout: 244 seconds]
dominic34 has quit [Ping timeout: 260 seconds]
natter has joined #lisp
Bit_MCP has joined #lisp
Lord_of_Life has quit [Ping timeout: 265 seconds]
Lord_of_Life has joined #lisp
FreeBirdLjj has quit [Remote host closed the connection]
hendursaga has quit [Ping timeout: 240 seconds]
hendursaga has joined #lisp
Bit_MCP has quit [Ping timeout: 260 seconds]
vutral has joined #lisp
xkapastel has joined #lisp
dominic34 has joined #lisp
dominic34 has quit [Excess Flood]
dominic34 has joined #lisp
dxtr has joined #lisp
<Josh_2> Is the mailman service working for common-lisp.net? I have subbed to a mailing list but not received my confirmation
<phoe> #common-lisp.net should answer that
<Josh_2> I will ask
fwoaroof[m] has quit [Changing host]
fwoaroof[m] has joined #lisp
fwoaroof[m] has joined #lisp
jealousmonk has joined #lisp
galex-713 has joined #lisp
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
bhartrihari has joined #lisp
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
ggole has quit [Quit: Leaving]
cosimone has quit [Remote host closed the connection]
cosimone has joined #lisp
bhartrihari has joined #lisp
mankaev has joined #lisp
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
bhartrihari has joined #lisp
akoana has joined #lisp
sm2n has quit [Quit: Leaving]
satousan has joined #lisp
abhixec has joined #lisp
akoana has left #lisp ["Leaving"]
cosimone has quit [Remote host closed the connection]
Grauwolf_ has joined #lisp
dnm_ has joined #lisp
mjl_ has joined #lisp
lukego_ has joined #lisp
kilimanjaro_ has joined #lisp
dominic34 has quit [Ping timeout: 256 seconds]
markasoftware_ has joined #lisp
cosimone has joined #lisp
housel` has joined #lisp
orivej has quit [Ping timeout: 264 seconds]
fwoaroof[m] has quit [*.net *.split]
camlriot42 has quit [*.net *.split]
infra_red[m] has quit [*.net *.split]
kopiyka has quit [*.net *.split]
winny has quit [*.net *.split]
housel has quit [*.net *.split]
mjl has quit [*.net *.split]
Grauwolf has quit [*.net *.split]
dnm has quit [*.net *.split]
lukego has quit [*.net *.split]
kilimanjaro has quit [*.net *.split]
markasoftware has quit [*.net *.split]
mjl_ is now known as mjl
kilimanjaro_ is now known as kilimanjaro
lukego_ is now known as lukego
dnm_ is now known as dnm
Gnuxie[m] has quit [Read error: Connection reset by peer]
liamz[m] has quit [Read error: Connection reset by peer]
MrtnDk[m] has quit [Remote host closed the connection]
unl0ckd has quit [Remote host closed the connection]
LdBeth has quit [Remote host closed the connection]
cairn has quit [Write error: Connection reset by peer]
sammich has quit [Remote host closed the connection]
userself has quit [Remote host closed the connection]
gaqwas[m] has quit [Remote host closed the connection]
kelamir[m] has quit [Write error: Connection reset by peer]
Jachy has quit [Remote host closed the connection]
katco has quit [Write error: Connection reset by peer]
even4void[m] has quit [Write error: Connection reset by peer]
Jach[m] has quit [Remote host closed the connection]
kinope has quit [Remote host closed the connection]
igemnace has quit [Read error: Connection reset by peer]
orivej has joined #lisp
cosimone has quit [Remote host closed the connection]
femi has quit [Ping timeout: 264 seconds]
winny has joined #lisp
femi has joined #lisp
Harag has joined #lisp
bocaneri has quit [Read error: Connection reset by peer]
jprajzne has quit [Remote host closed the connection]
Mandus has quit [Ping timeout: 265 seconds]
kinope has joined #lisp
housel` is now known as housel
Mandus has joined #lisp
<Xach> the cl-sdl2-ttf issue vexes me.
<Xach> the project isn't dead-dead but the PR to fix the UB is a few weeks old with no remarks. in cl-land that's not bad but i really would like a nice version in time for the end of august.
jw4 has quit [Read error: Connection reset by peer]
jw4 has joined #lisp
Bourne has quit [Ping timeout: 256 seconds]
EvW has joined #lisp
tutti has joined #lisp
shka_ has quit [Ping timeout: 256 seconds]
shka_ has joined #lisp
yitzi has quit [Quit: yitzi]
unl0ckd has joined #lisp
even4void[m] has joined #lisp
cairn has joined #lisp
userself has joined #lisp
LdBeth has joined #lisp
Gnuxie[m] has joined #lisp
camlriot42 has joined #lisp
katco has joined #lisp
MrtnDk[m] has joined #lisp
infra_red[m] has joined #lisp
fwoaroof[m] has joined #lisp
gaqwas[m] has joined #lisp
sammich has joined #lisp
kelamir[m] has joined #lisp
satousan has quit [Quit: WeeChat 2.3]
Jach[m] has joined #lisp
liamz[m] has joined #lisp
Jachy has joined #lisp
v88m has quit [Remote host closed the connection]
liberliver has joined #lisp
liberliver has quit [Client Quit]
vutral has quit [Quit: Connection closed for inactivity]
Krystof has joined #lisp
shifty has joined #lisp
Bourne has joined #lisp
rippa has joined #lisp
contrapunctus has left #lisp ["Disconnected: closed"]
yitzi has joined #lisp
contrapunctus has joined #lisp
mindCrime has joined #lisp
theseb has joined #lisp
cosimone has joined #lisp
nullheroes has quit [Quit: WeeChat 2.9]
nullheroes has joined #lisp
Jesin has joined #lisp
abhixec has quit [Remote host closed the connection]
Bourne has quit [Ping timeout: 246 seconds]
Bourne has joined #lisp
uplime has quit [Quit: so long and thanks for all the fish]
terpri_ has joined #lisp
galex-713 has quit [Ping timeout: 272 seconds]
terpri has quit [Ping timeout: 260 seconds]
Harag has quit [Remote host closed the connection]
Bit_MCP has joined #lisp
terpri_ has quit [Remote host closed the connection]
terpri_ has joined #lisp
theseb has left #lisp ["Leaving"]
Harag has joined #lisp
luckless has joined #lisp
v88m has joined #lisp
luckless_ has quit [Ping timeout: 240 seconds]
tutti has quit [Ping timeout: 246 seconds]
nullheroes has quit [Quit: WeeChat 2.9]
nullheroes has joined #lisp
CodeSpelunker has joined #lisp
lalilulelo has quit [Quit: Leaving]
wsinatra has quit [Quit: WeeChat 2.9]
xkapastel has quit [Quit: Connection closed for inactivity]
dra_ has joined #lisp
dra_ is now known as dra
bhartrihari has left #lisp ["Disconnected: closed"]
bhartrihari has joined #lisp
Harag has quit [Remote host closed the connection]
Harag has joined #lisp
galex-713 has joined #lisp
Harag has quit [Remote host closed the connection]
heisig has quit [Quit: Leaving]
Harag has joined #lisp
jello_pudding has quit [Ping timeout: 260 seconds]
shka_ has quit [Ping timeout: 246 seconds]
pve has quit [Quit: leaving]
cosimone has quit [Remote host closed the connection]
ebrasca has quit [Read error: Connection reset by peer]
ebrasca has joined #lisp
jello_pudding has joined #lisp
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
fwoaroof[m] has joined #lisp
fwoaroof[m] has quit [Changing host]
fwoaroof[m] has joined #lisp
cosimone has joined #lisp
gaqwas has joined #lisp
gaqwas has joined #lisp
gaqwas has quit [Changing host]
ahungry has quit [Ping timeout: 260 seconds]
ahungry has joined #lisp
gravicappa has quit [Ping timeout: 265 seconds]
sjl_ has quit [Ping timeout: 256 seconds]
jealousmonk has quit [Quit: Leaving]
kaftejiman has joined #lisp
ahungry has quit [Remote host closed the connection]
<sveit> I am confused how condition tests are supposed to work. Why is it that with custom condition types, '(nil) is always passed as the condition to the test? A simple failing example is: https://pastebin.com/QE87KacT
<phoe> sveit: wait a second
<phoe> '(nil)?
<sveit> phoe: i was just copying the error i get from sbcl when I run the example in my pastebin (which just defines an custom condition and a conditional restart). More precisely, sbcl complains "no applicable method for generic function test-slot when called with arguments (NIL)"
<phoe> sveit: yes, that is correct, C is allowed to be either NIL or a condition object.
<Bike> that actually means that it was called with one argument, which is nil.
<phoe> so, your function was---- exactly
hsaziz has joined #lisp
<Bike> also, p hoe is right: test functions should be prepared to accept nil, and also any condition object.
<phoe> if COMPUTE-RESTARTS is called without a condition object, then restart test functions will be called with NIL
<phoe> same deal with FIND-RESTART
<phoe> if they're called with a condition object - then that argument will be that condition boject
<phoe> ...s/boject/bojack/
<Bike> you could do (and (typep c 'test-condition) (eql (test-slot c) 1)).
<sveit> ah, thanks. didn't see that in the hyperspec. seems like a strange convention, isn't compute-restarts in the usual case called without a condition object?
<Bike> the debugger might call compute-restarts without a condition, though.
<phoe> sveit: depends
<phoe> the debugger is allowed (and should) call COMPUTE-RESTARTS *with* a condition object, in particular, with the condition object that the debugger has been entered with
<phoe> it's not really specified in the spec (as the debugger isn't really specified), but it's the only logical behavior
<sveit> hmm. Doesn't seem to be the behaviour in my SBCL (that error I get was from interactively calling (test-function) in REPL)
<phoe> users are also allowed to do the same, e.g. if they end up in the debugger REPL and want to resolve the situation manually via calling FIND-RESTART and INVOKE-RESTART and what else
<phoe> what do you mean by "the behaviour"?
<sveit> phoe: i mean that the debugger seems to be calling COMPUTE-RESTARTS *without* a condition object, since nil is being passed to the condition test
<sveit> anyway thanks for your help phoe and Bike, that's much clearer
vutral has joined #lisp
<phoe> see the printouts - it is being called *twice*
<phoe> once with the condition argument, the other time, without
<phoe> you just didn't see the first case since it silently succeeded.
<phoe> there's also the issue with asynchronous printing and intertwined lines, but eh, things are still visible
<phoe> anyway, this is allowed, so a test function must be prepared to accept anything of type (OR NULL CONDITION).
Bit_MCP has quit [Ping timeout: 264 seconds]
<sveit> phoe: thanks for clearing that up. is there some "convention" that one should tend to return 't from the test if the condition type is null/not the type you are signaling?
<phoe> sveit: there's no convention in there
<phoe> this predicate answers the question "should this restart be visible?"
<phoe> it only gets to use two sources of information to compute the answer: the condition object or lack thereof, and the dynamic environment in which it runs
<phoe> so the answer literally depends on what the restart is supposed to do
<phoe> and whether it should be visible in all cases (when the argument is NIL) or only if specific conditions are signaled
<phoe> and even then, if these conditions have some proper internal state - you can check that by querying the slots of the condition object
<phoe> so, basically - that's a rather generic framework for restart visibility, and usually the answer will be trivial
<phoe> most of the time, simple
<phoe> rarely, complicated
<phoe> for an example, you don't want to try and offer to save a crash dump file to the default disk drive if you just got a NO-SPACE-LEFT-ON-DEVICE error mentioning that particular disk drive
<sveit> phoe: thanks for the explanation, i think i actually understand the convention now.
<phoe> or, you don't want to try and resend data on a network socket if that network socket just git a CONNECTION-RESET
mindCrime has quit [Excess Flood]
shifty has quit [Ping timeout: 260 seconds]
<phoe> s/git/got/
mindCrime has joined #lisp
<phoe> that's the general idea - the test function should answer the question of "is the restart applicable in this particular context?"
<phoe> and that's one bold and broad question
shifty has joined #lisp
rilez has joined #lisp
rumbler31 has quit [Remote host closed the connection]
rumbler31 has joined #lisp
jello_pudding has quit [Ping timeout: 272 seconds]
rumbler31_ has quit [Ping timeout: 240 seconds]
shifty has quit [Ping timeout: 260 seconds]
dsl` has joined #lisp
<dsl`> Hi!
<phoe> heyyy
jello_pudding has joined #lisp
rumbler31_ has joined #lisp
random-nick has quit [Ping timeout: 246 seconds]
whiteline has quit [Ping timeout: 256 seconds]
mmmattyx has joined #lisp
Harag has quit [Ping timeout: 256 seconds]
vidak` has joined #lisp
dsl` has quit [Ping timeout: 256 seconds]
choegusung has joined #lisp
choegusung has quit [Client Quit]
mankaev has quit [Ping timeout: 260 seconds]
mankaev has joined #lisp
cosimone has quit [Ping timeout: 260 seconds]
mangoicedtea has joined #lisp
dra has quit [Quit: Leaving]
rumbler31_ has quit [Ping timeout: 265 seconds]
abhixec has joined #lisp
hsaziz has quit [Ping timeout: 256 seconds]