p_l 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/> | ASDF 3.3.4
markoong has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #lisp
notzmv has quit [Ping timeout: 256 seconds]
rumbler31 has quit [Ping timeout: 272 seconds]
Fare has quit [Ping timeout: 240 seconds]
orivej has joined #lisp
orivej_ has quit [Ping timeout: 264 seconds]
jeosol has joined #lisp
<Xach> I am about to get a retired "enterprise" server that's about 5 years old, but it's got gobs of ram and disk and some fast "enterprise" CPUs. I'm going to see if Quicklisp builds improve at all with it.
<Xach> Someone in my tiny town improbably has it for sale for cheap enough to give it a try.
<Bike> nice.
<Oladon> Xach: Nice! :)
<Xach> hmm, maybe it's older than that. ad says "2 x 2.60Ghz E5-2670".
orivej has quit [Ping timeout: 258 seconds]
vutral has joined #lisp
nicktick has joined #lisp
ukari has quit [Remote host closed the connection]
ukari has joined #lisp
tristero has quit [Ping timeout: 258 seconds]
EvW has quit [Ping timeout: 260 seconds]
notzmv has joined #lisp
ukari has quit [Ping timeout: 246 seconds]
bitmapper has quit [Ping timeout: 256 seconds]
ukari has joined #lisp
vornth has quit [Ping timeout: 246 seconds]
edgar-rft has quit [Quit: Leaving]
sjl has joined #lisp
jprajzne has quit [Remote host closed the connection]
LdBeth has joined #lisp
LdBeth has quit [Client Quit]
ldb has joined #lisp
<ldb> good morning
ldb is now known as LdBeth
Archenoth has quit [Read error: Connection reset by peer]
eta has quit [Ping timeout: 256 seconds]
dominic34 has joined #lisp
jesse1010 has quit [Ping timeout: 265 seconds]
eta has joined #lisp
cyraxjoe has quit [Quit: I'm out!]
cyraxjoe has joined #lisp
bsd4me has quit [Quit: On the other hand, you have different fingers.]
Oladon has quit [Quit: Leaving.]
LdBeth has quit [Quit: leaving]
gaqwas has quit [Ping timeout: 264 seconds]
gaqwas has joined #lisp
gaqwas has quit [Changing host]
gaqwas has joined #lisp
galepotts has joined #lisp
karswell has joined #lisp
cosimone has quit [Remote host closed the connection]
cosimone has joined #lisp
Fare has joined #lisp
Bike has quit [Quit: leaving]
galepotts has left #lisp [#lisp]
contrapunctus has left #lisp ["Disconnected: closed"]
<beach> Good morning everyone!
<aeth> phoe: you were inquiring about that file from my util library, right? Oh, wow, it has already been a week. Oops. https://irclog.tymoon.eu/freenode/%23lisp?around=1594208608#1594208608
<aeth> I've been reorganizing and cleaning up bits and pieces, and I'll probably write tests before deciding what to spin off. So I guess "this week" was too optimistic.
vutral has quit [Quit: Connection closed for inactivity]
gko``` has quit [Remote host closed the connection]
gko has joined #lisp
EvW1 has joined #lisp
dominic34 has quit [Ping timeout: 260 seconds]
torbo has quit [Remote host closed the connection]
<beach> phoe: I read the exchange. It is typical for people to object, and then, even though they are finally impressed by what you tell them, they keep quiet. The overall impression, then, is that almost everybody is unconvinced, which is often depressing. But that typically isn't the case, and from reading between the lines, I think that you converted a few.
<beach> phoe: So, congratulations again!
matijja has quit [Ping timeout: 256 seconds]
matijja has joined #lisp
Fare has quit [Ping timeout: 258 seconds]
countvaj` has quit [Ping timeout: 256 seconds]
vutral has joined #lisp
marusich has joined #lisp
ahungry has joined #lisp
countvaj` has joined #lisp
countvaj` has quit [Ping timeout: 260 seconds]
dominic34 has joined #lisp
countvaj` has joined #lisp
satousan has joined #lisp
OpenZen has quit [Ping timeout: 256 seconds]
dominic34 has quit [Ping timeout: 240 seconds]
Khisanth has quit [Ping timeout: 240 seconds]
EvW1 has quit [Ping timeout: 256 seconds]
Khisanth has joined #lisp
akoana has left #lisp ["Leaving"]
aaaaaa has joined #lisp
mangul has joined #lisp
gravicappa has joined #lisp
hipete has joined #lisp
hipete has left #lisp [#lisp]
narimiran has joined #lisp
satousan has quit [Quit: WeeChat 2.3]
countvaj` has quit [Ping timeout: 256 seconds]
countvaj` has joined #lisp
heisig has joined #lisp
theosvoitha_offl is now known as theosvoitha
hlisp has joined #lisp
hlisp has quit [Client Quit]
_whitelogger has joined #lisp
lnostdal has quit [Ping timeout: 240 seconds]
liberliver has joined #lisp
alandipert has quit [Quit: Ping timeout (120 seconds)]
Oladon has joined #lisp
alandipert has joined #lisp
bhartrihari has left #lisp ["Disconnected: closed"]
bhartrihari has joined #lisp
sympt__ has quit [Read error: Connection reset by peer]
contrapunctus has joined #lisp
yonkunas has quit [Quit: Connection closed for inactivity]
<phoe> beach: I'm very satisfied with that exchange and, based on that text, don't think that almost everyone is unconvinced. If anything, the condition system is simply unknown to many of them and they can't imagine use cases for tools that are foreign to them.
lnostdal has joined #lisp
<phoe> My book has sparked some discussion, though, and that's the important part. And I got a lot of book fixes from these comments even though the book hasn't been released yet. :D
orivej has joined #lisp
Archenoth has joined #lisp
rgherdt has joined #lisp
bhartrihari has left #lisp ["Disconnected: closed"]
rgherdt has quit [Ping timeout: 246 seconds]
Khisanth has quit [Ping timeout: 256 seconds]
<beach> phoe: Excellent!
<sveit> when using the series library, sometimes functions cannot be optimized. that's fine, but the macro's warnings cause SBCL to decide the whole file compile failed, when in reality all that happened was that series was unable to optimize itself away, but the function still produces correct answers. is there a way to get around this?
<beach> sveit: It may be ASDF that converts a warning to a compilation failure.
<beach> sveit: There is an ASDF setting to fix that, but I forget the details.
<sveit> beach: i don't think it's ASDF, since this error happens when I just directly compile the file
<beach> Hmm, OK.
marusich has quit [Quit: Leaving]
<sveit> (C-c C-k in Emacs)
<phoe> sveit: it's slime
LdBeth has joined #lisp
<phoe> it will say "compilation failed" where in reality it didn't fail
LdBeth has quit [Changing host]
LdBeth has joined #lisp
<phoe> mfiano encountered this just two or three days ago I think
<sveit> phoe: i think it really does, since none of the other functions from that package exist.
<phoe> oh, hm
<sveit> it /is/ true that if you individually compile the functions, the warning is fake
<sveit> or rather the warning is really, but the compile doesn't actually faile
<phoe> do you hit Y or N after compiling the file?
<phoe> when it asks if you want to load the FASL file
<sveit> it doesn't even ask
<phoe> weird!
<sveit> not sure if it matters, but i am using sly
<phoe> could you provide a test case?
<phoe> I don't know about sly but I can check it on slime
<sveit> (defun silly-length (s) (series:collect-length s))
<sveit> (defun other-function (x) (+ 7 x))
<sveit> just any package containing those two functions
<sveit> then visit the file, C-c C-k
<sveit> in a clean session
orivej has quit [Ping timeout: 256 seconds]
<LdBeth> let me have a try
orivej has joined #lisp
<phoe> the top right buffer is the code
<phoe> the bottom buffer is the warning
<phoe> the *very* bottom is where slime asks if I nonetheless want to load the FASL file
<phoe> I hit Y, and the functions are loaded
<sveit> phoe: i see, it's not appearing for me, but maybe that is sly or Windows. not a huge deal since in this case i can fix it by suppressing the warnings.
<phoe> which is the scenario that I described
<phoe> I'd check if sly behaves the same way
<sveit> thanks for the quick checks! a related question for people familiar with series: the most common error i get is "Non-series to series data flow from: series-var" where series-var is treated as a series in the entire expression. is there some declaration/way to tell the compiler that some series-var is a series?
<sveit> (declare (type series:series series-var)) doesn't work
<LdBeth> seems sly converts warnings to failures
<LdBeth> although I use sly
<LdBeth> i get exact same message pops up as phoe's
Khisanth has joined #lisp
ahungry has quit [Remote host closed the connection]
seok has joined #lisp
jonatack has quit [Ping timeout: 260 seconds]
<phoe> compile-time warnings, yes
gravicappa has quit [Ping timeout: 240 seconds]
LdBeth_ has joined #lisp
LdBeth has quit [Ping timeout: 272 seconds]
<LdBeth_> series cannot rely on type declarations, since it is not enforced by CL
<sveit> LdBeth_: thanks, so is there a way to convince series that a variable will be a series?
<LdBeth_> the only way is having the operation on the series determined at compile time
<LdBeth_> i.e you cannot expect to pass a series operation as an argument on run time
<sveit> LdBeth_: but what if i am ok with "failure"? i.e. i am ok with an error if the argument to "(defun silly-length (s) (series:collect-length s))" is not a series, but i would like to at least get rid of the warnings by promising that s must be a series
<sveit> in this case the operation on the series is indeed determined at compile time, right
<sveit> ?
Posterdati has quit [Ping timeout: 258 seconds]
LdBeth has joined #lisp
LdBeth has quit [Changing host]
LdBeth has joined #lisp
bhartrihari has joined #lisp
LdBeth_ has quit [Ping timeout: 240 seconds]
shka_ has joined #lisp
Posterdati has joined #lisp
vutral has quit [Quit: Connection closed for inactivity]
<LdBeth> sveit: i see, it because the series implementation requires symbols from the :series package to do data flow analysis
Oladon has quit [Quit: Leaving.]
countvaj` has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #lisp
countvaj` has joined #lisp
<LdBeth> sveit: actually, besides import the :series package, (declare (optimizable-series-function 1)) is requred to be put into `silly-length' to have it successfully accpeted by optimizer
<LdBeth> and it's use is explained in CLtL2
LdBeth has quit [Quit: going out side]
xrash has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 260 seconds]
jonatack has joined #lisp
orivej has joined #lisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
pve has joined #lisp
orivej has joined #lisp
edgar-rft has joined #lisp
jprajzne has joined #lisp
bilegeek has joined #lisp
ebrasca has joined #lisp
gaqwas has quit [Remote host closed the connection]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #lisp
orivej_ has joined #lisp
orivej has quit [Ping timeout: 246 seconds]
bhartrihari has left #lisp ["Disconnected: closed"]
countvaj` has quit [Ping timeout: 256 seconds]
ljavorsk has joined #lisp
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
<vegai> debugging a python module whose restart takes about a minute
orivej has joined #lisp
<vegai> great fun
countvaj` has joined #lisp
ukari has quit [Ping timeout: 256 seconds]
ukari has joined #lisp
bhartrihari has joined #lisp
countvaj` has quit [Ping timeout: 260 seconds]
rgherdt has joined #lisp
<vegai> good'ol xkcd 303
<vegai> in a dynamic language, heh
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #lisp
Harag has quit [Read error: Connection reset by peer]
datajerk has quit [Ping timeout: 256 seconds]
libertyprime has joined #lisp
Archenoth has quit [Read error: Connection reset by peer]
jonatack has quit [Ping timeout: 265 seconds]
datajerk has joined #lisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #lisp
luna_is_here has joined #lisp
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #lisp
orivej_ has joined #lisp
orivej has quit [Ping timeout: 264 seconds]
orivej_ has quit [Ping timeout: 256 seconds]
orivej has joined #lisp
gioyik has quit [Ping timeout: 258 seconds]
ggole has joined #lisp
In0perable has quit [Quit: All your buffer are belong to us!]
mangul has quit [Remote host closed the connection]
mangul has joined #lisp
Inoperable has joined #lisp
sauvin_ has joined #lisp
bocaneri has quit [Ping timeout: 264 seconds]
sauvin_ is now known as Sauvin
ayuce has joined #lisp
gioyik has joined #lisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #lisp
gioyik has quit [Ping timeout: 246 seconds]
dilated_dinosaur has quit [Ping timeout: 240 seconds]
markoong has joined #lisp
brown121407 has joined #lisp
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #lisp
markoong has quit [Ping timeout: 240 seconds]
markoong has joined #lisp
dilated_dinosaur has joined #lisp
nicktick has quit [Ping timeout: 240 seconds]
xsperry has joined #lisp
orivej has quit [Ping timeout: 240 seconds]
countvaj` has joined #lisp
orivej has joined #lisp
countvaj` has quit [Ping timeout: 272 seconds]
jesse1010 has joined #lisp
Lord_of_Life has quit [Read error: Connection reset by peer]
Lord_of_Life has joined #lisp
Necktwi has quit [Remote host closed the connection]
orivej_ has joined #lisp
orivej has quit [Ping timeout: 240 seconds]
notzmv has quit [Ping timeout: 272 seconds]
seok has quit [Remote host closed the connection]
holycow has joined #lisp
jonatack has joined #lisp
orivej_ has quit [Ping timeout: 272 seconds]
orivej has joined #lisp
<flip214> I've got an sbcl image that starts up a hunchentoot server (including -quux) but hangs - no HTTP content served, Ctrl-C or kill doesn't work, I have to do kill -9.
<flip214> when I (TRACE ..) a few functions, it works normally.
<flip214> any ideas how to debug that? No swank server possible.
<flip214> other images (different HTTP requests served, different business logic) with the same infrastructure works normally.
<flip214> rebuilding this image doesn't help.
RukiSama_ has quit [Ping timeout: 260 seconds]
RukiSama has joined #lisp
jeosol has quit [Remote host closed the connection]
<phoe> Ctrl+C doesn't spawn some sort of SBCL debugger?
<phoe> this would mean that it's in sb-sys:without-interrupts
<phoe> and that would need attaching an external debugger to figure out what's going on.
<phoe> oh wait, it works normally when you trace, but hangs if you don't trace them?
<flip214> thanks, solved
<phoe> huh! how? what was the issue?
Lord_of_Life has quit [Ping timeout: 240 seconds]
Lord_of_Life has joined #lisp
<flip214> SIGUSR2 was bound by a thread for toggling debug logs on/off, but that's used by sbcl internally
farooqkz__ has joined #lisp
<phoe> ha! I see
<flip214> (bad choice, IMO - SIGUSR1 and USR2 are obvious choices for such application things)
<flip214> why it did work when I TRACEd a few functions I can't say
<phoe> must be sb-int::%*magic*
heisig has quit [Quit: Leaving]
mangul has quit [Ping timeout: 246 seconds]
farooqkz__ has quit [Remote host closed the connection]
gioyik has joined #lisp
farooqkz__ has joined #lisp
farooqkz__ has quit [Remote host closed the connection]
gioyik has quit [Ping timeout: 265 seconds]
bilegeek has quit [Quit: Leaving]
gravicappa has joined #lisp
jonatack has quit [Read error: Connection reset by peer]
random-nick has joined #lisp
notzmv has joined #lisp
cantstanya has quit [Write error: Broken pipe]
madage has quit [Write error: Broken pipe]
zooey has quit [Remote host closed the connection]
Aurora_v_kosmose has quit [Remote host closed the connection]
nirved has quit [Remote host closed the connection]
Harag has joined #lisp
Aurora_v_kosmose has joined #lisp
cantstanya has joined #lisp
zooey has joined #lisp
karayan has joined #lisp
flazh has quit [Ping timeout: 272 seconds]
bhartrihari has joined #lisp
jonatack has joined #lisp
nirved has joined #lisp
bhartrihari has left #lisp ["Disconnected: closed"]
bhartrihari has joined #lisp
Bike has joined #lisp
libertyprime has quit [Remote host closed the connection]
ljavorsk has quit [Ping timeout: 258 seconds]
ukari has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #lisp
ukari has joined #lisp
nicktick has joined #lisp
hhdave_ has joined #lisp
hhdave has quit [Ping timeout: 244 seconds]
hhdave_ is now known as hhdave
aaaaaa has quit [Quit: leaving]
shangul has joined #lisp
bhartrihari has left #lisp ["Disconnected: closed"]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #lisp
cosimone has quit [Read error: Connection reset by peer]
dominic34 has joined #lisp
cosimone has joined #lisp
cranes has joined #lisp
range has joined #lisp
range has quit [Client Quit]
dominic34 has quit [Ping timeout: 258 seconds]
cranes has quit [Quit: Leaving]
cranes has joined #lisp
madage has joined #lisp
range has joined #lisp
range has quit [Remote host closed the connection]
cranes has quit [K-Lined]
dominic34 has joined #lisp
beach` has joined #lisp
beach has quit [Disconnected by services]
beach` is now known as beach
Posterdati has quit [Read error: Connection reset by peer]
jebes has joined #lisp
Posterdati has joined #lisp
Archenoth has joined #lisp
Necktwi has joined #lisp
karswell has quit [Ping timeout: 258 seconds]
cosimone has quit [Quit: Quit.]
orivej has quit [Ping timeout: 256 seconds]
cosimone has joined #lisp
orivej has joined #lisp
cosimone has quit [Client Quit]
EvW has joined #lisp
jw4 has quit [Read error: Connection reset by peer]
jw4 has joined #lisp
yonkunas has joined #lisp
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #lisp
cosimone has joined #lisp
<scymtym> Xach: do you know whether there is an implementation of CFF/PostScript Type 1 fonts for CL?
brown121407 has quit [Remote host closed the connection]
Ankhers has quit [Quit: ZNC 1.8.0 - https://znc.in]
brown121407 has joined #lisp
Ankhers has joined #lisp
nicktick has quit [Ping timeout: 260 seconds]
brown121407 has quit [Remote host closed the connection]
nicktick has joined #lisp
<phoe> Online Lisp Meeting #5 announced: https://www.reddit.com/r/lisp/comments/hsa0m2/
karlosz has quit [Quit: karlosz]
vornth has joined #lisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
karlosz has joined #lisp
<beach> So it's on Wednesday?
<phoe> This time, yes - Wednesday
jebes has quit [Remote host closed the connection]
<beach> OK.
<beach> No problem for me.
<phoe> whew
orivej has joined #lisp
<phoe> sorry about that - I have been way too distracted with book stuff + dayjob stuff
<beach> I fully understand.
<beach> Does that mean I have a day or two more to finish the presentation and record it?
brown121407 has joined #lisp
<beach> Not that I absolutely need that, but it wouldn't hurt.
nicktick has quit [Ping timeout: 256 seconds]
<beach> I guess I'll still try to finish it tomorrow, but maybe in the afternoon instead of in the morning.
<phoe> beach: yes, sure! as long as I get it on Tuesday or something
<beach> Excellent, thanks!
tristero has joined #lisp
orivej_ has joined #lisp
orivej has quit [Ping timeout: 272 seconds]
jebes has joined #lisp
sjl_ has joined #lisp
nicktick has joined #lisp
orivej_ has quit [Ping timeout: 240 seconds]
orivej has joined #lisp
gioyik has joined #lisp
rogersm has joined #lisp
mankaev has quit [Ping timeout: 260 seconds]
frgo_ has quit [Read error: Connection reset by peer]
mankaev has joined #lisp
contrapunctus has left #lisp ["Disconnected: closed"]
flazh has joined #lisp
rgherdt_ has joined #lisp
<theosvoitha> Hello When i try to first run Portacle in Windows 7, i encounter following error: https://bpa.st/2DPQ
<phoe> theosvoitha: try typing BACKTRACE in there and hitting Enter
<phoe> that should provide us with more information
<jasom> that looks bad
<theosvoitha> There isn't any space to type my command. this is being shown there: "Polling "C:/users/lenovo/appdata/temp/slimne.6408 ... 1132 (Abort with 'M-x slime-abort-connection)
Blukunfando has joined #lisp
<phoe> there should be - you should be able to type in the inferior lisp buffer
<phoe> click on that buffer and type stuff in
mankaev has quit [Read error: Connection reset by peer]
mankaev has joined #lisp
<jasom> phoe: there's multiple warnings inside swank early on, that can't be normal, right?
<phoe> jasom: they seem OK enough for me, nothing too suspicious.
<theosvoitha> in 'inferior-lisp' buffer, this is being going on continuously
<theosvoitha> Polling "C:/users/lenovo/appdata/temp/slimne.6408 ... 1132 (Abort with 'M-x slime-abort-connection)
<theosvoitha> and the counting keeps increasing every second and am not able to type there
nicktick has quit [Ping timeout: 240 seconds]
brown121407 has quit [Remote host closed the connection]
<theosvoitha> I type 'b' alphabet of "backstrace". Instantly it says 'b' is undefined and replaces that line again with Polling "C:/users/lenovo/appdata/temp/slimne.6408 ... 1132 (Abort with 'M-x slime-abort-connection)
<jasom> theosvoitha: do you have a firewall of some sort running?
<phoe> huh
<theosvoitha> jasom: yes. Kaspersky.
<phoe> weird stuff
<jasom> it might be preventing slime from opening a socket for communication?
<theosvoitha> let me disable it and try.
frgo has joined #lisp
nicktick has joined #lisp
Blukunfando has quit [*.net *.split]
Khisanth has quit [*.net *.split]
flazh has quit [*.net *.split]
vornth has quit [*.net *.split]
gravicappa has quit [*.net *.split]
gko has quit [*.net *.split]
whiteline has quit [*.net *.split]
X-Scale has quit [*.net *.split]
thecoffemaker has quit [*.net *.split]
ski has quit [*.net *.split]
zaquest has quit [*.net *.split]
penguwin has quit [*.net *.split]
oldtopman has quit [*.net *.split]
arbv has quit [*.net *.split]
kbtr_ has quit [*.net *.split]
Robdgreat has quit [*.net *.split]
cdegroot has quit [*.net *.split]
kingcons has quit [*.net *.split]
mood has quit [*.net *.split]
wigust has quit [*.net *.split]
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #lisp
torbo has joined #lisp
Blukunfando has joined #lisp
flazh has joined #lisp
vornth has joined #lisp
Khisanth has joined #lisp
X-Scale has joined #lisp
gko has joined #lisp
thecoffemaker has joined #lisp
whiteline has joined #lisp
gravicappa has joined #lisp
ski has joined #lisp
oldtopman has joined #lisp
penguwin has joined #lisp
Robdgreat has joined #lisp
kingcons has joined #lisp
arbv has joined #lisp
kbtr_ has joined #lisp
mood has joined #lisp
zaquest has joined #lisp
cdegroot has joined #lisp
wigust has joined #lisp
vornth has quit [Max SendQ exceeded]
hhdave has quit [Ping timeout: 246 seconds]
torbo has quit [Remote host closed the connection]
vornth has joined #lisp
hhdave has joined #lisp
torbo has joined #lisp
bhartrihari has joined #lisp
nicktick has quit [Ping timeout: 256 seconds]
X-Scale has quit [Ping timeout: 272 seconds]
<Xach> scymtym: i don't know of one
<Xach> scymtym: i started working on a postscript interpreter, hoping to maybe support them, but it has fallen by the wayside
xsperry has quit [Quit: http://www.okay.uz/ (Session timeout)]
jebes has quit [Remote host closed the connection]
X-Scale has joined #lisp
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #lisp
<beach> And such a thing would be fantastic for music fonts, because the (to my knowledge) only free font for music that conforms to the new standard is in that format.
<beach> So that font is going to be a must for Clovetree.
stepnem has quit [Ping timeout: 246 seconds]
rumbler31 has joined #lisp
xrash has joined #lisp
nicktick has joined #lisp
jebes has joined #lisp
nicktick has quit [Ping timeout: 240 seconds]
contrapunctus has joined #lisp
nicktick has joined #lisp
<Xach> PostScript is so nice and regular and simple
<Xach> Maybe some student could be tricked into doing it
orivej has quit [Ping timeout: 240 seconds]
<jasom> theosvoitha: any luck?
orivej has joined #lisp
nicktick has quit [Ping timeout: 272 seconds]
stepnem has joined #lisp
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
bhartrihari has joined #lisp
<mfiano> Hello!
<theosvoitha> jasom: No. I disabled Firewall completely, unzipped Portacle again and attempted but same issue.
<mfiano> Would anyone good at making sense out of noisy C++ help me port to Lisp a very simple container data structure? The lightning talk that presents it is very lacking in details, and the code is very painful for me to read. It was recommended to me to ask here after failing for two days. :)
<theosvoitha> shall i try the developer channel
<jasom> theosvoitha: sure, or you can file an issue on github.
<jasom> I don't have a windows VM handy
<jasom> s/windows/windows 7/
<theosvoitha> jasom: Okay. Thanks
EvW has quit [Ping timeout: 256 seconds]
<nirved> theosvoitha: if nothing else helps you might try an older release of portacle, sbcl 2.0 might not play well with windows 7. https://github.com/portacle/portacle/releases/
<beach> Xach: Not any of mine.
bitmapper has joined #lisp
orivej_ has joined #lisp
orivej has quit [Ping timeout: 272 seconds]
Lycurgus has joined #lisp
bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
bhartrihari has joined #lisp
nicktick has joined #lisp
karayan has quit [Ping timeout: 260 seconds]
bhartrihari has left #lisp ["Disconnected: closed"]
ebrasca has quit [Read error: Connection reset by peer]
ebrasca has joined #lisp
gaqwas has joined #lisp
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
OpenZen has joined #lisp
orivej has joined #lisp
<scymtym> beach: Xach: thank you. so i'm probably not wasting my time exploring this a bit
<beach> Not at all. On the contrary.
nicktick has quit [Ping timeout: 256 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #lisp
theosvoitha is now known as jonathansc
Lycurgus has quit [Remote host closed the connection]
rgherdt has quit [Quit: Leaving]
rgherdt_ is now known as rgherdt
countvaj` has joined #lisp
<jonathansc> Few others have reported same problem:
ft has quit [Ping timeout: 256 seconds]
jonathansc is now known as theosvoitha
luna_is_here has quit [Ping timeout: 240 seconds]
<theosvoitha> Am trying to read "Practical Common Lisp"
<theosvoitha> please suggest CL Implementation to follow it for windows.
<theosvoitha> Book seem to suggest 'Lisp in a box' but it seems pretty old software
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #lisp
<aeth> theosvoitha: The most popular equivalent these days is probably portacle: https://portacle.github.io/
<tychoish> I think SBCL works on windows.
<tychoish> but I don't actually windows
<gaqwas> theosvoitha, I second Portacle
ebrasca has quit [Read error: Connection reset by peer]
ebrasca has joined #lisp
<clothespin_> i use sbcl on windows
<aeth> tychoish: iirc, SBCL works on Windows but it gives a warning that some features might not work, but everything works... although that could have been removed years ago (which still would've been like 5+ years later than it should have been)
<aeth> The download tends to be an older version (and it is, it's 2.0.0), but afaik you could use it to bootstrap the latest off of git. http://www.sbcl.org/platform-table.html
<theosvoitha> aeth: thanks couldn't get Portacle working on windows
<tychoish> portacle looks like it includes emacs+sbcl and all of the glue that you need. if you already have emacs, then getting the emacs bits are easy enough but seems a bit personal :)
<aeth> An alternative is Roswell, which is kind of an alternative to the official installer for every implementation, but I don't think that it comes with Emacs. https://github.com/roswell/roswell
<theosvoitha> clothespin_: thanks sbcl i will try.
<theosvoitha> thanks aeth.
<aeth> (Roswell is much harder to use than Portacle ime.)
rogersm has quit [Read error: Connection reset by peer]
luna_is_here has joined #lisp
<aeth> You could also try installing a Linux version under WSL, but then you miss out on the graphical/fun stuff like https://borodust.org/projects/trivial-gamekit/ or https://github.com/vydd/sketch/ and so on.
<theosvoitha> aeth: i am using win 7. i guess i need VM instead.
countvaj` has quit [Ping timeout: 260 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #lisp
eddof13 has joined #lisp
<jackdaniel> Xach: congrats
<jackdaniel> (for the new dist release)
karlosz has quit [Quit: karlosz]
karlosz has joined #lisp
<Xach> thanks
<nirved> sbcl-2.0.0 with emacs-25.1.1 on windows 8.1 works for me; also working are clisp-2.49 and ccl-1.11.5 (64bit); all of them installed at paths without spaces - C:/sbcl C:/clisp C:/ccl C:/emacs
<Xach> i have also taken delivery of a very heavy old rack mount server which i hope to use to build quicklisp more quickly
<aeth> If you're new to Lisp, you probably don't want to use clisp unless you compile from source because it hasn't had a release in about a decade even though it's still under development.
<aeth> Oh, we just missed the 10 year birthday of the current stable version of CLISP... It was released 2010-07-07. https://clisp.sourceforge.io/
<theosvoitha> As Windows 7 is not fit for Portacle or others am trying Virtual Machine. Please suggest if "Gentoo" Linux has proper Common Lisps softwares ported.
<tychoish> Xach: what's the build time now?
<aeth> SBCL should be in the repositories of every major distro. The others will be hit-or-miss, but Fedora (which I use) also has ECL and CLISP. Iirc, though, Gentoo is a compile-everything (instead of shipping binary executables) distro, so using Gentoo to avoid compiling a Lisp implementation sounds self-defeating.
Aurora_v_kosmose has quit [Quit: Пока, мир.]
<nirved> theosvoitha: dev-lisp/sbcl is at 2.0.5 (testing), dev-lisp/clozurecl is at 1.11.5 (stable)
<theosvoitha> thanks aeth. any *BSD you suggest? Am practising OpenBSD to help in some open source word.
<aeth> Lisp implementations are sort of incompatible with this approach because they usually require a Lisp implementation. e.g. SBCL needs to be compiled from SBCL or a handful of approved implementations. This is called 'bootstrapping' an implementation. So bootstrapping the SBCL compiler from scratch (instead of another version of SBCL) usually requires compiling the CLISP interpreter first.
<aeth> I think this "ports" approach is used by Gentoo and all BSDs.
Aurora_v_kosmose has joined #lisp
<aeth> (And a Mac OS X package manager)
<theosvoitha> nirved: ok thanks
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #lisp
shangul has quit [Ping timeout: 265 seconds]
<theosvoitha> okay thanks aeth. Fedora i will try to run in my VM.
<nirved> theosvoitha: gentoo used to require hours of compilation and configuration, might be faster on modern machines
cranes has joined #lisp
<theosvoitha> nirved: but ask aeth suggest it is not fit for Lisp implementations
<aeth> Well, it just will take much longer to compile.
<theosvoitha> aeth: it actually does.
<aeth> To compile SBCL on Fedora/etc., you download the SBCL from Fedora, which will be about 6-24 months out of date (ideally 6, since Fedora releases every 6 months)... but you probably don't need the absolute latest version.
<aeth> Afaik (I would need to setup VirtualBox or something to test), Gentoo would require a full bootstrapping of SBCL, probably from CLISP.
<theosvoitha> aeth: yes i don't need. as i said i just need to practice 'Practical Common Lisp" book examples
<nirved> aeth: gentoo downloads a binary of a previous version, and uses it to compile the current one
<aeth> nirved: ah, interesting, so they kind of have to sacrifice their philosophy there
<nirved> aeth: well, it downloads the necessary compiler
<aeth> nirved: thanks for the input, I've been reading their docs and I couldn't find any indication of that
<nirved> aeth: it's in the ebuild, downloads the binary available from sf.net
<lottaquestions> Hi all, if I wanted to trace a lambda, how would I do it? trace rejects raw lambdas as input with the error "xyz is not a function name, not tracing"
<nirved> maybe wrap it in a lambda which prints something first
jonatack has quit [Quit: jonatack]
Josh_2 has joined #lisp
<lottaquestions> @nirved: Would you show what you mean with a simple example?
<Josh_2> Hi
jebes has quit [Remote host closed the connection]
<nirved> something like this: (lambda (&rest args) (format t "~&entering~%") (apply (lambda ...) args) (format t "~&exiting~%"))
<lottaquestions> Thanks. let me try that
orivej_ has quit [Ping timeout: 256 seconds]
orivej has joined #lisp
jonatack has joined #lisp
<nirved> lottaquestions: oh, it should be (... (prog1 (apply (lambda ...) args) (format t "~&exiting~%")))
gaqwas has quit [Remote host closed the connection]
shangul has joined #lisp
flazh has quit [Read error: Connection reset by peer]
flazh has joined #lisp
cosimone has quit [Read error: Connection reset by peer]
<jasom> theosvoitha: FWIW I tried portacle on Win 10 and Win 8 and they both worked, but like I said I don't have a win 7 install.
<DGASAU> minion: memo for seok: modern "traditional" DBMSes create indices for all columns with sufficient constraints upfront, plus they typically gather statistics on queries and adapt query execution plans accordingly. This alone typically makes SQL-based applications (in long-run use case) perform significantly better than those with manual in-memory joins and manual performance tweaks.
<minion> Remembered. I'll tell seok when he/she/it next speaks.
gaqwas has joined #lisp
<DGASAU> minion: also, for the reference, there was a paper from Google that summarized all their story behind "no-SQL" movement, when after more than 5 years pushing for "no SQL for performance" they admitted that in reality this doesn't actually pay off.
<minion> also, for the reference, there was a paper from Google that summarized all their story behind "no-SQL" movement, when after more than 5 years pushing for "no SQL for performance" they admitted that in reality this doesn't actually pay off: An error was encountered in lookup: Parse error:URI "https://www.cliki.net/also%2C%20for%20the%20reference%2C%20there%20was%20a%20paper%20from%20Google%20that%20summarized%20all%20their%20story%20behind%20\"no-SQL\"%20movem
<DGASAU> minion: memo for seok: also, for the reference, there was a paper from Google that summarized all their story behind "no-SQL" movement, when after more than 5 years pushing for "no SQL for performance" they admitted that in reality this doesn't actually pay off.
<minion> Remembered. I'll tell seok when he/she/it next speaks.
<DGASAU> (Sorry, I don't have the reference anymore. I only remember being surprised of the fact itself when I read it about 2012-14.)
<jasom> actually, I just rememberd a win7 pro box I have; latest portacle runs on it fine.
ukari has quit [Ping timeout: 264 seconds]
ukari has joined #lisp
<_death> jasom: I just tried the latest portacle on a win7 vm.. (it works)
<jasom> _death: and I tried it on actual hardware
ebrasca has quit [Remote host closed the connection]
devrtz has quit [Ping timeout: 260 seconds]
<_death> jasom: the person with the issue did not yet follow on the instructions given
jprajzne has quit [Quit: jprajzne]
jprajzne has joined #lisp
ebrasca has joined #lisp
devrtz has joined #lisp
jprajzne has quit [Client Quit]
jprajzne has joined #lisp
dominic34 has quit [Ping timeout: 240 seconds]
cosimone has joined #lisp
orivej has quit [Ping timeout: 264 seconds]
orivej_ has joined #lisp
xrash has quit [Read error: Connection reset by peer]
countvajhula has joined #lisp
xrash has joined #lisp
<aeth> Well, this is somewhat annoying. The testing library parachute partially respects *print-case* as downcase. The test name will be downcased, but the package name will remain the true, upcased name. i.e. FOO::test
jeosol has joined #lisp
satousan has joined #lisp
<aeth> this is sort of the worst of the four possible ways *print-case* could be respected here (both, one of either, or neither) since the package name is the less important part of the name
<phoe> aeth: oh
<phoe> could you give me an example?
flazh has quit [Read error: Connection reset by peer]
flazh has joined #lisp
<aeth> phoe: an example of what?
<phoe> the print-case thing
<aeth> in https://github.com/Shinmera/parachute the example is e.g. PARACHUTE::NUMBERS
<phoe> you mean when printing the report?
<aeth> with *print-case* :downcase it would be PARACHUTE::numbers
gravicappa has quit [Read error: Connection reset by peer]
<aeth> I usually *print-case* :downcase before testing or macroexpanding because it gives more human-readable names at the expense of not giving a completely accurate picture since "foo" could be |foo| or FOO.
<phoe> ooooh, yes, I see
<phoe> let me figure out where in parachute this needs to get fixed
orivej_ has quit [Ping timeout: 256 seconds]
orivej has joined #lisp
<scymtym> beach: Xach: the spec is pretty confusing but simple things are starting to work: https://techfak.de/~jmoringe/type-2-interpreter.png
<aeth> (There are several FORMAT-RESULTs in that file)
<borodust> aeth theosvoitha: just in case, trivial-gamekit should work on native SBCL for Windows too (WSL is not needed)
<phoe> aeth: correct
<aeth> borodust: Yes, sorry, I was unclear, I was giving it as an example of something that probably wouldn't work under WSL
CrazyEddy has quit [Ping timeout: 240 seconds]
<borodust> true, it would ask for X server to be present, but i'm unsure anyone tried WSL+X+gamekit at all
gravicappa has joined #lisp
ukari has quit [Ping timeout: 256 seconds]
<aeth> phoe: what's weird is a string name isn't downcased, either, e.g. "Test" shows up as FOO::Test
<aeth> But strings probably shouldn't be downcased, unlike symbols, because case preservation is probably always the intended result.
<borodust> theosvoitha: phoe already mentioned it, Atom+SLIMA worked for me too (I set it up fairly easily just test things out)
ukari has joined #lisp
karlosz has quit [Quit: karlosz]
karlosz has joined #lisp
orivej_ has joined #lisp
orivej has quit [Ping timeout: 272 seconds]
__jrjsmrtn__ has quit [Ping timeout: 246 seconds]
__jrjsmrtn__ has joined #lisp
<xristos> scymtym: is that mcclim?
satousan has quit [Quit: WeeChat 2.3]
satousan has joined #lisp
karlosz has quit [Quit: karlosz]
Sauvin has quit [Ping timeout: 256 seconds]
karlosz has joined #lisp
jonatack has quit [Ping timeout: 260 seconds]
madage has quit [Ping timeout: 240 seconds]
jonatack has joined #lisp
madage has joined #lisp
karlosz has quit [Read error: Connection reset by peer]
bocaneri has joined #lisp
karlosz has joined #lisp
random-nick has quit [Ping timeout: 260 seconds]
ukari has quit [Remote host closed the connection]
satousan has quit [Quit: WeeChat 2.3]
jeosol has quit [Remote host closed the connection]
frgo has quit []
ukari has joined #lisp
<scymtym> xristos: the debug visualization on the right side is. the left side is fontforge
karlosz has quit [Quit: karlosz]
ebrasca has quit [Remote host closed the connection]
Lycurgus has joined #lisp
karlosz has joined #lisp
EvW1 has joined #lisp
<sjl_> What's the correct/idiomatic way to intercept the initargs to a metaclass to process them? Normally I'd do this kind of thing by defining a constructor function make-whatever, but since this is a metaclass I don't think I can make defclass call a constructor.
<sjl_> I have a metaclass MC with a slot FOO (whose initarg is :FOO). I want users to be able to say (defclass x () () (:metaclass mc) (:foo symb)) and have the slot FOO of the class set to SYMB.
<sjl_> If I don't do anything special, then the FOO slot gets set to a list (SOMETHING) instead of just SOMETHING, because defclass supports class options with multiple things in the list, e.g. (:foo a b c), so the actual initarg that gets passed to (make-instance 'mc ...) is :foo (SOMETHING).
<sjl_> In my particular case, I don't want that. I want to ensure they either provide a single symbol or nothing. Overriding shared-initialize and hacking the initargs to call-next-method seems to work, but I'm wondering if there's a cleaner way.
<Bike> i don't know of any cleaner way. clasp (inheriting from ecl) actually does that internally for the slots: https://github.com/clasp-developers/clasp/blob/master/src/lisp/kernel/clos/standard.lsp#L229-L233
<Bike> at least i think this is from ecl
<sjl_> Interesting. Okay, at least I'm not completely off base with this approach. Thanks.
karlosz_ has joined #lisp
jprajzne has quit [Quit: jprajzne]
karlosz has quit [Read error: Connection reset by peer]
karlosz_ is now known as karlosz
jprajzne has joined #lisp
<phoe> sjl_: second
<phoe> Gnuxie[m] was just talking about this case on #lispcafe
<phoe> and no-defun-allowed
<phoe> and the above thing seems to work
<sjl_> I'm... not sure how that relates to my question?
<phoe> oh wait, you want to just intercept them, not modify them
<sjl_> Oh, are you talking about the line further down?
<phoe> yes
jprajzne has quit [Client Quit]
<phoe> the defmethod at L95 plays with :direct-superclasses by calling patch-object-into-superclasses
jprajzne has joined #lisp
<sjl_> Ah, yes. That looks similar to what Bike linked, and is basically the same approach in my example, right?
<phoe> I assumed this is the kind of interception you are talking about
* phoe clicks Bike link
<sjl_> Override the initialization method, patch the args to call-next-method
<phoe> the only difference I see there is between a primary method and an around method, but that's effectively the same thing
<sjl_> I forgot you could do both &rest and &key to avoid the boilerplate getf though, that's nice
<phoe> yes, I use this extensively
<phoe> in particular, `&rest args &key foo &allow-other-keys` is amazing
<phoe> if your generic function accepts e.g. `&key foo bar baz quux fred` then the above effectively grabs `&key foo` and still allows you to `(apply #'call-next-method ... args)`
<phoe> I think so, yes
random-nick has joined #lisp
<sjl_> But yeah, I was mostly just wondering about the overall approach. Sounds like overriding shared-initialize or initialize-instance and prepending the fixed version is a reasonable approach.
<sjl_> Thanks
<phoe> that's what I do myself
<phoe> also forgive me the off-topic, but this gem just landed on one of my mailgroups
<phoe> "We’re working to get Interlisp-D / Medley / Xerox Common Lisp released (with permissive licenses); see https://docs.google.com/document/d/17LkdOmdRtuZmvxS4flAf14Kl7oWmVTuimtyRSebxk4M/edit?usp=sharing for status and plans."
<phoe> (well, it's not really off-topic, since it says Xerox Common Lisp!)
frgo has joined #lisp
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #lisp
edgar-rft has quit [Quit: Leaving]
ukari has quit [Ping timeout: 260 seconds]
karlosz has quit [Ping timeout: 240 seconds]
karayan has joined #lisp
frgo_ has joined #lisp
shangul has quit [Ping timeout: 260 seconds]
xuxuru has joined #lisp
frgo has quit [Ping timeout: 260 seconds]
Lycurgus has quit [Quit: Exeunt]
ukari has joined #lisp
_jrjsmrtn has joined #lisp
__jrjsmrtn__ has quit [Ping timeout: 258 seconds]
karlosz has joined #lisp
<jmercouris> well well
<jmercouris> I didn’t even know Xerox had an implementation!
<jmercouris> It doesn’t surprise me though
TwoNotes has joined #lisp
gioyik has quit [Read error: Connection reset by peer]
random-nick has quit [Ping timeout: 246 seconds]
gioyik has joined #lisp
random-nick has joined #lisp
<jackdaniel> since they are going to opensource it, and interlisp is one of cl ancestors, I don't think it is much on the offtopic side, rather it is ontopic
<jackdaniel> thanks for sharing
notzmv has quit [Ping timeout: 240 seconds]
ggole has quit [Quit: Leaving]
karlosz has quit [Remote host closed the connection]
akoana has joined #lisp
karlosz has joined #lisp
CrazyEddy has joined #lisp
countvajhula has quit [Ping timeout: 260 seconds]
zigpaw has quit [Ping timeout: 240 seconds]
karlosz_ has joined #lisp
karlosz has quit [Ping timeout: 240 seconds]
karlosz_ is now known as karlosz
shka_ has quit [Ping timeout: 240 seconds]
EvW1 has quit [Ping timeout: 260 seconds]
zigpaw has joined #lisp
ebrasca has joined #lisp
<aeth> I wonder if there's a way to use a condition at the end of parachute:test so I can exit the process on failure, for CI. asdf:test-system always returns T iirc, which makes its return value useless, but I don't want to directly call parachute:test if I can avoid it.
<jasom> phoe: is CLtL1 common lisp on-topic? I think the Xerox CL is pre-ANSI.
<jackdaniel> I'm sure it would be more offtopic had we been discussing merits of interlisp or how to make something work on cltl1;
gravicappa has quit [Ping timeout: 240 seconds]
luna_is_here has quit [Ping timeout: 256 seconds]
ukari has quit [Remote host closed the connection]
ukari has joined #lisp
<phoe> jasom: I honestly have no idea
<phoe> aeth: parachute:test returns a meaningful value, you can inspect it for any failed test results
<phoe> otherwise, you can do that in ASDF:TEST-SYSTEM - call parachute:test, inspect the returned value, signal an error if any failed results are there
terpri_ has joined #lisp
xuxuru has quit [Quit: xuxuru]
terpri has quit [Ping timeout: 260 seconds]
<phoe> beach: scymtym: Eclector gets a honorable mention in my book for being programmable using restarts/handlers. Thank you for it!
ahungry has joined #lisp
<phoe> minion: memo for pfdietz: thank you for mentioning the foo:bar reader issue on HN. I've added a chapter to my book that refers to it.
<minion> Remembered. I'll tell pfdietz when he/she/it next speaks.
Jesin has quit [Quit: Leaving]
nabataeus has joined #lisp
narimiran has quit [Ping timeout: 246 seconds]
tutti has joined #lisp
<phoe> minion: memo for pfdietz: I will also allow myself to include parts of your comment in the book text and to include your name in the book's Hall of Fame.
<minion> Remembered. I'll tell pfdietz when he/she/it next speaks.
<aeth> phoe: yeah, but ASDF testops seem to ignore meaningful values, thus requiring some degree of spaghetti
<aeth> I guess I'll just not use asdf:test-system for the moment
<phoe> aeth: the "consensus" seems to be that the tests should signal an error in case of failure.
<phoe> and everything else is a pass.
wsinatra has joined #lisp
ahungry has quit [Remote host closed the connection]
dominic34 has joined #lisp
gaqwas has quit [Remote host closed the connection]
<aeth> phoe: but the annoying part is that none is provided
<aeth> Hmm... Wow, parachute's compatability is useless because it nicknames itself to "fiveam" guaranteeing that any large project is going to be unable to use parachute-fiveam because one of its dependencies almost certainly is using the real fiveam.
markoong has quit [Ping timeout: 240 seconds]
markoong has joined #lisp
rumbler31 has quit [Ping timeout: 240 seconds]
ukari has quit [Remote host closed the connection]
ukari has joined #lisp
sjl_ has quit [Ping timeout: 264 seconds]
dominic34 has quit [Ping timeout: 272 seconds]
TwoNotes has quit [Quit: Leaving]
theosvoitha has quit [Quit: ZNC - https://znc.in]
cosimone has quit [Quit: Quit.]
ukari has quit [Ping timeout: 272 seconds]
cosimone has joined #lisp
ukari has joined #lisp
gioyik has quit [Quit: WeeChat 2.8]
ayuce has quit [Ping timeout: 240 seconds]
gaqwas has joined #lisp
gaqwas has joined #lisp
bitmapper has quit [Remote host closed the connection]
tutti has quit [Remote host closed the connection]
notzmv has joined #lisp
ukari has quit [Ping timeout: 240 seconds]
Oladon has joined #lisp
ukari has joined #lisp
Lord_of_Life has quit [Ping timeout: 240 seconds]
bitmapper has joined #lisp
Lord_of_Life has joined #lisp
nicktick has joined #lisp
ebrasca has quit [Remote host closed the connection]
terpri__ has joined #lisp
nicktick has quit [Ping timeout: 256 seconds]
kmeow has joined #lisp
terpri_ has quit [Ping timeout: 260 seconds]
xi has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
xi has joined #lisp
nicktick has joined #lisp
tristero has quit [Ping timeout: 256 seconds]
nicktick has quit [Ping timeout: 272 seconds]
flazh has quit [*.net *.split]
nabataeus has quit [*.net *.split]
Josh_2 has quit [*.net *.split]
stepnem has quit [*.net *.split]
Blukunfando has quit [*.net *.split]
Khisanth has quit [*.net *.split]
gko has quit [*.net *.split]
whiteline has quit [*.net *.split]
thecoffemaker has quit [*.net *.split]
ski has quit [*.net *.split]
zaquest has quit [*.net *.split]
penguwin has quit [*.net *.split]
arbv has quit [*.net *.split]
oldtopman has quit [*.net *.split]
kbtr_ has quit [*.net *.split]
Robdgreat has quit [*.net *.split]
cdegroot has quit [*.net *.split]
kingcons has quit [*.net *.split]
mood has quit [*.net *.split]
wigust has quit [*.net *.split]
random-nick has quit [Ping timeout: 256 seconds]
nabataeus has joined #lisp
stepnem has joined #lisp
Khisanth has joined #lisp
zaquest has joined #lisp
ski has joined #lisp
penguwin has joined #lisp
oldtopman has joined #lisp
arbv has joined #lisp
Robdgreat has joined #lisp
mood has joined #lisp
kbtr_ has joined #lisp
kingcons has joined #lisp
Blukunfando has joined #lisp
thecoffemaker has joined #lisp
gko has joined #lisp
flazh has joined #lisp
whiteline has joined #lisp
Josh_2 has joined #lisp
cdegroot has joined #lisp
wigust has joined #lisp
countvajhula has joined #lisp
ft has joined #lisp
cosimone has quit [Quit: Quit.]
nckx is now known as guix
guix is now known as nckx
dominic34 has joined #lisp
pve has quit [Quit: leaving]
kelamir[m] has joined #lisp
eddof13 has quit [Read error: Connection reset by peer]
Oladon has quit [Quit: Leaving.]
markoong has quit [Ping timeout: 240 seconds]
Codaraxis has joined #lisp
ukari has quit [Ping timeout: 256 seconds]
ukari has joined #lisp