phoe changed the topic of #commonlisp to: Common Lisp, the #1=(programmable . #1#) programming language | Wiki: <https://www.cliki.net> | IRC Logs: <https://irclog.tymoon.eu/libera/%23commonlisp> | Cookbook: <https://lispcookbook.github.io/cl-cookbook> | Pastebin: <https://plaster.tymoon.eu/>
kevingal has quit [Remote host closed the connection]
cosimone` has quit [Quit: ERC (IRC client for Emacs 27.1)]
chrnybo has quit [Ping timeout: 256 seconds]
pmwals09 has joined #commonlisp
chrnybo has joined #commonlisp
morganw has quit [Remote host closed the connection]
chrnybo has quit [Ping timeout: 256 seconds]
Bike has quit [Quit: Lost terminal]
Bike has joined #commonlisp
Alfr has quit [Quit: Leaving]
molson has joined #commonlisp
chrnybo has joined #commonlisp
Guest74 has joined #commonlisp
Fare has joined #commonlisp
chrnybo has quit [Ping timeout: 256 seconds]
IPmonger has joined #commonlisp
IPmonger has quit [Remote host closed the connection]
Alfr has joined #commonlisp
chrnybo has joined #commonlisp
shka has quit [Ping timeout: 256 seconds]
VincentVega has quit [Ping timeout: 256 seconds]
waleee has quit [Ping timeout: 252 seconds]
chrnybo has quit [Ping timeout: 256 seconds]
waleee has joined #commonlisp
<jeosol> rotateq: what do you mean by laid on ice - hibernating, stalled, ...?
Bike has quit [Quit: Connection closed]
chrnybo has joined #commonlisp
<Guest74> i hope he responds.  Sounds like an interesting idiom. I wonder the language it comes from.
<dre> I swear that's english
<Guest74> well, there's put on ice in english.  but that doesn't seem to work with what was said.
<EdLangley[m]> Yeah, it usually means something like “not being actively worked on”
Catie has quit [Remote host closed the connection]
Catie has joined #commonlisp
scymtym_ is now known as scymtym
<rotateq> jeosol: ehm sry yes i think so
<rotateq> Guest74: yes was too directly translated from the german pun
<jeosol> rotateq: this was announced recently? what reason did phoe give?
<rotateq> EdLangley[m]: or "the idea is kept still in mind for the future"
<rotateq> no nothing announced
<Guest74> oh, I thought phoe just announced he finished a chapeter
<Guest74> s/chapeter/chapter
<rotateq> ah here a better translation "The idea is probably on hold."
<Guest74> out of curiousity, is it all one word in german?
qhong has quit [Ping timeout: 250 seconds]
<rotateq> no it's "auf Eis gelegt"
<Guest74> Thanks.  Sorry for the off topicness.
random-nick has quit [Ping timeout: 252 seconds]
osp has quit [Quit: Leaving]
Bike has joined #commonlisp
Catie has quit [Quit: heading home]
s-liao has joined #commonlisp
Rue has joined #commonlisp
gko has joined #commonlisp
Guest74 has quit [Quit: Connection closed]
chrnybo has quit [Ping timeout: 256 seconds]
<fe[nl]ix> beach: you need to switch to HTTPS for metamodular.com otherwise browsers will soon start showing a warning, since it's HTTP-only
chrnybo has joined #commonlisp
aeth_ has joined #commonlisp
chrnybo has quit [Ping timeout: 250 seconds]
aeth has quit [Ping timeout: 256 seconds]
aeth_ is now known as aeth
rotateq has quit [Ping timeout: 250 seconds]
gko has quit [Remote host closed the connection]
chrnybo has joined #commonlisp
<Josh_2> You can easily get a cert with certbot for easy https
chrnybo has quit [Ping timeout: 250 seconds]
mon_aaraj has quit [Ping timeout: 256 seconds]
mon_aaraj has joined #commonlisp
aeth has quit [Ping timeout: 256 seconds]
aeth has joined #commonlisp
chrnybo has joined #commonlisp
<Josh_2> Shinmera: have you seen the new twitter callback feature?
chrnybo has quit [Ping timeout: 256 seconds]
kathe has joined #commonlisp
<kathe> good morning everyone. again that is. ;)
chrnybo has joined #commonlisp
<Josh_2> To answer my own question, yes
<mfiano> Any idea why this blows my stack at macro-expansion or compile time (when loading)? https://gist.github.com/mfiano/a8144dfc20656866e45f95e41776f78d
<mfiano> I'll give more context if needed
pranavats has left #commonlisp [Error from remote client]
<Bike> probably isn't what's causing the problem, but is that double backquote intentional? doesn't seem like it
chrnybo has quit [Ping timeout: 250 seconds]
pranavats has joined #commonlisp
<mfiano> Yes for now I just want to test that it expands to that form in each defmethod (I don't want #'g-c-a-t evaluated)
<mfiano> The macro is incomplete. I wrote some of it, tested, and got a stack overflow
<mfiano> Oh I see what you mean
<Bike> i see. well, i don't see anything obvious. and i assume none of the lists being mapped over are circular.
<beach> Good morning everyone!
<kathe> beach: good morning. :)
<beach> fe[nl]ix: I don't know how to do that.
<Bike> oh, hm... are the permutations map-permutations constructs allowed to share structure?
<kathe> would anyone be able and willing to comment on "land of lisp"?
<mfiano> Bike: Not by default. There is :copy t
<Bike> that makes it sound like they do share structure unless you specify :copy t
<mfiano> t is the default keyword argument
<Bike> hmm
<kathe> beach: thanks. i'm deleting that book off my list.
<beach> Guest74: I don't think I have much written down. What more is there to say?
<mfiano> illuminant-pairs is populated with a long list.
<Bike> mfiano: well, this is the only thing i can think of, so i'd throw in a check to see that illuminant-pairs does not in fact end up circular
<mfiano> Well it prints
<Bike> alternately just do (push (copy-list x) illuminant-pairs)
<mfiano> With a terminal cons
<Bike> er, sorry, i got mixed up
<Bike> it wouldln't be illuminant-pairs that would be screwed up if its elements shared structure, but rather the elements would be
<Bike> but if you're looking at it printed out you're presumably only seeing two element lists, so that can't be it
<Bike> and *chromatic-adaptation-transforms* isn't circular either? that's a stumper.
chrnybo has joined #commonlisp
<Bike> huh
<Bike> maybe the compiler is just choking on the hundreds of method definitions. does it work if the lists are shorter?
<mfiano> I'll subseq the perms
<mfiano> sec
<mfiano> I guess I am just generating too much code...
<mfiano> My problem is, each method will be performing the same algorithm, and that can be reduced down to a single array that I want to expand to (load-time-value some-unique-array-per-method)
<mfiano> Because the algorithm is too intensive for runtime
<mfiano> Not sure what my options are now :/
<Bike> you could maybe hack it by dividing into multiple top level forms
<mfiano> Not exactly sure how you mean.
<Bike> like instead of (progn a-million-defmethods) you have (progn a-hundred-thousand-defmethods) (progn a-hundred-thousand-defmethods) ...
<mfiano> I wonder how many methods this actually is...
<Bike> if the compiler is choking on the amount of code, it's probably more because of having them all in the same top level form, rather than just having them at all
<Bike> looks like at least several thousand?
<mfiano> 552 permutations
<mfiano> 8 *chromatic-transformation-transforms*
<EdLangley[m]> I ran into this when I tried to use babel to turn a node project into ES3 and then load the generated code with cl-js
<fe[nl]ix> beach: where is that website hosted ?
<EdLangley[m]> For some reason, cljs can't handle the tremendous amount of code in the typical node project :)
<beach> fe[nl]ix: Network solutions.
<fe[nl]ix> I imagine they have a control panel somewhere where you can setup HTTPS hosting with automatically renewed certificates
<beach> fe[nl]ix: Maybe so. My problem is that there were 5 words in that phrase that I don't understand. But I'll investigate. Thanks.
beach` has joined #commonlisp
kathe has quit [Quit: leaving]
beach has quit [Killed (NickServ (GHOST command used by beach`!~user@2a01:cb19:150:3400:62f7:c889:3c24:ec89))]
beach` is now known as beach
karlosz has joined #commonlisp
<mfiano> Bike: I am at a loss. Here is 1 type only, that takes about 30 seconds to macro-expand (and the permutation list generates instantaneously). I don't think this is a correct expansion, because perms length is only 552
<mfiano> Well maybe that is 552 methods actually. line count seems about right
<mfiano> No idea why that takes forever to expand though
<Bike> each method is about three lines, so, yeah
<mfiano> I mean it's not doing much 552 times. Certainly not 30 seconds enough
s-liao has quit [Ping timeout: 256 seconds]
<Bike> yeah, i suppose that is kind of weird. profile?
<mfiano> How would I profile macro-expansion?
<beach> mfiano: Are you using SBCL? Then try the statistical profiler.
<Bike> throw (macroexpand-1 '(generate-chromatic-adaptation-methods :bradford)) at the profiler
<mfiano> Ok
semz_ has joined #commonlisp
akoana has quit [Quit: leaving]
<mfiano> Well that completed instantly, so I guess it is just the inline macrostepper that is slow. However, I get a very strange error at load time now.
<mfiano> and ultimately signals a condition: There is no class named :LED-B3.
semz has quit [Ping timeout: 250 seconds]
<mfiano> I am expanding to EQL specialization...
<mfiano> Oh no I'm not
<mfiano> Sigh I'm an idiot
<Bike> oh, yeah, i was gonna point that out but figured it wasn't relevant
<mfiano> Although, I am still only generating bradford. Let me try them all again
waleee has quit [Ping timeout: 245 seconds]
<mfiano> I don't understand why macroexpand-1 in the statistical profiler completes too soon to give any profiling data, but it takes like 30 seconds to compile/load the fasl
<mfiano> i wouldn't expect methods to take long to compile until their first invocation
<EdLangley[m]> Maybe profile compile?
<Bike> uh, compilation is going to take longer than macroexpansion basically always.
<Bike> compiling things is hard. even if it doesn't build up the discriminating function until it's called, you're telling it to compile several thousand method bodies.
<mfiano> good call...that is taking some time
tyson2 has quit [Remote host closed the connection]
<EdLangley[m]> So, you could provide a macro that compiles only the methods the user needs
<Bike> also, i don't remotely understand what you're doing, but several thousand eql-specialized methods is probably not the best way to do it
<mfiano> ok and considering i didn't even get to the meat of the computationally expensive method bodies, I fear I need to find another solution
<Bike> like, could you not just use a hash table or something.
<mfiano> The whole point is so I don't have to run a 20 line linear algebra matrix multiplication pipeline at runtime for each pixel of an arbitrarily sized image. just multiplying the pixel by a single matrix (that i want these methods to reduce to) would be FAR more efficient
<mfiano> I am avoiding hash tables completely because of thread contention when synchronizing with a mutex
<mfiano> also, not very portable
<Bike> i mean. there's like a pretty decent chance that method lookup will also go through a hash table.
<EdLangley[m]> So, if you precompute the hash table and then only read, you shouldn’t need to synchronize, right?
<Bike> are you saying that each of these methods is supposed to return a matrix, and then the caller applies that to some vector representing a pixel
<mfiano> Unfortunately SBCL yells loudly if 2 threads attempt to read a hash table even
<mfiano> Bike: Yes
<Bike> because in that case you could just store the matrices in the table, seems like
<EdLangley[m]> Hmm, I haven’t seen that.
<Bike> yells? like, you get an error?
<mfiano> Yeah a debugger for each lparallel thread.
<Bike> what's the error?
<mfiano> Oh god, hell if I remember.
<Bike> i am not sure how a hash table would be corrupted just from reads...
<Bike> and as a dumb little test i just spawned a few threads to read from the same key of a hash table a million times, and that went fine
<EdLangley[m]> I’m not seeing any error from concurrent reads either
<mfiano> Interesting. Maybe I am mis-remembering, though I'm not sure how SBCL could know that another thread isn't currently writing
<Bike> don't think it does. i checked the source, and this error is signaled when sbcl determines a hash table has been corrupted. like, if some previous operations broke it, a subsequent operation might result in this error
<EdLangley[m]> It’s perfectly fine to say that modifying the hash-table is UB
<EdLangley[m]> As far as your library is concerned
<mfiano> Yes I agree.
<EdLangley[m]> That is, if the hash-table is an implementation detail.
lisp123 has joined #commonlisp
<mfiano> I will just have to think how to represent everything.
pmwals09 has quit [Remote host closed the connection]
<mfiano> There are 3 specializers in the GF. I don't really want runtime EQUAL testing on a 3-tuple per pixel just to hash to get the right value out.
<EdLangley[m]> Also, ironclad takes a while to load
<mfiano> Maybe I am being paranoid though
<EdLangley[m]> It’s not entirely out of the question just to eat the compile-time cost
<Bike> i think you are being optimistic to think that method dispatch will never do runtime testing on a tuple
<mfiano> I very well could be. I just like methods because now I have to think about extensibility
<Bike> if you're concerned enough, you could implement your own hashing scheme
lisp123 has quit [Remote host closed the connection]
<mfiano> I was planning on having the user define a set of 3 different methods to define a color space, that can be easily introspectible with M-., but now I have to stick everything in a single global opaque hash table, without some other convenient introspection interface.
<mfiano> I will think more.
<pillton> I thought there was an API for M-.?
<EdLangley[m]> The other option is to figure out some way to only define the methods the user wants
<Bike> scrolling through a list of thousands of methods on the M-. screen might not actually be that easy
<mfiano> Eh it's not that difficult with search. At least not with my thousands of GLSL-like vector swizzle operators :)
<mfiano> a buffer-narrowing search package comes in handy here, too
<mfiano> In any case, I'm not sure I wouldn't run into the same problem with a hash table. The matrices are the product of a computationally expensive algorithm. I'm running into compile times taking too long without even performing the algorithm, just by the shear number of what will be hash table entries to populate.
<mfiano> s/entries/keys/
<mfiano> I guess maybe this should just be lazily memoized
chrnybo has quit [Ping timeout: 256 seconds]
<mfiano> Ah but that could happen any time at runtime, with multiple threads, so throws the hash table idea out for memoization.
s-liao has joined #commonlisp
<mfiano> I clearly need to come up with some better ideas. I should call it for today.
Oladon has joined #commonlisp
aartaka has joined #commonlisp
dec0d3r has quit [Remote host closed the connection]
chrnybo has joined #commonlisp
Bike has quit [Quit: Connection closed]
chrnybo` has joined #commonlisp
ChanServ has quit [*.net *.split]
triffid has quit [*.net *.split]
wyrd has quit [*.net *.split]
azimut has quit [*.net *.split]
ec has quit [*.net *.split]
gxt has quit [*.net *.split]
anticomputer has quit [*.net *.split]
pjb has quit [*.net *.split]
linjian has quit [*.net *.split]
Duuqnd has quit [*.net *.split]
CodeBitCookie[m] has quit [*.net *.split]
katco has quit [*.net *.split]
nworb has quit [*.net *.split]
Spawns_Carpet[m] has quit [*.net *.split]
seragold[m] has quit [*.net *.split]
jmercouris has quit [*.net *.split]
antoszka has quit [*.net *.split]
copec has quit [*.net *.split]
lieven has quit [*.net *.split]
bollu has quit [*.net *.split]
dcx has quit [*.net *.split]
gabc has quit [*.net *.split]
m5zs7k has quit [*.net *.split]
even4void has quit [*.net *.split]
zups has quit [*.net *.split]
lonjil has quit [*.net *.split]
jgart has quit [*.net *.split]
Arcsech has quit [*.net *.split]
taiju has quit [*.net *.split]
opalvaults[m] has quit [*.net *.split]
dieggsy has quit [*.net *.split]
spec has quit [*.net *.split]
Jach has quit [*.net *.split]
aartaka has quit [*.net *.split]
selwyn has quit [*.net *.split]
thomaslewis has quit [*.net *.split]
Rue has quit [*.net *.split]
energizer has quit [*.net *.split]
iquites has quit [*.net *.split]
ullbeking_ has quit [*.net *.split]
zephyr has quit [*.net *.split]
griffinmb has quit [*.net *.split]
chrnybo has quit [*.net *.split]
aeth has quit [*.net *.split]
igemnace has quit [*.net *.split]
utis has quit [*.net *.split]
fitzsim has quit [*.net *.split]
Lord_of_Life has quit [*.net *.split]
micro has quit [*.net *.split]
fiddlerwoaroof has quit [*.net *.split]
ski has quit [*.net *.split]
phantomics has quit [*.net *.split]
Spawns has quit [*.net *.split]
moon-child has quit [*.net *.split]
sjl has quit [*.net *.split]
empwilli has quit [*.net *.split]
sander has quit [*.net *.split]
hisacro has quit [*.net *.split]
markasoftware has quit [*.net *.split]
beach has quit [*.net *.split]
amb007 has quit [*.net *.split]
jealousmonk has quit [*.net *.split]
EdLangley[m] has quit [*.net *.split]
mmk2410 has quit [*.net *.split]
mht-wtf has quit [*.net *.split]
resttime has quit [*.net *.split]
hefner has quit [*.net *.split]
zagura has quit [*.net *.split]
loke has quit [*.net *.split]
saturn2 has quit [*.net *.split]
edgar-rft has quit [*.net *.split]
Kabriel has quit [*.net *.split]
borodust has quit [*.net *.split]
kakuhen has quit [*.net *.split]
char[m] has quit [*.net *.split]
sepanko has quit [*.net *.split]
sp has quit [*.net *.split]
epony has quit [*.net *.split]
snits has quit [*.net *.split]
ryanbw has quit [*.net *.split]
jgkamat has quit [*.net *.split]
xantoz_ has quit [*.net *.split]
jdz has quit [*.net *.split]
Mandus has quit [*.net *.split]
splatt990 has quit [*.net *.split]
dilated_dinosaur has quit [*.net *.split]
neominimum has quit [*.net *.split]
gin has quit [*.net *.split]
Demosthenex has quit [*.net *.split]
drakonis has quit [*.net *.split]
ck_ has quit [*.net *.split]
ahlk` has quit [*.net *.split]
greyrat_ has quit [*.net *.split]
hugo has quit [*.net *.split]
megeve_ has quit [*.net *.split]
|3b| has quit [*.net *.split]
Grauwolf has quit [*.net *.split]
derwolf_ has quit [*.net *.split]
zoglesby has quit [*.net *.split]
Schnouki has quit [*.net *.split]
gpiero has quit [*.net *.split]
bldr has quit [*.net *.split]
nckx has quit [*.net *.split]
rdrg109 has quit [*.net *.split]
saltrocklamp[m] has quit [*.net *.split]
jess has quit [*.net *.split]
luna-is-here has quit [*.net *.split]
remexre has quit [*.net *.split]
iamFIREc1 has quit [*.net *.split]
conjunctive has quit [*.net *.split]
victor__ has quit [*.net *.split]
dale has quit [*.net *.split]
notzmv has quit [*.net *.split]
mzan has quit [*.net *.split]
terrorjack has quit [*.net *.split]
SAL9000 has quit [*.net *.split]
form_feed has quit [*.net *.split]
rain3 has quit [*.net *.split]
Xach has quit [*.net *.split]
xsperry has quit [*.net *.split]
skeemer has quit [*.net *.split]
djuber has quit [*.net *.split]
wmblathers has quit [*.net *.split]
minion has quit [*.net *.split]
brettgilio has quit [*.net *.split]
perro_ has quit [*.net *.split]
jaimelm has quit [*.net *.split]
theBlackDragon has quit [*.net *.split]
samebchase has quit [*.net *.split]
jackdaniel has quit [*.net *.split]
madnificent has quit [*.net *.split]
Posterdati has quit [*.net *.split]
pranavats has quit [*.net *.split]
luis` has quit [*.net *.split]
prov[m] has quit [*.net *.split]
yitzi has quit [*.net *.split]
Mrtn[m] has quit [*.net *.split]
akater[m] has quit [*.net *.split]
zbrown[m] has quit [*.net *.split]
xaltsc has quit [*.net *.split]
mrcom has quit [*.net *.split]
ggoes has quit [*.net *.split]
dim has quit [*.net *.split]
fe[nl]ix has quit [*.net *.split]
sukaeto has quit [*.net *.split]
alanz has quit [*.net *.split]
sgithens has quit [*.net *.split]
pok has quit [*.net *.split]
gendl has quit [*.net *.split]
phoe has quit [*.net *.split]
skn has quit [*.net *.split]
jfb4 has quit [*.net *.split]
s-liao has quit [*.net *.split]
jeosol has quit [*.net *.split]
edmrk[m] has quit [*.net *.split]
Gnuxie has quit [*.net *.split]
miique has quit [*.net *.split]
loke[m] has quit [*.net *.split]
sirufer has quit [*.net *.split]
antoni has quit [*.net *.split]
derelict has quit [*.net *.split]
spacebat has quit [*.net *.split]
gw1 has quit [*.net *.split]
Odin- has quit [*.net *.split]
pl has quit [*.net *.split]
BytesAndCoffee has quit [*.net *.split]
ecraven has quit [*.net *.split]
cognemo_ has quit [*.net *.split]
dmgk has quit [*.net *.split]
okflo has quit [*.net *.split]
_death has quit [*.net *.split]
Patternmaster has quit [*.net *.split]
sterni has quit [*.net *.split]
chrnybo` has quit [Ping timeout: 256 seconds]
utis has joined #commonlisp
Oddity has quit [*.net *.split]
dstein64 has quit [*.net *.split]
Inline has quit [*.net *.split]
psf has quit [*.net *.split]
d4ryus has quit [*.net *.split]
[smlckz] has quit [*.net *.split]
leo_song has quit [*.net *.split]
phadthai has quit [*.net *.split]
luis has quit [*.net *.split]
specbot has quit [*.net *.split]
Fade has quit [*.net *.split]
hhdave has quit [*.net *.split]
ns12 has quit [*.net *.split]
Noisytoot has quit [*.net *.split]
utis has quit [*.net *.split]
karlosz has quit [*.net *.split]
mister_m has quit [*.net *.split]
Alfr has quit [*.net *.split]
Fare has quit [*.net *.split]
Brucio-92 has quit [*.net *.split]
Colleen has quit [*.net *.split]
raeda has quit [*.net *.split]
Devon has quit [*.net *.split]
frgo has quit [*.net *.split]
occ has quit [*.net *.split]
dbotton has quit [*.net *.split]
perrierjouet has quit [*.net *.split]
scymtym has quit [*.net *.split]
froggey has quit [*.net *.split]
mgxm_ has quit [*.net *.split]
alvaro121 has quit [*.net *.split]
pieguy128 has quit [*.net *.split]
contrapunctus has quit [*.net *.split]
stack1 has quit [*.net *.split]
danieli has quit [*.net *.split]
cross_ has quit [*.net *.split]
Shinmera has quit [*.net *.split]
jmpeax has quit [*.net *.split]
z3t0 has quit [*.net *.split]
amk has quit [*.net *.split]
russe has quit [*.net *.split]
gjvc has quit [*.net *.split]
hineios has quit [*.net *.split]
les_ has quit [*.net *.split]
TMA has quit [*.net *.split]
hubvu_ has quit [*.net *.split]
materialfuture has quit [*.net *.split]
skyl4rk has quit [*.net *.split]
pillton has quit [*.net *.split]
stylewarning has quit [*.net *.split]
jcowan has quit [*.net *.split]
yottabyte has quit [*.net *.split]
hhdave has joined #commonlisp
ns12 has joined #commonlisp
psf has joined #commonlisp
beach has joined #commonlisp
d4ryus has joined #commonlisp
s-liao has joined #commonlisp
aeth has joined #commonlisp
pjb has joined #commonlisp
jess has joined #commonlisp
igemnace has joined #commonlisp
Posterdati has joined #commonlisp
triffid has joined #commonlisp
jeosol has joined #commonlisp
jealousmonk has joined #commonlisp
jgart has joined #commonlisp
wyrd has joined #commonlisp
EdLangley[m] has joined #commonlisp
kakuhen has joined #commonlisp
prov[m] has joined #commonlisp
katco has joined #commonlisp
linjian has joined #commonlisp
Arcsech has joined #commonlisp
opalvaults[m] has joined #commonlisp
miique has joined #commonlisp
zbrown[m] has joined #commonlisp
loke[m] has joined #commonlisp
Spawns_Carpet[m] has joined #commonlisp
seragold[m] has joined #commonlisp
CodeBitCookie[m] has joined #commonlisp
char[m] has joined #commonlisp
nworb has joined #commonlisp
Duuqnd has joined #commonlisp
sp has joined #commonlisp
even4void has joined #commonlisp
akater[m] has joined #commonlisp
saltrocklamp[m] has joined #commonlisp
Gnuxie has joined #commonlisp
Mrtn[m] has joined #commonlisp
edmrk[m] has joined #commonlisp
dieggsy has joined #commonlisp
luis` has joined #commonlisp
sepanko has joined #commonlisp
Lord_of_Life has joined #commonlisp
jmercouris has joined #commonlisp
Jach has joined #commonlisp
spec has joined #commonlisp
remexre has joined #commonlisp
luna-is-here has joined #commonlisp
antoszka has joined #commonlisp
iamFIREc1 has joined #commonlisp
conjunctive has joined #commonlisp
victor__ has joined #commonlisp
mzan has joined #commonlisp
dale has joined #commonlisp
epony has joined #commonlisp
terrorjack has joined #commonlisp
micro has joined #commonlisp
SAL9000 has joined #commonlisp
fiddlerwoaroof has joined #commonlisp
form_feed has joined #commonlisp
rain3 has joined #commonlisp
azimut has joined #commonlisp
xaltsc has joined #commonlisp
Xach has joined #commonlisp
ski has joined #commonlisp
xsperry has joined #commonlisp
phantomics has joined #commonlisp
copec has joined #commonlisp
lieven has joined #commonlisp
thomaslewis has joined #commonlisp
mrcom has joined #commonlisp
mmk2410 has joined #commonlisp
perro_ has joined #commonlisp
skeemer has joined #commonlisp
ec has joined #commonlisp
ggoes has joined #commonlisp
jgkamat has joined #commonlisp
snits has joined #commonlisp
ryanbw has joined #commonlisp
dim has joined #commonlisp
djuber has joined #commonlisp
bollu has joined #commonlisp
xantoz_ has joined #commonlisp
splatt990 has joined #commonlisp
jdz has joined #commonlisp
selwyn has joined #commonlisp
Mandus has joined #commonlisp
dilated_dinosaur has joined #commonlisp
anticomputer has joined #commonlisp
wmblathers has joined #commonlisp
m5zs7k has joined #commonlisp
Grauwolf has joined #commonlisp
ChanServ has joined #commonlisp
drakonis has joined #commonlisp
Spawns has joined #commonlisp
minion has joined #commonlisp
gin has joined #commonlisp
neominimum has joined #commonlisp
brettgilio has joined #commonlisp
gw1 has joined #commonlisp
Demosthenex has joined #commonlisp
ck_ has joined #commonlisp
|3b| has joined #commonlisp
ahlk` has joined #commonlisp
derwolf_ has joined #commonlisp
greyrat_ has joined #commonlisp
megeve_ has joined #commonlisp
gxt has joined #commonlisp
hugo has joined #commonlisp
sirufer has joined #commonlisp
zoglesby has joined #commonlisp
Schnouki has joined #commonlisp
gpiero has joined #commonlisp
empwilli has joined #commonlisp
antoni has joined #commonlisp
moon-child has joined #commonlisp
sjl has joined #commonlisp
hefner has joined #commonlisp
loke has joined #commonlisp
energizer has joined #commonlisp
zagura has joined #commonlisp
derelict has joined #commonlisp
pl has joined #commonlisp
Odin- has joined #commonlisp
spacebat has joined #commonlisp
BytesAndCoffee has joined #commonlisp
ecraven has joined #commonlisp
sander has joined #commonlisp
cognemo_ has joined #commonlisp
dmgk has joined #commonlisp
fe[nl]ix has joined #commonlisp
[smlckz] has joined #commonlisp
leo_song has joined #commonlisp
phadthai has joined #commonlisp
luis has joined #commonlisp
specbot has joined #commonlisp
Fade has joined #commonlisp
Noisytoot has joined #commonlisp
Oddity has joined #commonlisp
aartaka has joined #commonlisp
dstein64 has joined #commonlisp
Inline has joined #commonlisp
Rue has joined #commonlisp
amb007 has joined #commonlisp
pranavats has joined #commonlisp
taiju has joined #commonlisp
_death has joined #commonlisp
okflo has joined #commonlisp
zups has joined #commonlisp
dcx has joined #commonlisp
gabc has joined #commonlisp
griffinmb has joined #commonlisp
zephyr has joined #commonlisp
ullbeking_ has joined #commonlisp
iquites has joined #commonlisp
resttime has joined #commonlisp
theBlackDragon has joined #commonlisp
samebchase has joined #commonlisp
rdrg109 has joined #commonlisp
jaimelm has joined #commonlisp
nckx has joined #commonlisp
bldr has joined #commonlisp
jfb4 has joined #commonlisp
skn has joined #commonlisp
phoe has joined #commonlisp
pok has joined #commonlisp
sgithens has joined #commonlisp
gendl has joined #commonlisp
sterni has joined #commonlisp
alanz has joined #commonlisp
sukaeto has joined #commonlisp
Patternmaster has joined #commonlisp
mht-wtf has joined #commonlisp
lonjil has joined #commonlisp
markasoftware has joined #commonlisp
yitzi has joined #commonlisp
saturn2 has joined #commonlisp
edgar-rft has joined #commonlisp
Kabriel has joined #commonlisp
hisacro has joined #commonlisp
jackdaniel has joined #commonlisp
madnificent has joined #commonlisp
borodust has joined #commonlisp
chrnybo` has joined #commonlisp
alvaro121 has joined #commonlisp
Shinmera has joined #commonlisp
z3t0 has joined #commonlisp
cross_ has joined #commonlisp
utis has joined #commonlisp
frgo has joined #commonlisp
raeda has joined #commonlisp
occ has joined #commonlisp
Devon has joined #commonlisp
dbotton has joined #commonlisp
froggey has joined #commonlisp
perrierjouet has joined #commonlisp
scymtym has joined #commonlisp
gjvc has joined #commonlisp
mgxm_ has joined #commonlisp
Alfr has joined #commonlisp
Fare has joined #commonlisp
Colleen has joined #commonlisp
Brucio-92 has joined #commonlisp
hineios has joined #commonlisp
danieli has joined #commonlisp
russe has joined #commonlisp
skyl4rk has joined #commonlisp
TMA has joined #commonlisp
les_ has joined #commonlisp
materialfuture has joined #commonlisp
amk has joined #commonlisp
jmpeax has joined #commonlisp
stack1 has joined #commonlisp
pieguy128 has joined #commonlisp
contrapunctus has joined #commonlisp
hubvu_ has joined #commonlisp
mister_m has joined #commonlisp
karlosz has joined #commonlisp
pillton has joined #commonlisp
yottabyte has joined #commonlisp
stylewarning has joined #commonlisp
jcowan has joined #commonlisp
s-liao has quit [Quit: Client closed]
<mfiano> Well, the funny thing is everything compiles instantly if I just populate a defvar at compile time with all 6960 matrices, including the computationally expensive algorithm for each to derive them.
<mfiano> So I have a hash table that is populated instantaneously. Something a macro was having a very hard to with.
<mfiano> hard time*
lisp123 has joined #commonlisp
lisp123 has quit [Ping timeout: 260 seconds]
Oladon has quit [Quit: Leaving.]
jealousmonk has quit [Quit: sleep]
karlosz has quit [Quit: karlosz]
domovod has joined #commonlisp
aartaka has quit [Ping timeout: 245 seconds]
notzmv has joined #commonlisp
lisp123 has joined #commonlisp
lisp123 has quit [Remote host closed the connection]
frgo has quit [Ping timeout: 256 seconds]
azimut has quit [Remote host closed the connection]
azimut has joined #commonlisp
mon_aaraj has quit [Ping timeout: 250 seconds]
domovod has quit [Ping timeout: 245 seconds]
domovod has joined #commonlisp
aartaka has joined #commonlisp
mon_aaraj has joined #commonlisp
masinter has quit [Quit: ~ Trillian - www.trillian.im ~]
attila_lendvai has joined #commonlisp
gaqwas has joined #commonlisp
Algernon69 has joined #commonlisp
Algernon91 has joined #commonlisp
Algernon69 has quit [Ping timeout: 256 seconds]
MajorBiscuit has joined #commonlisp
lisp123 has joined #commonlisp
lisp123 has quit [Ping timeout: 252 seconds]
pve has joined #commonlisp
Cymew has joined #commonlisp
wyrd has quit [Ping timeout: 276 seconds]
mon_aaraj has quit [Ping timeout: 256 seconds]
Rue has quit [Quit: WeeChat 3.4]
mon_aaraj has joined #commonlisp
wyrd has joined #commonlisp
amb007 has quit [Ping timeout: 252 seconds]
shka has joined #commonlisp
amb007 has joined #commonlisp
artchad has joined #commonlisp
mon_aaraj has quit [Ping timeout: 256 seconds]
mon_aaraj has joined #commonlisp
gaqwas has quit [Ping timeout: 245 seconds]
wacki has joined #commonlisp
kathe has joined #commonlisp
Dynom has joined #commonlisp
<kathe> hello everyone. :)
<phoe> hey hi
<kathe> is it essential (rather than recommended) to study 'sicp'?
<kathe> can a person get by without 'sicp' while working under 'cl'?
<ecraven> I'd guess yes ;)
<ecraven> many people work fine with CL and haven't read it
<kathe> cool. thanks ecraven. :)
<ecraven> given that it isn't even written in CL (but in Scheme), many of the code snippets in it won't work directly in CL anyway ;)
<flip214> kathe: (the classic) SICP uses Scheme, which is one Lisp dialect; Common Lisp is another. There are quite a few differences.
<kathe> i've heard tales of 'sicp' turning a person into superhuman common lisp programmer.
<flip214> Still, it is a very good book - and rewriting the examples in CL is a good exercise.
<pjb> Honestly, the main message of sicp, it was taught to me by my university teachers, with programs in Pascal!
<ecraven> I still think that the *ideas* in SICP are very much reading it for, but they can be gotten from other places ;)
<flip214> Is there only one, main, message? I've found lots of good thoughts in there.
<pjb> But sicp can go beyond, since it uses scheme, because lisp provides clearly different mode of abstration.
<kathe> i got my foundations with "logo" (which is also a lisp). :)
<pjb> Of course, there are a lot of facettes, but the main message is to use abstractions.
<kathe> ecraven: where can i get ideas from 'sicp' from a 'cl' angle?
<pjb> Well, just do the exercises in CL instead of scheme ;-)
<pjb> This has been done, several times (students have published their solutions). and in other languages, including C++!
<phoe> just sprinkle a few FUNCALLs over the original code, replace DEFINE with DEFUN over LET, and you have the CL version :D
<ecraven> kathe: just read SICP, the *ideas* port over to CL nicely, just the syntax is sometimes different
<kathe> ecraven: thanks. but i think i'll pass.
amb007 has quit [Read error: Connection reset by peer]
<kathe> i think i'll devote energies towards 'paip'.
amb007 has joined #commonlisp
mon_aaraj has quit [Ping timeout: 256 seconds]
s-liao has joined #commonlisp
mon_aaraj has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
<flip214> kathe: "Practical Common Lisp" is a good book, too.
<kathe> flip124: yes, i'm looking forward to that before 'paip'.
<kathe> :)
amb007 has joined #commonlisp
<kathe> i've scheduled 'paip' as the last book in my study regimen.
<kathe> i read that blog post by steve losh. it showed me the way.
<kathe> but i was very confused about 'sicp' being essential, because a lot of people "talk" a lot about it.
<kathe> actually, steve losh's blog helped me accept my "vim" leanings.
<kathe> i was lucky enough to have got my start in 'cs' using full "logo".
<kathe> most people don't know that "logo" is a lisp. :)
<kathe> just without parens. ;)
taiju has quit [Ping timeout: 245 seconds]
<kathe> thank you to all those who shared their opinions and suggestions.
<kathe> :)
<kathe> bye.
kathe has quit [Quit: leaving]
mon_aaraj has quit [Ping timeout: 256 seconds]
mon_aaraj has joined #commonlisp
kevingal has joined #commonlisp
lisp123 has joined #commonlisp
kevingal has quit [Ping timeout: 256 seconds]
kevingal has joined #commonlisp
lisp123 has quit [Ping timeout: 256 seconds]
pranavats has left #commonlisp [Error from remote client]
jackdaniel has quit [Ping timeout: 268 seconds]
jackdaniel has joined #commonlisp
<beach> minion: memo for kathe: Whether some other language (other than the one that is the topic of this channel) is "a lisp" or not is debatable, but such debates are off topic here, and are better conducted in the #lisp channel. There is no widely agreed-upon definition of "Lisp", so such debates are largely pointless.
<minion> Remembered. I'll tell kathe when he/she/it next speaks.
rotateq has joined #commonlisp
treflip has joined #commonlisp
igemnace has quit [Quit: WeeChat 3.4]
pranavats has joined #commonlisp
parjanya has joined #commonlisp
Posterdati has quit [Read error: Connection reset by peer]
szos has joined #commonlisp
artchad has quit [Read error: Connection reset by peer]
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 256 seconds]
Lord_of_Life_ is now known as Lord_of_Life
Fare has quit [Ping timeout: 256 seconds]
Fare has joined #commonlisp
s-liao has quit [Ping timeout: 256 seconds]
cosimone has joined #commonlisp
m5zs7k has quit [Ping timeout: 260 seconds]
amb007 has quit [Ping timeout: 256 seconds]
s-liao has joined #commonlisp
cosimone has quit [Client Quit]
amb007 has joined #commonlisp
m5zs7k has joined #commonlisp
cosimone has joined #commonlisp
Posterdati has joined #commonlisp
artchad has joined #commonlisp
occ has quit [Ping timeout: 256 seconds]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
jackdaniel has quit [Changing host]
jackdaniel has joined #commonlisp
occ has joined #commonlisp
s-liao has quit [Ping timeout: 256 seconds]
occ has quit [Ping timeout: 256 seconds]
occ has joined #commonlisp
Algernon91 has quit [Ping timeout: 260 seconds]
mon_aaraj has quit [Ping timeout: 256 seconds]
mon_aaraj has joined #commonlisp
lisp123 has joined #commonlisp
random-nick has joined #commonlisp
frgo has joined #commonlisp
lisp123 has quit [Ping timeout: 256 seconds]
mon_aaraj has quit [Ping timeout: 252 seconds]
mon_aaraj has joined #commonlisp
frgo has quit [Remote host closed the connection]
frgo has joined #commonlisp
frgo has quit [Client Quit]
igemnace has joined #commonlisp
Brucio-92 has quit [Ping timeout: 256 seconds]
scymtym has quit [Ping timeout: 256 seconds]
xantoz_ is now known as xantoz
Spawns has quit [Ping timeout: 256 seconds]
Algernon91 has joined #commonlisp
Spawns has joined #commonlisp
tyson2 has joined #commonlisp
semz_ is now known as semz
s-liao has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
chrnybo`` has joined #commonlisp
chrnybo` has quit [Read error: No route to host]
Fare has quit [Ping timeout: 256 seconds]
chrnybo`` has quit [Ping timeout: 250 seconds]
qhong has joined #commonlisp
jeosol has quit [Quit: Client closed]
tyson2 has quit [Remote host closed the connection]
clos-encounters has joined #commonlisp
aartaka has quit [Ping timeout: 256 seconds]
aartaka has joined #commonlisp
<Josh_2> Hi
<phoe> hey
Bike has joined #commonlisp
tyson2 has joined #commonlisp
jeosol has joined #commonlisp
lisp123 has joined #commonlisp
lisp123 has quit [Remote host closed the connection]
lisp123 has joined #commonlisp
<Josh_2> Shinmera: are you here?
<Josh_2> Have you used Chirp with the latest twitter update? I seem to be having problems with authenticating with pin, I cannot verify-credentials after following the steps you have listed on github
jeosol has quit [Quit: Client closed]
<Shinmera> I have not needed to log in in years
<Shinmera> So it's possible something broke
<Shinmera> I know the actual oAuth still works though, as I still post using Chirp regularly
<Josh_2> Yes I can still post using older creds, but can't seem to authenticate new ones :(
lisp123 has quit [Remote host closed the connection]
<Shinmera> Well, time for someone to fix the bug then I guess :)
<bollu> Why does the following say the variable arg is defined but never used? (defun kk (arg) (arg))
<bollu> In particular, how do I use arg as a function?
<phoe> bollu: funcall it!
<Shinmera> clhs funcall
<bollu> I suspect this has something to do with the common lisp function scoping
<bollu> thanks!
<phoe> (defun kk (arg) (funcall fn))
<bollu> right :)
<phoe> not with scoping but namespacing
<phoe> CL has separate namespaces for variables and functions
<phoe> so you can do stuff like (let ((fn ...)) ...) and (flet ((fn ...)) ...) without the two colliding with one another
<bollu> right
aartaka has quit [Ping timeout: 256 seconds]
silasfox has joined #commonlisp
Rue has joined #commonlisp
<mon_aaraj> oh wow, phoe and shinmera here, guess common lisp is a small world
<Shinmera> I've been here since... uh.
scymtym has joined #commonlisp
<Shinmera> 2016? Something like that?
<mon_aaraj> yeah, i've started becoming active in libera, irc overrall as well as this channel no short of a couple weeks ago, though i know phoe through another lisp community in another chat platform, and i just saw your projects on github while looking for some common lisp tools
<jdz> Shinmera: I'd say at least 2015 (because ELS in London was in 2015).
<Shinmera> jdz: then closer to 2014 or something.
<jdz> 2014 was ELS in Paris, but I don't remember meeting you there. Not that that counts for anything.
<Shinmera> 2013, according to my bio. First library released in november, and I know I started with Lisp the same year (and also joined here at the same time)
<Shinmera> Almost a decade, damn.
fitzsim has joined #commonlisp
<Shinmera> I've probably also long since stopped being the youngest one here :)
<shka> look at this thing https://github.com/admich/Doors
<Shinmera> What about it
<phoe> mon_aaraj: gasp, which community on which platform
<shka> Shinmera: WM manager based on mcclim
<mon_aaraj> the Lisp discord server
<shka> cool thing
<Shinmera> Yeah but what about it
<phoe> mon_aaraj: yes :D
<shka> well, it is interesting
<shka> also, i got my calendar Shinmera, it's also cool, good job
<Shinmera> Nice! Glad to hear it made its way safely. Thank you for your patronage :)
<phoe> I also got my calen---oh shit I forgot to update it to February
* phoe shuffles about
<phoe> there
<shka> February art looks worryingly what the view from my window
<bollu> if I have a two argument function, is there an easy way to make it an n argument function that returns the argument when called with <2 arguments, and folds with the function with >= 2 arguments?
<bollu> hmm, I guess I just call the right fold/
<jdz> bollu: Maybe you are looking for REDUCE?
<bollu> jdz yes, that seems to be what `fold` is called :)
cage has joined #commonlisp
<clos-encounters> shka: dang, I was hoping that yt link was an actual demo :P
<shka> clos-encounters: blame phoe, not me
<clos-encounters> oh yes, my mistake
jealousmonk has joined #commonlisp
<szos> shka: Has doors gotten to a stable point yet? last I tried it it wouldnt run on my machine (though the author was very forward in the readme that it was unstable)
heisig has joined #commonlisp
<Josh_2> Shinmera: I think that twitter has deprecated the 1.1 API's for new Apps
<Josh_2> Your links to the docs within the library just 404
<Josh_2> Scratch that, they have moved the docs url
<Josh_2> Okay all is well do not worry Shinmera :)
pieguy128 has quit [Ping timeout: 256 seconds]
Brucio-92 has joined #commonlisp
lisp123 has joined #commonlisp
lisp123 has quit [Ping timeout: 256 seconds]
pieguy128 has joined #commonlisp
attila_lendvai has quit [Ping timeout: 256 seconds]
lisp123 has joined #commonlisp
<jcowan> basically the CL subproject of the Interlisp effort means upgrading its CL to ANSI
<jcowan> it is very worthwhile, because it means extending the benefits of the Interlisp IDE to Common Lisp programmers as well.
<jcowan> imho
<jcowan> I'd say the first thing is to try the test suite and find out just what fails.
lisp123 has quit [Ping timeout: 250 seconds]
<jcowan> The existing implementation is CLtL1, plus we have Xarox Common Loops, a direct ancestor of CLOS, plus some other stuff.
<phoe> test suite - so, like, ANSI-TEST?
igemnace has quit [Ping timeout: 256 seconds]
igemnace has joined #commonlisp
jealousmonk has quit [Read error: Connection reset by peer]
jealousmonk has joined #commonlisp
rgherdt has joined #commonlisp
rgherdt_ has joined #commonlisp
<phantomics> Has anyone around used Croatoan? Trying to figure out how to specify specific numbered terminal colors to use for text rather than keywords like :red and :blue, also add-string works fine but add-char seems to just produce blank space
s-liao has quit [Ping timeout: 256 seconds]
rgherdt has quit [Ping timeout: 250 seconds]
s-liao has joined #commonlisp
pieguy128 has quit [Ping timeout: 250 seconds]
jcowan has quit [Ping timeout: 264 seconds]
ullbeking_ has quit [Ping timeout: 245 seconds]
s-liao has quit [Quit: Client closed]
neominimum has quit [Ping timeout: 240 seconds]
heisig has quit [Quit: Leaving]
jcowan has joined #commonlisp
rgherdt__ has joined #commonlisp
ullbeking_ has joined #commonlisp
neominimum has joined #commonlisp
pieguy128 has joined #commonlisp
rgherdt_ has quit [Ping timeout: 240 seconds]
lisp123 has joined #commonlisp
rgherdt_ has joined #commonlisp
waleee has joined #commonlisp
rgherdt__ has quit [Ping timeout: 260 seconds]
aartaka has joined #commonlisp
pieguy128 has quit [Ping timeout: 256 seconds]
ec has quit [Quit: ec]
pieguy128 has joined #commonlisp
epolanski has joined #commonlisp
pieguy128 has quit [Ping timeout: 256 seconds]
jess has quit [Quit: brb]
jesopo has joined #commonlisp
lisp123 has quit [Remote host closed the connection]
occ has quit [Ping timeout: 256 seconds]
jesopo is now known as jess
sloanr has joined #commonlisp
<mfiano> Is there a more appropriate alexandria:map-* function or something else that will make this code a little nicer, instead of manually flipped the list in the lambda to get :XYZ first in the result lists too? https://gist.github.com/mfiano/ab6f86019afc1345718c96e0d54ec9a7
pieguy128 has joined #commonlisp
<mfiano> If it wasn't obvious, I want a list of all (foo :xyz) and (:xyz foo) pairs
occ has joined #commonlisp
szos has quit [Remote host closed the connection]
lisp123 has joined #commonlisp
pieguy128 has quit [Ping timeout: 256 seconds]
Fare has joined #commonlisp
<clos-encounters> mfiano: I dunno. something like https://cicadas.surf/pastebin/choose-with-repetition.lisp.html ??
<clos-encounters> its clearer to me anyway, but I'm a loop junkie
<mfiano> Thanks. I suppose it is cleared because you do not need a nested LOOP, nor a slow APPEND keyword for my example.
<mfiano> clearer*
mason has joined #commonlisp
pieguy128 has joined #commonlisp
Cymew has quit [Ping timeout: 250 seconds]
cage has quit [Quit: rcirc on GNU Emacs 27.1]
pieguy128 has quit [Ping timeout: 245 seconds]
lisp123 has quit [Quit: Leaving...]
pieguy128 has joined #commonlisp
Oladon has joined #commonlisp
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Read error: Connection reset by peer]
NotThatRPG has joined #commonlisp
pieguy128 has quit [Ping timeout: 256 seconds]
<phantomics> Turns out I needed to use (croatoan:add-wide-char-utf-8) to add UTF-8 characters
lisp123 has joined #commonlisp
<lisp123> Anyone have a pdf of the Concrete Syntax Tree manual or can help me with a query:
<Bike> what's the query?
<lisp123> Can I use it to get a list of the calling forms of a given form (e.g. if I have (+ 3 (+ 4 (+ 5 5))), from (+ 5 5) I would like to get access to (+ 4 ..) and (+ 3 ..)
<lisp123> I was wondering if I could piggyback it for a portable ParEdit
<lisp123> So if I supply a point in the file, I get the form that contains that point and then any calling forms
<Bike> CSTs do not have links to CSTs containing them. a CST is basically just an object plus a source location.
<lisp123> Okay, so I can't traverse the tree?
<Bike> something like what you describe could maybe be done by keeping a database of CSTs including some source location
<Bike> you can traverse the tree downward
<lisp123> Yes, that's what I was thinking
<lisp123> Like does every inner form have associated information on its source location?
<lisp123> If I have that, I can figure out the calling forms
<Bike> yes. try (cst:cst-from-expression '(a b c)), and the you can do (cst:first *) to get an atom cst, or (cst:rest *) to get the CST for (B C)
pieguy128 has joined #commonlisp
<lisp123> Thanks! Trying it out now
jeosol has joined #commonlisp
kevingal has quit [Remote host closed the connection]
pieguy128 has quit [Ping timeout: 252 seconds]
jess has quit []
sloanr has quit [Ping timeout: 260 seconds]
MajorBiscuit has quit [Ping timeout: 260 seconds]
masinter has joined #commonlisp
pieguy128 has joined #commonlisp
domovod has quit [Ping timeout: 256 seconds]
citizenandrew has joined #commonlisp
domovod has joined #commonlisp
<edgar-rft> concrete syntax -> https://i.ibb.co/s3hNqZB/concrete-syntax.jpg
pieguy128 has quit [Ping timeout: 256 seconds]
<citizenandrew> mfiano: I use sbcl hash tables multithreaded all the time... :synchronized t and all works well. Lispworks has thread safe hash tables by default. I don't know about other impls, but maybe a trivial-thread-safe-hash-table library needs to happen?
<Josh_2> Not enough parens, how am I supposed to write macros with that edgar-rft ?
<Josh_2> citizenandrew: hello, thank you for your work on dexador :D
<mfiano> citizenandrew: In my experience with the use cases I have, synchronizing hash tables causes much too much thread contention.
rgherdt__ has joined #commonlisp
rgherdt_ has quit [Ping timeout: 250 seconds]
pieguy128 has joined #commonlisp
rgherdt_ has joined #commonlisp
rgherdt__ has quit [Ping timeout: 250 seconds]
Guest74 has joined #commonlisp
Noisytoot has quit [Remote host closed the connection]
OlCe has joined #commonlisp
Algernon666 has joined #commonlisp
rgherdt__ has joined #commonlisp
pieguy128 has quit [Ping timeout: 256 seconds]
<citizenandrew> mfiano: as I understood your case here, it was all readers, which would not need synchronized access... but sure, if you this is super critical section of code, the sbcl generic hash table won't be a good choice (they are not necessarily optimized for all use cases).
Noisytoot has joined #commonlisp
pillton has quit [Ping timeout: 250 seconds]
Catie has joined #commonlisp
Algernon91 has quit [Ping timeout: 250 seconds]
rgherdt_ has quit [Ping timeout: 260 seconds]
OlCe has quit [Remote host closed the connection]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
domovod has quit [Ping timeout: 250 seconds]
citizenandrew has left #commonlisp [#commonlisp]
pieguy128 has joined #commonlisp
rgherdt_ has joined #commonlisp
amb007 has quit [Ping timeout: 250 seconds]
karlosz has joined #commonlisp
amb007 has joined #commonlisp
Rue has quit [Quit: WeeChat 3.4]
Rue has joined #commonlisp
rgherdt__ has quit [Ping timeout: 260 seconds]
lisp123 has quit [Remote host closed the connection]
Rue has quit [Client Quit]
Rue has joined #commonlisp
pieguy128 has quit [Ping timeout: 256 seconds]
rgherdt__ has joined #commonlisp
rgherdt has joined #commonlisp
rgherdt_ has quit [Ping timeout: 252 seconds]
rgherdt__ has quit [Ping timeout: 245 seconds]
pieguy128 has joined #commonlisp
morganw has joined #commonlisp
rgherdt_ has joined #commonlisp
rgherdt has quit [Ping timeout: 240 seconds]
rgherdt__ has joined #commonlisp
OlCe has joined #commonlisp
rgherdt_ has quit [Ping timeout: 245 seconds]
OlCe has quit [Ping timeout: 256 seconds]
rgherdt_ has joined #commonlisp
rgherdt__ has quit [Ping timeout: 260 seconds]
amb007 has quit [Ping timeout: 256 seconds]
amb007 has joined #commonlisp
jealousmonk has quit [Remote host closed the connection]
jealousmonk has joined #commonlisp
Algernon666 has quit [Ping timeout: 260 seconds]
karlosz has quit [Quit: karlosz]
morganw` has joined #commonlisp
amb007 has quit [Ping timeout: 256 seconds]
pieguy128 has quit [Ping timeout: 256 seconds]
pieguy128 has joined #commonlisp
epolanski has quit [Ping timeout: 256 seconds]
morganw has quit [Ping timeout: 256 seconds]
Fare has quit [Ping timeout: 256 seconds]
jackdaniel has quit [Ping timeout: 256 seconds]
attila_lendvai has joined #commonlisp
jackdaniel has joined #commonlisp
dilated_dinosaur has quit [Ping timeout: 240 seconds]
epolanski has joined #commonlisp
lisp123 has joined #commonlisp
Fare has joined #commonlisp
morganw` has quit [Quit: ERC (IRC client for Emacs 27.2)]
amb007 has joined #commonlisp
morganw has joined #commonlisp
dilated_dinosaur has joined #commonlisp
robin has quit [Remote host closed the connection]
robin has joined #commonlisp
lisp123 has quit [Remote host closed the connection]
lisp123 has joined #commonlisp
raeda has quit [Ping timeout: 256 seconds]
treflip has quit [Remote host closed the connection]
cage has joined #commonlisp
epolanski has quit [Quit: Connection closed for inactivity]
lisp123_ has joined #commonlisp
travv0 has joined #commonlisp
rain3 has quit [Ping timeout: 268 seconds]
lisp123 has quit [Ping timeout: 256 seconds]
Dynom has quit [Ping timeout: 256 seconds]
rgherdt__ has joined #commonlisp
Dynom has joined #commonlisp
dilated_dinosaur has quit [Ping timeout: 256 seconds]
aartaka has quit [Ping timeout: 256 seconds]
Fare has quit [Ping timeout: 256 seconds]
dilated_dinosaur has joined #commonlisp
rgherdt_ has quit [Ping timeout: 245 seconds]
mon_aaraj has quit [Ping timeout: 256 seconds]
mon_aaraj has joined #commonlisp
rgherdt_ has joined #commonlisp
<lisp123_> bike: You there?
<Bike> Hello.
<lisp123_> (cst:source #<CONCRETE-SYNTAX-TREE:CONS-CST raw: ((QUOTE SWANK)) 821071519B>) returns nil whilst (cst:source #<CONCRETE-SYNTAX-TREE:CONS-CST raw: (QUOTE SWANK) 821071E1E3>) returns a value
rgherdt__ has quit [Ping timeout: 250 seconds]
<lisp123_> So I need to make sure I get down to the individual forms yes to get a source?
jeosol has quit [Quit: Client closed]
santiagopim has joined #commonlisp
<Bike> yeah, i think the cst reader doesn't assign sources to cdrs of lists
<lisp123_> Got it, thanks. Also do you remember what "(663 . 669)" means as a source?
<Bike> i don't usually use the default source locations, but i would guess those are file positions
<Bike> a start and end
<lisp123_> Its strange because (QUOTE SWANK) is more than six characters, but I recall it worked correctly before, so need to revisit how it works
<lisp123_> Do you have alternative approach?
<Bike> alternative approach to what?
<lisp123_> To source locations
<Bike> yeah, clasp has its own source location objects.
<lisp123_> Ah ok. Thanks
<jcowan> phoe: Yes. It might need some tweaking to load at all.
<lisp123_> Thanks, I had a look at my old code just now and it suggested the same
<lisp123_> AH so basically in the source code I had 'swank -> CST shows it as (quote swank), but the actual source version is 6 characters
<lisp123_> Which makes sense
<Bike> oh. yeah, there you go.
<lisp123_> I wonder if it is too computationally intensive to re-read an entire lisp file at each keystroke..
<lisp123_> (noting that lisp files aren't really that long in the grand scheme of things)...because if that inefficient approach works, it will be very easy to build a sexp navigation tool out of CST / Eclector
<lisp123_> Is there a way to suppress errors when reading through Eclector?
<Bike> pretty sure it respects *read-suppress*
<Bike> or do you mean something else
<Bike> maybe it has its own read-suppress...
<Bike> nope, should just be cl:*read-suppress*
<lisp123_> Great, thanks - hopefully that works
<lisp123_> I got an error saying "SB-INTROSPECT" package not found or something like that when reading (when not in SBCL),basically want to avoid any read errors for partially complete forms
<Bike> some kinds of errors can't be suppressed, like unknown reader macros, but packages missing should be fine
jeosol has joined #commonlisp
<lisp123_> Cool thanks! I will start with that
<scymtym> (handler-bind ((RELEVANT-ERROR #'eclector.reader:recover)) (eclector.reader:read …)) is more comprehensive
<lisp123_> scymtym: Thanks for that, I'll use that
Fare has joined #commonlisp
lisp123_ has quit [Remote host closed the connection]
jeosol has quit [Quit: Client closed]
Oladon has quit [Quit: Leaving.]
Fare has quit [Ping timeout: 250 seconds]
raeda has joined #commonlisp
mon_aaraj has quit [Ping timeout: 250 seconds]
tophullyte has joined #commonlisp
travv0 has left #commonlisp [#commonlisp]
mon_aaraj has joined #commonlisp
rgherdt__ has joined #commonlisp
rgherdt_ has quit [Ping timeout: 252 seconds]
rgherdt_ has joined #commonlisp
occ has quit [Ping timeout: 256 seconds]
rgherdt__ has quit [Ping timeout: 240 seconds]
rgherdt__ has joined #commonlisp
gaqwas has joined #commonlisp
rgherdt_ has quit [Ping timeout: 250 seconds]
scymtym has quit [Ping timeout: 260 seconds]
Brucio-92 has quit [Ping timeout: 250 seconds]
gaqwas has quit [Remote host closed the connection]
tophullyte has quit [Quit: Leaving]
aeth has quit [Ping timeout: 256 seconds]
aeth has joined #commonlisp
attila_lendvai has quit [Ping timeout: 250 seconds]
aartaka has joined #commonlisp
stylewarning has quit [*.net *.split]
yottabyte has quit [*.net *.split]
santiagopim has quit [*.net *.split]
dilated_dinosaur has quit [*.net *.split]
amb007 has quit [*.net *.split]
jackdaniel has quit [*.net *.split]
Guest74 has quit [*.net *.split]
masinter has quit [*.net *.split]
Noisytoot has quit [*.net *.split]
ullbeking_ has quit [*.net *.split]
tyson2 has quit [*.net *.split]
Bike has quit [*.net *.split]
Posterdati has quit [*.net *.split]
artchad has quit [*.net *.split]
pve has quit [*.net *.split]
utis has quit [*.net *.split]
Alfr has quit [*.net *.split]
mister_m has quit [*.net *.split]
Colleen has quit [*.net *.split]
Devon has quit [*.net *.split]
dbotton has quit [*.net *.split]
perrierjouet has quit [*.net *.split]
froggey has quit [*.net *.split]
mgxm_ has quit [*.net *.split]
alvaro121 has quit [*.net *.split]
contrapunctus has quit [*.net *.split]
stack1 has quit [*.net *.split]
cross_ has quit [*.net *.split]
danieli has quit [*.net *.split]
Shinmera has quit [*.net *.split]
jmpeax has quit [*.net *.split]
z3t0 has quit [*.net *.split]
amk has quit [*.net *.split]
russe has quit [*.net *.split]
gjvc has quit [*.net *.split]
hineios has quit [*.net *.split]
mason has quit [*.net *.split]
les_ has quit [*.net *.split]
hubvu_ has quit [*.net *.split]
TMA has quit [*.net *.split]
materialfuture has quit [*.net *.split]
skyl4rk has quit [*.net *.split]
rgherdt__ has quit [*.net *.split]
Oddity has quit [*.net *.split]
dstein64 has quit [*.net *.split]
Inline has quit [*.net *.split]
psf has quit [*.net *.split]
[smlckz] has quit [*.net *.split]
d4ryus has quit [*.net *.split]
leo_song has quit [*.net *.split]
luis has quit [*.net *.split]
phadthai has quit [*.net *.split]
specbot has quit [*.net *.split]
hhdave has quit [*.net *.split]
Fade has quit [*.net *.split]
ns12 has quit [*.net *.split]
ChanServ has quit [*.net *.split]
gxt has quit [*.net *.split]
aeth has quit [*.net *.split]
mon_aaraj has quit [*.net *.split]
raeda has quit [*.net *.split]
wyrd has quit [*.net *.split]
azimut has quit [*.net *.split]
triffid has quit [*.net *.split]
anticomputer has quit [*.net *.split]
cage has quit [*.net *.split]
Spawns has quit [*.net *.split]
pjb has quit [*.net *.split]
linjian has quit [*.net *.split]
Duuqnd has quit [*.net *.split]
CodeBitCookie[m] has quit [*.net *.split]
katco has quit [*.net *.split]
nworb has quit [*.net *.split]
Spawns_Carpet[m] has quit [*.net *.split]
seragold[m] has quit [*.net *.split]
jmercouris has quit [*.net *.split]
antoszka has quit [*.net *.split]
lieven has quit [*.net *.split]
copec has quit [*.net *.split]
bollu has quit [*.net *.split]
dcx has quit [*.net *.split]
gabc has quit [*.net *.split]
even4void has quit [*.net *.split]
zups has quit [*.net *.split]
lonjil has quit [*.net *.split]
jealousmonk has quit [*.net *.split]
Rue has quit [*.net *.split]
silasfox has quit [*.net *.split]
qhong has quit [*.net *.split]
jgart has quit [*.net *.split]
Arcsech has quit [*.net *.split]
dieggsy has quit [*.net *.split]
opalvaults[m] has quit [*.net *.split]
Jach has quit [*.net *.split]
spec has quit [*.net *.split]
thomaslewis has quit [*.net *.split]
selwyn has quit [*.net *.split]
energizer has quit [*.net *.split]
iquites has quit [*.net *.split]
zephyr has quit [*.net *.split]
griffinmb has quit [*.net *.split]
aartaka has quit [*.net *.split]
morganw has quit [*.net *.split]
pieguy128 has quit [*.net *.split]
neominimum has quit [*.net *.split]
jcowan has quit [*.net *.split]
random-nick has quit [*.net *.split]
m5zs7k has quit [*.net *.split]
shka has quit [*.net *.split]
Lord_of_Life has quit [*.net *.split]
micro has quit [*.net *.split]
fiddlerwoaroof has quit [*.net *.split]
ski has quit [*.net *.split]
phantomics has quit [*.net *.split]
empwilli has quit [*.net *.split]
moon-child has quit [*.net *.split]
sjl has quit [*.net *.split]
sander has quit [*.net *.split]
hisacro has quit [*.net *.split]
markasoftware has quit [*.net *.split]
igemnace has quit [*.net *.split]
beach has quit [*.net *.split]
EdLangley[m] has quit [*.net *.split]
mmk2410 has quit [*.net *.split]
mht-wtf has quit [*.net *.split]
resttime has quit [*.net *.split]
hefner has quit [*.net *.split]
zagura has quit [*.net *.split]
loke has quit [*.net *.split]
saturn2 has quit [*.net *.split]
edgar-rft has quit [*.net *.split]
Kabriel has quit [*.net *.split]
borodust has quit [*.net *.split]
kakuhen has quit [*.net *.split]
sp has quit [*.net *.split]
sepanko has quit [*.net *.split]
char[m] has quit [*.net *.split]
snits has quit [*.net *.split]
epony has quit [*.net *.split]
ryanbw has quit [*.net *.split]
jgkamat has quit [*.net *.split]
jdz has quit [*.net *.split]
xantoz has quit [*.net *.split]
Mandus has quit [*.net *.split]
splatt990 has quit [*.net *.split]
gin has quit [*.net *.split]
Demosthenex has quit [*.net *.split]
drakonis has quit [*.net *.split]
Grauwolf has quit [*.net *.split]
ck_ has quit [*.net *.split]
ahlk` has quit [*.net *.split]
|3b| has quit [*.net *.split]
derwolf_ has quit [*.net *.split]
greyrat_ has quit [*.net *.split]
hugo has quit [*.net *.split]
megeve_ has quit [*.net *.split]
zoglesby has quit [*.net *.split]
Schnouki has quit [*.net *.split]
gpiero has quit [*.net *.split]
bldr has quit [*.net *.split]
nckx has quit [*.net *.split]
rdrg109 has quit [*.net *.split]
saltrocklamp[m] has quit [*.net *.split]
remexre has quit [*.net *.split]
luna-is-here has quit [*.net *.split]
iamFIREc1 has quit [*.net *.split]
conjunctive has quit [*.net *.split]
victor__ has quit [*.net *.split]
dale has quit [*.net *.split]
mzan has quit [*.net *.split]
terrorjack has quit [*.net *.split]
SAL9000 has quit [*.net *.split]
form_feed has quit [*.net *.split]
Xach has quit [*.net *.split]
xsperry has quit [*.net *.split]
skeemer has quit [*.net *.split]
djuber has quit [*.net *.split]
wmblathers has quit [*.net *.split]
minion has quit [*.net *.split]
brettgilio has quit [*.net *.split]
perro_ has quit [*.net *.split]
jaimelm has quit [*.net *.split]
theBlackDragon has quit [*.net *.split]
samebchase has quit [*.net *.split]
madnificent has quit [*.net *.split]
cosimone has quit [*.net *.split]
fitzsim has quit [*.net *.split]
parjanya has quit [*.net *.split]
notzmv has quit [*.net *.split]
pranavats has quit [*.net *.split]
prov[m] has quit [*.net *.split]
luis` has quit [*.net *.split]
yitzi has quit [*.net *.split]
Mrtn[m] has quit [*.net *.split]
zbrown[m] has quit [*.net *.split]
akater[m] has quit [*.net *.split]
xaltsc has quit [*.net *.split]
mrcom has quit [*.net *.split]
ggoes has quit [*.net *.split]
dim has quit [*.net *.split]
fe[nl]ix has quit [*.net *.split]
alanz has quit [*.net *.split]
sukaeto has quit [*.net *.split]
sgithens has quit [*.net *.split]
pok has quit [*.net *.split]
gendl has quit [*.net *.split]
phoe has quit [*.net *.split]
jfb4 has quit [*.net *.split]
skn has quit [*.net *.split]
miique has quit [*.net *.split]
Gnuxie has quit [*.net *.split]
edmrk[m] has quit [*.net *.split]
loke[m] has quit [*.net *.split]
sirufer has quit [*.net *.split]
antoni has quit [*.net *.split]
derelict has quit [*.net *.split]
pl has quit [*.net *.split]
Odin- has quit [*.net *.split]
gw1 has quit [*.net *.split]
spacebat has quit [*.net *.split]
ecraven has quit [*.net *.split]
BytesAndCoffee has quit [*.net *.split]
cognemo_ has quit [*.net *.split]
dmgk has quit [*.net *.split]
okflo has quit [*.net *.split]
_death has quit [*.net *.split]
Patternmaster has quit [*.net *.split]
sterni has quit [*.net *.split]
zoglesby has joined #commonlisp
Schnouki has joined #commonlisp
hugo has joined #commonlisp
derwolf_ has joined #commonlisp
megeve_ has joined #commonlisp
greyrat_ has joined #commonlisp
|3b| has joined #commonlisp
Demosthenex has joined #commonlisp
ahlk` has joined #commonlisp
ck_ has joined #commonlisp
gin has joined #commonlisp
drakonis has joined #commonlisp
Mandus has joined #commonlisp
Grauwolf has joined #commonlisp
splatt990 has joined #commonlisp
jdz has joined #commonlisp
TMA has joined #commonlisp
amk has joined #commonlisp
z3t0 has joined #commonlisp
russe has joined #commonlisp
danieli has joined #commonlisp
jmpeax has joined #commonlisp
Shinmera has joined #commonlisp
stack1 has joined #commonlisp
cross_ has joined #commonlisp
contrapunctus has joined #commonlisp
mgxm_ has joined #commonlisp
alvaro121 has joined #commonlisp
gjvc has joined #commonlisp
perrierjouet has joined #commonlisp
Devon has joined #commonlisp
froggey has joined #commonlisp
dbotton has joined #commonlisp
mister_m has joined #commonlisp
Colleen has joined #commonlisp
Alfr has joined #commonlisp
utis has joined #commonlisp
pve has joined #commonlisp
Bike has joined #commonlisp
Posterdati has joined #commonlisp
ullbeking_ has joined #commonlisp
mason has joined #commonlisp
jackdaniel has joined #commonlisp
amb007 has joined #commonlisp
dilated_dinosaur has joined #commonlisp
lonjil has joined #commonlisp
santiagopim has joined #commonlisp
zups has joined #commonlisp
even4void has joined #commonlisp
gabc has joined #commonlisp
dcx has joined #commonlisp
bollu has joined #commonlisp
copec has joined #commonlisp
lieven has joined #commonlisp
jmercouris has joined #commonlisp
antoszka has joined #commonlisp
nworb has joined #commonlisp
Duuqnd has joined #commonlisp
CodeBitCookie[m] has joined #commonlisp
linjian has joined #commonlisp
seragold[m] has joined #commonlisp
specbot has joined #commonlisp
pjb has joined #commonlisp
cage has joined #commonlisp
Spawns has joined #commonlisp
sterni has joined #commonlisp
_death has joined #commonlisp
Patternmaster has joined #commonlisp
okflo has joined #commonlisp
dmgk has joined #commonlisp
ecraven has joined #commonlisp
cognemo_ has joined #commonlisp
BytesAndCoffee has joined #commonlisp
Odin- has joined #commonlisp
spacebat has joined #commonlisp
pl has joined #commonlisp
derelict has joined #commonlisp
antoni has joined #commonlisp
sirufer has joined #commonlisp
edmrk[m] has joined #commonlisp
gw1 has joined #commonlisp
Gnuxie has joined #commonlisp
loke[m] has joined #commonlisp
miique has joined #commonlisp
resttime has joined #commonlisp
gpiero has joined #commonlisp
epony has joined #commonlisp
kakuhen has joined #commonlisp
sp has joined #commonlisp
snits has joined #commonlisp
char[m] has joined #commonlisp
materialfuture has joined #commonlisp
skyl4rk has joined #commonlisp
hineios has joined #commonlisp
hubvu_ has joined #commonlisp
les_ has joined #commonlisp
jgkamat has joined #commonlisp
ryanbw has joined #commonlisp
mht-wtf has joined #commonlisp
EdLangley[m] has joined #commonlisp
mmk2410 has joined #commonlisp
igemnace has joined #commonlisp
beach has joined #commonlisp
ns12 has joined #commonlisp
Algernon69 has joined #commonlisp
Fade has joined #commonlisp
hhdave has joined #commonlisp
luis has joined #commonlisp
phadthai has joined #commonlisp
[smlckz] has joined #commonlisp
leo_song has joined #commonlisp
psf has joined #commonlisp
dstein64 has joined #commonlisp
d4ryus has joined #commonlisp
Inline has joined #commonlisp
katco has joined #commonlisp
Oddity has joined #commonlisp
rgherdt__ has joined #commonlisp
skn has joined #commonlisp
pok has joined #commonlisp
phoe has joined #commonlisp
jfb4 has joined #commonlisp
gendl has joined #commonlisp
sgithens has joined #commonlisp
alanz has joined #commonlisp
dim has joined #commonlisp
sukaeto has joined #commonlisp
zbrown[m] has joined #commonlisp
Kabriel has joined #commonlisp
saturn2 has joined #commonlisp
borodust has joined #commonlisp
edgar-rft has joined #commonlisp
loke has joined #commonlisp
zagura has joined #commonlisp
hefner has joined #commonlisp
hisacro has joined #commonlisp
markasoftware has joined #commonlisp
szkl has joined #commonlisp
sjl has joined #commonlisp
empwilli has joined #commonlisp
moon-child has joined #commonlisp
sander has joined #commonlisp
ski has joined #commonlisp
phantomics has joined #commonlisp
micro has joined #commonlisp
shka has joined #commonlisp
Lord_of_Life has joined #commonlisp
fiddlerwoaroof has joined #commonlisp
random-nick has joined #commonlisp
m5zs7k has joined #commonlisp
neominimum has joined #commonlisp
jcowan has joined #commonlisp
morganw has joined #commonlisp
pieguy128 has joined #commonlisp
mon_aaraj has joined #commonlisp
aeth has joined #commonlisp
raeda has joined #commonlisp
scymtym has joined #commonlisp
notzmv has joined #commonlisp
yitzi has joined #commonlisp
prov[m] has joined #commonlisp
parjanya has joined #commonlisp
pranavats has joined #commonlisp
fitzsim has joined #commonlisp
akater[m] has joined #commonlisp
xaltsc has joined #commonlisp
luis` has joined #commonlisp
mrcom has joined #commonlisp
fe[nl]ix has joined #commonlisp
ggoes has joined #commonlisp
Mrtn[m] has joined #commonlisp
cosimone has joined #commonlisp
Spawns_Carpet[m] has joined #commonlisp
sepanko has joined #commonlisp
xantoz has joined #commonlisp
epony has quit [Max SendQ exceeded]
mixfix41 has quit [Max SendQ exceeded]
miique has quit [Ping timeout: 240 seconds]
jealousmonk has joined #commonlisp
Rue has joined #commonlisp
silasfox has joined #commonlisp
qhong has joined #commonlisp
Arcsech has joined #commonlisp
jgart has joined #commonlisp
dieggsy has joined #commonlisp
opalvaults[m] has joined #commonlisp
Jach has joined #commonlisp
thomaslewis has joined #commonlisp
selwyn has joined #commonlisp
iquites has joined #commonlisp
zephyr has joined #commonlisp
energizer has joined #commonlisp
griffinmb has joined #commonlisp
spec has joined #commonlisp
opalvaults[m] has quit [Ping timeout: 245 seconds]
anticomputer has joined #commonlisp
gxt has joined #commonlisp
azimut has joined #commonlisp
wyrd has joined #commonlisp
zbrown[m] has quit [Ping timeout: 250 seconds]
bldr has joined #commonlisp
nckx has joined #commonlisp
rdrg109 has joined #commonlisp
Gnuxie has quit [Ping timeout: 240 seconds]
yottabyte has joined #commonlisp
stylewarning has joined #commonlisp
sepanko has quit [Ping timeout: 240 seconds]
char[m] has quit [Ping timeout: 240 seconds]
sp has quit [Ping timeout: 240 seconds]
rdrg109 has quit [Max SendQ exceeded]
epony has joined #commonlisp
wmblathers has joined #commonlisp
saltrocklamp[m] has joined #commonlisp
remexre has joined #commonlisp
luna-is-here has joined #commonlisp
iamFIREc1 has joined #commonlisp
victor__ has joined #commonlisp
dale has joined #commonlisp
conjunctive has joined #commonlisp
mzan has joined #commonlisp
SAL9000 has joined #commonlisp
form_feed has joined #commonlisp
minion has joined #commonlisp
Xach has joined #commonlisp
theBlackDragon has joined #commonlisp
brettgilio has joined #commonlisp
jaimelm has joined #commonlisp
xsperry has joined #commonlisp
perro_ has joined #commonlisp
terrorjack has joined #commonlisp
djuber has joined #commonlisp
skeemer has joined #commonlisp
samebchase has joined #commonlisp
madnificent has joined #commonlisp
saltrocklamp[m] has quit [Ping timeout: 245 seconds]
Arcsech has quit [Ping timeout: 245 seconds]
dieggsy has quit [Ping timeout: 245 seconds]
edmrk[m] has quit [Ping timeout: 240 seconds]
loke[m] has quit [Ping timeout: 240 seconds]
Mrtn[m] has quit [Ping timeout: 250 seconds]
luis` has quit [Ping timeout: 250 seconds]
yitzi has quit [Ping timeout: 250 seconds]
prov[m] has quit [Ping timeout: 250 seconds]
akater[m] has quit [Ping timeout: 250 seconds]
kakuhen has quit [Ping timeout: 240 seconds]
Duuqnd has quit [Ping timeout: 260 seconds]
linjian has quit [Ping timeout: 260 seconds]
katco has quit [Ping timeout: 260 seconds]
seragold[m] has quit [Ping timeout: 260 seconds]
nworb has quit [Ping timeout: 260 seconds]
Spawns_Carpet[m] has quit [Ping timeout: 260 seconds]
EdLangley[m] has quit [Ping timeout: 252 seconds]
CodeBitCookie[m] has quit [Ping timeout: 260 seconds]
szkl has quit [Client Quit]
szkl has joined #commonlisp
Guest74 has joined #commonlisp
mon_aaraj has quit [Ping timeout: 256 seconds]
mon_aaraj has joined #commonlisp
karlosz has joined #commonlisp
morganw has quit [Remote host closed the connection]
jesopo has joined #commonlisp
jesopo is now known as jess
szkl has quit []
Dynom has quit [Quit: WeeChat 3.4]
pve has quit [Quit: leaving]
wacki has quit [Quit: Leaving.]
jess has joined #commonlisp
jess has quit [Changing host]
ChanServ has joined #commonlisp
epony is now known as Guest3959
sepanko has joined #commonlisp
kakuhen has joined #commonlisp
Noisytoot has joined #commonlisp
rdrg109 has joined #commonlisp
triffid has joined #commonlisp
karlosz has quit [Quit: karlosz]
<dbotton> Always open to comments
cosimone has quit [Ping timeout: 250 seconds]
jeosol has joined #commonlisp
sp has joined #commonlisp
makomo has joined #commonlisp
<wmblathers> A tutorial! That's great.
tyson2 has joined #commonlisp
<phoe> congrats :D
prov[m] has joined #commonlisp
EdLangley[m] has joined #commonlisp
cage has quit [Quit: rcirc on GNU Emacs 27.1]
miique has joined #commonlisp
gaqwas has joined #commonlisp
<dbotton> I have 10 or so planned
<dbotton> I will likely do written and a video
<dbotton> There is just so much you can do with CLOG and the Builder that it is hard to understand with out some examples
<dbotton> and explanations
rgherdt__ has quit [Ping timeout: 240 seconds]
zbrown[m] has joined #commonlisp
rgherdt has joined #commonlisp
rgherdt_ has joined #commonlisp
akater[m] has joined #commonlisp
luis` has joined #commonlisp
rgherdt has quit [Ping timeout: 240 seconds]
Mrtn[m] has joined #commonlisp
dieggsy has joined #commonlisp
nworb has joined #commonlisp
Spawns_Carpet[m] has joined #commonlisp
linjian has joined #commonlisp
yitzi has joined #commonlisp
loke[m] has joined #commonlisp
dilated_dinosaur has quit [Ping timeout: 256 seconds]
katco has joined #commonlisp
edmrk[m] has joined #commonlisp
CodeBitCookie[m] has joined #commonlisp
rgherdt__ has joined #commonlisp
dilated_dinosaur has joined #commonlisp
Oladon has joined #commonlisp
akoana has joined #commonlisp
mrcom has quit [Quit: This computer has gone to sleep]
opalvaults[m] has joined #commonlisp
rgherdt_ has quit [Ping timeout: 240 seconds]
rgherdt_ has joined #commonlisp
rgherdt__ has quit [Ping timeout: 240 seconds]
rgherdt__ has joined #commonlisp
rgherdt_ has quit [Ping timeout: 250 seconds]
Duuqnd has joined #commonlisp
rgherdt_ has joined #commonlisp
rgherdt__ has quit [Ping timeout: 256 seconds]
Algernon69 has quit [Ping timeout: 252 seconds]
char[m] has joined #commonlisp
rgherdt_ has quit [Ping timeout: 250 seconds]
Guest74 has quit [Quit: Connection closed]
Arcsech has joined #commonlisp
karlosz has joined #commonlisp
gaqwas has quit [Ping timeout: 240 seconds]
Gnuxie has joined #commonlisp
seragold[m] has joined #commonlisp
saltrocklamp[m] has joined #commonlisp
masinter has joined #commonlisp
Fare has joined #commonlisp
<tyson2> dbotton: eagerly looking forward to those. Clog inspired me to really dig into CL
lisp123 has joined #commonlisp
karlosz has quit [Read error: Connection reset by peer]
lisp123 has quit [Ping timeout: 240 seconds]
shka has quit [Ping timeout: 256 seconds]
<dbotton> I am happy to hear tyson2
<dbotton> CL is an incredibly versatile language
mrcom has joined #commonlisp
[w] has joined #commonlisp
gaqwas has joined #commonlisp
Brucio-92 has joined #commonlisp
gaqwas has quit [Remote host closed the connection]
mister_m has quit [Remote host closed the connection]
huckleberry has joined #commonlisp
molson has quit [Quit: Leaving]
molson has joined #commonlisp