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
<bitmapper> #lang common-lisp when
nowhere_man has joined #lisp
<aeth> bitmapper: If you mean CL-on-Racket, then the other way around's easier. You'd just need R6RS-on-CL and then you'd have to trick Racket into thinking that R6RS-on-CL is Chez Scheme. It's easier to implement the smaller language in the larger one than the other way around.
igemnace has quit [Quit: WeeChat 2.8]
<bitmapper> i get that
<bitmapper> i wasn't being serious
<aeth> (And then if you have Racket-on-CL, then CL-on-Racket-on-CL should be trivial)
SGASAU has quit [Remote host closed the connection]
theseb has quit [Quit: Leaving]
terpri has quit [Remote host closed the connection]
Kundry_Wag has joined #lisp
terpri has joined #lisp
<aeth> bitmapper: Yes, you're joking, but if you were serious, this is the API you'd have to implement to fool Racket into thinking that a R6RS-on-CL was Chez Scheme: https://github.com/racket/racket/blob/master/racket/src/cs/rumble.sls
<aeth> The good news is that it's finite.
EvW has quit [Ping timeout: 244 seconds]
shangul has joined #lisp
akoana has joined #lisp
rgherdt has quit [Ping timeout: 240 seconds]
hu6ub has joined #lisp
shangul has quit [Ping timeout: 256 seconds]
Fare has quit [Ping timeout: 260 seconds]
FennecCode has joined #lisp
oxum has joined #lisp
Fare has joined #lisp
gko has joined #lisp
toorevitimirp has joined #lisp
mikecheck has quit [Ping timeout: 272 seconds]
nckx has joined #lisp
spheremint has quit [Quit: somebody at the door]
bitmapper has quit [Ping timeout: 256 seconds]
Kundry_Wag has quit [Remote host closed the connection]
<aeth> What's the best way to interface with a C application (not library) in a separate process? Would something like basic-binary-ipc work?
shangul has joined #lisp
X-Scale has quit [Quit: HydraIRC -> http://www.hydrairc.com <- It'll be on slashdot one day...]
monok has joined #lisp
<shinohai> /*/******************************************************************************************************************************************************************************************************************/**
mono has quit [Ping timeout: 256 seconds]
<shinohai> ^ sry that's deffo not the best way to interface with a C application in a separate process.
<aeth> Is that a new esolang?
<shinohai> My cat invented it. Meowlang.
<aeth> ah]
<no-defun-allowed> An attempt to confuse C linters.
<aeth> it's probably valid C++
Oladon has joined #lisp
<shinohai> xD
Fare has quit [Ping timeout: 272 seconds]
Fare has joined #lisp
lavaflow has quit [Ping timeout: 256 seconds]
lavaflow has joined #lisp
hu6ub has quit [Ping timeout: 244 seconds]
turona has quit [Ping timeout: 246 seconds]
whiteline has quit [Read error: Connection reset by peer]
EvW1 has joined #lisp
whiteline_ has joined #lisp
turona has joined #lisp
akoana has quit [Quit: leaving]
GuerrillaMonkey has joined #lisp
Jeanne-Kamikaze has quit [Read error: Connection reset by peer]
gabiruh has quit [Quit: ZNC 1.7.5 - https://znc.in]
gabiruh has joined #lisp
GuerrillaMonkey has quit [Quit: Leaving]
midre has joined #lisp
midre has quit [Quit: ZNC 1.6.5+deb1+deb9u2 - http://znc.in]
greaser|q has quit [Changing host]
greaser|q has joined #lisp
greaser|q is now known as Greasemonkey
Greasemonkey is now known as GreaseMonkey
ahungry has joined #lisp
oxum has quit [Remote host closed the connection]
_jrjsmrtn has joined #lisp
__jrjsmrtn__ has quit [Ping timeout: 246 seconds]
<beach> Good morning everyone!
cods has quit [Ping timeout: 256 seconds]
<p_l> aeth: I'd have said gRPC, but then I remembered a) there's no usable library available b) I said I'd write it c) that was in Madeira so I should be quite ashamed
<Oladon> Morning beach!
wxie has joined #lisp
EvW1 has quit [Ping timeout: 260 seconds]
terpri has quit [Remote host closed the connection]
terpri has joined #lisp
Bike has quit [Quit: Lost terminal]
<Aurora_v_kosmose> That answers the question of if such a library exists. Oh well, I'll wait. :)
oxum has joined #lisp
oxum has quit [Ping timeout: 272 seconds]
wxie has quit [Ping timeout: 244 seconds]
rumbler31 has joined #lisp
rumbler31 has quit [Ping timeout: 240 seconds]
oxum has joined #lisp
oxum has quit [Ping timeout: 258 seconds]
constptr has joined #lisp
Fare has quit [Ping timeout: 260 seconds]
FennecCode has quit [Quit: ERC (IRC client for Emacs 26.3)]
Oladon has quit [Quit: Leaving.]
<no-defun-allowed> How should I go about limiting concurrent access to some resource to some arbitrary number of threads?
<beach> Use a semaphore.
<beach> Initialize it to N where N is the number of concurrent accesses that you want.
<beach> Before a thread wants to access the resource, do a WAIT on the semaphore.
<beach> After a thread has finished accessing the resource, it does a SIGNAL on the semaphore.
<no-defun-allowed> Wow, that seems pretty easy. Thanks.
ajb` has quit [Remote host closed the connection]
<beach> Sure.
gravicappa has joined #lisp
ayuce has joined #lisp
ahungry has quit [Remote host closed the connection]
karlosz has quit [Quit: karlosz]
karlosz has joined #lisp
oxum has joined #lisp
oxum has quit [Client Quit]
ayuce has quit [Remote host closed the connection]
terpri has quit [Remote host closed the connection]
renzhi_ has quit [Ping timeout: 272 seconds]
EvW has joined #lisp
sbodin has quit [Read error: Connection reset by peer]
yankM has quit [Ping timeout: 260 seconds]
nullniverse has joined #lisp
ajpaon has joined #lisp
ajpaon has left #lisp [#lisp]
zooey has quit [Remote host closed the connection]
zooey has joined #lisp
parjanya has quit [Remote host closed the connection]
ayuce has joined #lisp
ayuce has quit [Remote host closed the connection]
ayuce has joined #lisp
ayuce has quit [Remote host closed the connection]
karlosz has quit [Quit: karlosz]
karlosz has joined #lisp
ayuce has joined #lisp
ayuce has quit [Remote host closed the connection]
ayuce has joined #lisp
sugarwren has joined #lisp
constptr has quit [Quit: Connection closed for inactivity]
kpoeck has joined #lisp
heisig has joined #lisp
shka_ has joined #lisp
EvW has quit [Ping timeout: 244 seconds]
pve has joined #lisp
ayuce has quit [Remote host closed the connection]
ayuce has joined #lisp
rgherdt has joined #lisp
toorevitimirp has quit [Ping timeout: 272 seconds]
toorevitimirp has joined #lisp
toorevitimirp has quit [Remote host closed the connection]
toorevitimirp has joined #lisp
ggole has joined #lisp
orivej has joined #lisp
ayuce has quit [Remote host closed the connection]
ayuce has joined #lisp
orivej has quit [Ping timeout: 246 seconds]
dddddd has joined #lisp
dale has quit [Quit: My computer has gone to sleep]
sdumi has quit [Ping timeout: 240 seconds]
sdumi has joined #lisp
rumbler31 has joined #lisp
lavaflow has quit [Ping timeout: 272 seconds]
lavaflow has joined #lisp
rumbler31 has quit [Ping timeout: 256 seconds]
nowhere_man has quit [Remote host closed the connection]
nowhere_man has joined #lisp
nowhereman has joined #lisp
nowhere_man has quit [Ping timeout: 244 seconds]
Lord_of_Life_ has joined #lisp
Lord_of_Life has quit [Ping timeout: 272 seconds]
Lord_of_Life_ is now known as Lord_of_Life
fourier has joined #lisp
random-nick has joined #lisp
random-nick has quit [Read error: error:1408F10B:SSL routines:ssl3_get_record:wrong version number]
random-nick has joined #lisp
epony has quit [Ping timeout: 258 seconds]
<adlai> lol, turns out I've been using a satisfies type specifier in a pprint dispatch table for the past ~decade, and this is probably why my life is cursed
shangul has quit [Quit: Leaving]
<phoe> oh god
nika has joined #lisp
<jackdaniel> aren't you satisfied with it?
<adlai> i am actually quite satisfied with it, i just had forgotten that the kludge was that kludgey
<easye> Hmmm. Am I to understand correctly from yesterday that this is no decent gRPC implementation in CL?
<jackdaniel> s/decent/satisfying/
* easye is looking at <https://keys.pub> which uses gRPC
<beach> jackdaniel: They don't get it. You might as well give up.
<jackdaniel> I'm sure they do and the joke is on me :)
<phoe> (deftype decent () '(satisfies jackdaniel))
kpoeck has quit [Remote host closed the connection]
<phoe> (defun constantly-satisfying-p (x) (typep x '(satisfies constantly)))
<no-defun-allowed> (deftype fun-type () '(satisfies eval))
liberliver has joined #lisp
<adlai> clhs copy-pprint-dispatch
orivej has joined #lisp
sdumi has quit [Remote host closed the connection]
sdumi has joined #lisp
karlosz has quit [Quit: karlosz]
karlosz has joined #lisp
rogersm has joined #lisp
epony has joined #lisp
nika has quit [Read error: Connection reset by peer]
nika has joined #lisp
frgo has quit [Remote host closed the connection]
frgo has joined #lisp
liberliver has quit [Ping timeout: 258 seconds]
sdumi has quit [Read error: Connection reset by peer]
sdumi has joined #lisp
hiroaki_ has quit [Ping timeout: 256 seconds]
PuercoPop has quit [Quit: WeeChat 1.9.1]
vaporatorius__ has joined #lisp
vap1 has quit [Ping timeout: 260 seconds]
heisig has quit [Remote host closed the connection]
heisig has joined #lisp
fourier has quit [Ping timeout: 240 seconds]
kpoeck has joined #lisp
lavaflow has quit [Ping timeout: 240 seconds]
lavaflow has joined #lisp
<adlai> ideally, the two birds killable by one stone are the satisfies type in the pprint dispatch table, and the load-time http requests, since treating those requests as load-time constants will enable unrolling the satisfies into a member type
<p_l> easye: no gRPC library that I know of. Protobufs, sure, but gRPC needs all the transport bits, and those need HTTP/2
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #lisp
<_death> for http/2 there was that akamai thing https://github.com/akamai/cl-http2-protocol/
McParen has joined #lisp
Bike has joined #lisp
rumbler31 has joined #lisp
<easye> p_l: Ooh. HTTP/2 huh? We need an implementation of that as well I suppose.
<p_l> _death: it was for draft version, but it could be a starting point
<easye> _death: Did Akamai deploy that?
rumbler31 has quit [Ping timeout: 260 seconds]
<phoe> > Contains code from CL-ASYNC which contains this notice: "As always, my code is MIT licenced. Do whatever the hell you want with it. Enjoy!"
<phoe> amazing
<easye> No, I guess not. It was too prototype the spec.
<p_l> easye: yes, HTTP/2 is the required transport protocol (I *think* there might be unofficial mapping for QUIC aka HTTP/3 as well), as pretty much gRPC is set of messages sent using HTTP/2
<p_l> i.e. features of HTTP/2 are directly depended upon in gRPC
elflng has quit [Ping timeout: 272 seconds]
* no-defun-allowed shuffles around protobuf objects on Gopher in the corner
<easye> no-defun-allowed: heh. I remember Gopher fondly...
elflng has joined #lisp
akrl has joined #lisp
epony has quit [Quit: system upgrades]
fourier has joined #lisp
rwcom34174 has quit [Quit: The Lounge - https://thelounge.chat]
fourier has quit [Ping timeout: 260 seconds]
nowhere_man has joined #lisp
nowhereman has quit [Read error: Connection reset by peer]
epony has joined #lisp
cods has joined #lisp
cods has quit [Changing host]
cods has joined #lisp
akoana has joined #lisp
ljavorsk has joined #lisp
EvW has joined #lisp
bitmapper has joined #lisp
heisig has quit [Quit: Leaving]
ayuce has quit [Remote host closed the connection]
<bitmapper> til that SBCL and ECL come with a concurrent ml implementation
ayuce has joined #lisp
<jeosol> Good morning guys!
jw4 has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 260 seconds]
<Xach> hello there.
<Xach> i've read a number of projects from the 90s that have a load.lisp file that just has a list of files to compile-file then load.
<jeosol> hi Xach
jw4 has joined #lisp
<Xach> i wonder about emitting a file like that automatically
<Xach> and also about using xref to figure out ordering
<phoe> bitmapper: ml implementation?
<bitmapper> concurrent ml
<jeosol> when working with lists, it is better to use push then reverse vs. cons. I am trying to read a file and create a large object for my application, with 30GB dynamic-space-size SBCL exhaust heap
<bitmapper> which is RELATED to ML, but isn't ML itself
<bitmapper> it's just the concurrency framework that SML uses
<phoe> jeosol: push + nreverse I guess
<phoe> REVERSE conses, and you will not want that for large fresh lists
<jeosol> cool beans. I see , modify in place
<Xach> jeosol: "vs" cons? push IS cons underneath.
<jeosol> ok. thanks for the clarity
<jeosol> I went from 5GB all the way to 30GB and it's still blowing up, so I have to check my algorithm.
<phoe> jeosol: care to post it?
<jeosol> I am loading corner-point-grid file (finite-volume/element) application, do a bunch of grid geometry calculations as I read the grid file
<shka_> jeosol: you are storing numbers in a linked lists?
<phoe> is that some sort of binary file?
<jeosol> Let me test the nreverse option and to see if it works
<phoe> if yes, you might want to use vectors instead of cons cells
<shka_> phoe: agreed
<jeosol> no, it's ascii
<phoe> conses are highly memory-inefficient when it comes to storing numbers
<shka_> well, for small sequences it is ok
<phoe> do you have an example file?
<shka_> but it is essentially need twice the memory
<shka_> as compared to vectors
<jeosol> Yeah, vectors are what I use elsewhere, but the grid has some features that I won't know the dimensions of certain "pillars" so I use a list
<phoe> ouch, I see
<jeosol> Yeah, I'll have to find a way to use vectors. I can't have some require more that 30GB to load things, does make much sense
<phoe> how large is that file of yours
Kundry_Wag has joined #lisp
constptr has joined #lisp
<jeosol> The fine varies in general, the current one is like 66MB. It specific to a software and it uses compressed formats arbitrary to pack the data efficiency, e.g., for repeating numbers 3*3000 is equal to have 3000 3000 3000
<phoe> huh
<phoe> peculiar
<jeosol> I think it's the cons that's making it blow up, but I will change it and test
<jeosol> no, it's highly peculiar and application specific to a software, but it's corner-point-grid
<jeosol> I will test with push and nreverse or see if I can use vectors
rwcom34174 has joined #lisp
<jeosol> shka_: missed your comment, the storing numbers in a list is intermediate step, after processing everything is in vectors for easy access
<pve> Xach: i use (asdf:input-files 'asdf:concatenate-source-op :my-system). Works well for my purposes.
dddddd has quit [Ping timeout: 264 seconds]
<Xach> pve: thanks, that looks like an excellent source of info
<Xach> pve: what do you do with that list?
<pve> Xach: I built a "system watcher", i.e. a test runner that i run in the background in a shell that monitors a system for changed files using inotify. When a file is saved it loads the entire system from source into a fresh image and runs all tests.
<Xach> pve: cool
<pve> I find it essential when juggling exports and deleting unused functions
<Xach> pve: how often do you have a saved file in an inconsistennt state?
<pve> all the time, it seems
<Xach> hee hee
<pve> most of the time it's like "hmm can I safely delete this function?" or "I want to move this function into that package and make sure everything works"
<phoe> pve: I am interested in it
<pve> the system watcher?
<phoe> yes
<pve> i could throw it up on github
<phoe> please do
<pve> ok, i'll notify you when it's there
<pve> should be soonish
sz0 has quit [Quit: Connection closed for inactivity]
<phoe> thanks!
<Xach> inotify you
<phoe> nice
stepnem has quit [Ping timeout: 260 seconds]
<jeosol> i experienced different behaviors running the code on terminal/shell and from within slime. no issues with slime (no change to code)?
<phoe> jeosol: what do you mean, different behaviours
<jeosol> trying to save a core file for faster restart so I need to run on terminal
<phoe> one can't save a core from inside slime without some hacks
<jeosol> I loaded the same code (ql:quickload :system-name) in slime, runs fine
<phoe> that is because slime uses multiple threads by default
<jeosol> I do the same on terminal sbcl --dynamic-space-size [arg] and then it's blows up
<jeosol> I now of the multiple thread use, but will that be why it runs fine and terminal blows up.
<jeosol> Is that multiple threads to the same work or others for other stuff. I see main thread, swank reader-threads ... etc
<Xach> "blows up"?
<jeosol> heap exhausted errors
<Xach> jeosol: what do you get if you run (sb-ext:dynamic-space-size) before loading the software, in slime and in the terminal? do you get the same value?
<jeosol> I have to check that. I was even searching for away to check mem usage a few minutes ago
<jeosol> let me check that xach
toorevitimirp has quit [Remote host closed the connection]
toorevitimirp has joined #lisp
ljavorsk has quit [Ping timeout: 240 seconds]
stepnem has joined #lisp
toorevitimirp has quit [Remote host closed the connection]
toorevitimirp has joined #lisp
<jeosol> xach: my slime was running 20GB and it was lower for sbcl on terminal.
<jeosol> with "nreverse" takes works with 4GB, may be less, not tested lower
vaporatorius__ has quit [Quit: Leaving]
vaporatorius has joined #lisp
vaporatorius has quit [Changing host]
vaporatorius has joined #lisp
orivej has joined #lisp
<Xach> jeosol: aha. that means they can be made the same.
Kundry_Wag has quit [Remote host closed the connection]
<jeosol> xach: yeah, my bad. I didn't sleep trying to get this to load and my brain is fatigued. I do Mx slime starts with 20GB, but I was running terminal with 5GB
<jeosol> Now terminal does work with 4GB and I can save a core to load later.
<Xach> even nicer
toorevitimirp has quit [Ping timeout: 256 seconds]
madage has quit [Remote host closed the connection]
madage has joined #lisp
<adlai> perhaps this sparks fire better here than #lispcafe: what's a better way to annotate CLHS xrefs into an old paperback of CLtL2: going sequentially through the paperback, while indexing into the CLHS, or vice versa?
<phoe> I'd try to do better than trying to spark fire over a paperback copy of CLtL2
<adlai> the purpose is to have the paperback copy of CLtL2 be slightly more useful than just another primary source that no longer interests anyone; currently has not a single marking in any margin, so plenty of space for annotations
<Xach> cltl2 continues to interest me personally!
<phoe> I'd try to go linearly through CLtL2, searching CLHS on demand is much nicer since it's a hypertext resource
<Xach> (sorry that this does not help with your question though)
<adlai> Xach, why does cltl2 itself interest you?
<phoe> I mean, flipping pages a lot costs time
<_death> cltl2 is a cool book :)
<Xach> adlai: it provides more anecdotal context and livelier prose for certain things - particularly logical pathnames but others as well
<adlai> phoe, there's much to be said for readable reference texts, even if life is too short to actually read it sequentially, and too long to have empty spots in your "text coverage"
* adlai was quite devastated to discover, recently, that all the internals of pprint machinery were not part of cltl2
ravndal has quit [Quit: WeeChat 2.8]
<bitmapper> gnu common lisp is still actively developed?
<phoe> bitmapper: yes and no
<bitmapper> last commit 9 days ago
<phoe> that's the "yes"
<phoe> last release in 2014, that's the "no"
<bitmapper> hey, clisp last release in 2010 iirc
<phoe> correct
<phoe> clisp isn't very active either.
ravndal has joined #lisp
lavaflow_ has joined #lisp
lavaflow has quit [Ping timeout: 272 seconds]
oxum has joined #lisp
oxum has quit [Client Quit]
Kundry_Wag has joined #lisp
sabrac has joined #lisp
Kundry_Wag has quit [Remote host closed the connection]
Kundry_Wag has joined #lisp
lavaflow_ has quit [Quit: WeeChat 2.8]
lavaflow has joined #lisp
ATuin has joined #lisp
shymega has quit [Quit: Ciao.]
shymega has joined #lisp
shymega has quit [Remote host closed the connection]
EvW has quit [Ping timeout: 256 seconds]
constptr has quit [Quit: Connection closed for inactivity]
gareppa has joined #lisp
hu6ub has joined #lisp
stepnem has quit [Ping timeout: 260 seconds]
stepnem has joined #lisp
sdumi has quit [Ping timeout: 260 seconds]
dalz has joined #lisp
X-Scale has joined #lisp
hiroaki_ has joined #lisp
creat has quit [Quit: ZNC - http://znc.in]
creat has joined #lisp
azureBlob has quit [Remote host closed the connection]
Fare has joined #lisp
gareppa has quit [Quit: Leaving]
EvW1 has joined #lisp
dddddd has joined #lisp
liberliver has joined #lisp
yankM has joined #lisp
<phoe> Xach: is there any way to manage ASDF via quicklisp? like, to ensure that it always has the newest version?
<Xach> phoe: not built-in
<phoe> Xach: tell me more about the "not built-in" option
<phoe> is cloning ASDF into local-projects and loading it in RC enough?
Fare has quit [Ping timeout: 272 seconds]
Kundry_Wag has quit [Remote host closed the connection]
Kundry_Wag has joined #lisp
<Xach> I don't know - I've never tried.
<Xach> I think of asdf as the single file asdf.lisp and it's not part of the model of how quicklisp fetches and loads other software.
<Xach> It's available at a fixed URL, though, and you could use quicklisp tools to fetch it into a particular place, compile it, and load it.
<phoe> yes, it is enough
<phoe> with ASDF checked into local projects and (ql:quickload :asdf) I get the bleeding edge version
<Xach> there's that vaunted self-upgrade! worth all the code ugliness in ther world!
lemoinem has quit [Read error: Connection reset by peer]
<phoe> correct - I can stand it as long as I don't peek into the source code
<Xach> i can't tell if it was created by a madman or if it created a madman
lemoinem has joined #lisp
Kundry_Wag has quit [Remote host closed the connection]
<jackdaniel> lol
yankM has quit [Ping timeout: 246 seconds]
<phoe> why not both
terpri has joined #lisp
constptr has joined #lisp
Oladon has joined #lisp
<jackdaniel> because A => B is not the same as B => A, and we can't seriously say, that a man is the same thing as the update process of a software
liberliver has quit [Ping timeout: 272 seconds]
<shka_> what is a man though?
<phoe> a miserable little pile of #<unreadable object>
yankM has joined #lisp
notzmv has quit [Ping timeout: 264 seconds]
heisig has joined #lisp
sdumi has joined #lisp
sabrac has quit [Quit: Konversation terminated!]
gko has quit [Ping timeout: 260 seconds]
shymega has joined #lisp
rogersm has quit [Quit: Leaving...]
jeosol has quit [Remote host closed the connection]
jeosol has joined #lisp
<jeosol> phoe, shka_: https://imgur.com/Df3ISoc here is a picture of the grid I was trying to load. Here the grid is viewed in Paraview (open-source graphics software)
SGASAU has joined #lisp
<phoe> jeosol: I have no idea what it is but it sure looks complex
<jeosol> this is after processing the file with SBCL and pushing a VTK file to Paraview
<jeosol> it's how the subsurface looks like, you can think of those lines/breaks as faults that could come small earthquakes
<phoe> I see
<jeosol> This was why i couldn't share the file, it's highly domain-specific.
<phoe> yes, I can imagine
<jeosol> with the small code changes, its more stable and requires fewer memory now.
Kundry_Wag has joined #lisp
<jeosol> it's morning here, have to sleep.
<phoe> see you! thanks
stoneglass has joined #lisp
<shka_> jeosol: congratulations!
<shka_> job well done :-)
<jeosol> thanks. I finally got it to work.
<jeosol> and with less memory after some code changes.
Jesin has quit [Ping timeout: 246 seconds]
SGASAU` has joined #lisp
SGASAU has quit [Ping timeout: 246 seconds]
notzmv has joined #lisp
rgherdt has quit [Ping timeout: 260 seconds]
SGASAU` has quit [Ping timeout: 240 seconds]
SGASAU`` has joined #lisp
sbodin has joined #lisp
orivej has quit [Ping timeout: 260 seconds]
SGASAU`` has quit [Remote host closed the connection]
SGASAU``` has joined #lisp
rgherdt has joined #lisp
cosimone has joined #lisp
ramHero has joined #lisp
SGASAU``` has quit [Read error: Connection reset by peer]
SGASAU``` has joined #lisp
dalz has quit [Remote host closed the connection]
kpoeck has quit [Ping timeout: 245 seconds]
SGASAU``` has quit [Ping timeout: 258 seconds]
SGASAU``` has joined #lisp
kpoeck has joined #lisp
Oladon has quit [Quit: Leaving.]
SGASAU``` has quit [Ping timeout: 272 seconds]
Kundry_Wag has quit [Remote host closed the connection]
Kundry_Wag has joined #lisp
ggole has quit [Quit: Leaving]
Fare has joined #lisp
hu6ub has quit [Ping timeout: 260 seconds]
Bourne has quit [Ping timeout: 272 seconds]
Kundry_Wag has quit [Remote host closed the connection]
Bourne has joined #lisp
Necktwi has quit [Ping timeout: 272 seconds]
lavaflow_ has joined #lisp
lavaflow_ has quit [Client Quit]
heisig has quit [Quit: Leaving]
lavaflow has quit [Ping timeout: 272 seconds]
constptr has quit [Quit: Connection closed for inactivity]
hu6ub has joined #lisp
ATuin has quit [Quit: WeeChat 2.8]
SGASAU has joined #lisp
ayuce has quit [Read error: Connection reset by peer]
kpoeck has quit [Ping timeout: 245 seconds]
emacsomancer has quit [Read error: Connection reset by peer]
kpoeck has joined #lisp
SGASAU` has joined #lisp
ayuce has joined #lisp
emacsomancer has joined #lisp
SGASAU has quit [Ping timeout: 260 seconds]
dalz has joined #lisp
rwcom341749 has joined #lisp
SGASAU` has quit [Ping timeout: 256 seconds]
rwcom34174 has quit [Ping timeout: 256 seconds]
buffergn0me has joined #lisp
SGASAU``` has joined #lisp
sugarwren has quit [Ping timeout: 265 seconds]
Jesin has joined #lisp
lavaflow has joined #lisp
yankM has quit [Ping timeout: 256 seconds]
sugarwren has joined #lisp
EvW1 has quit [Read error: Connection reset by peer]
SGASAU``` has quit [Ping timeout: 246 seconds]
karswell has quit [Ping timeout: 246 seconds]
Kundry_Wag has joined #lisp
SGASAU``` has joined #lisp
dmc00 has joined #lisp
yankM has joined #lisp
Jesin has quit [Ping timeout: 260 seconds]
Kundry_Wag has quit [Ping timeout: 258 seconds]
kpoeck has quit [Remote host closed the connection]
nika has quit []
madage has quit [Remote host closed the connection]
madage has joined #lisp
SGASAU``` has quit [Ping timeout: 260 seconds]
sugarwren has quit [Ping timeout: 246 seconds]
slyrus has joined #lisp
oni-on-ion has joined #lisp
liberliver has joined #lisp
Kundry_Wag has joined #lisp
liberliver has quit [Ping timeout: 272 seconds]
liberliver has joined #lisp
Kundry_Wag has quit [Ping timeout: 246 seconds]
Jesin has joined #lisp
gravicappa has quit [Ping timeout: 260 seconds]
kpoeck has joined #lisp
housel has joined #lisp
lacroixboy_ has quit [Ping timeout: 256 seconds]
ayuce has left #lisp ["ERC (IRC client for Emacs 28.0.50)"]
sugarwren has joined #lisp
karayan has quit [Remote host closed the connection]
karayan has joined #lisp
McParen has left #lisp [#lisp]
hsaziz has joined #lisp
sugarwren has quit [Quit: Leaving]
hsaziz has quit [Client Quit]
Kundry_Wag has joined #lisp
kpoeck has left #lisp [#lisp]
Kundry_Wag has quit [Ping timeout: 264 seconds]
Lord_of_Life_ has joined #lisp
Lord_of_Life has quit [Ping timeout: 240 seconds]
Lord_of_Life_ is now known as Lord_of_Life
ljavorsk has joined #lisp
hiroaki_ has quit [Ping timeout: 240 seconds]
pve has quit [Quit: leaving]
Kundry_Wag has joined #lisp
buffergn0me has quit [Ping timeout: 240 seconds]
Kundry_Wag has quit [Ping timeout: 246 seconds]
dale has joined #lisp
cosimone has quit [Ping timeout: 260 seconds]
Kundry_Wag has joined #lisp
Kundry_Wag has quit [Remote host closed the connection]
Kundry_Wag has joined #lisp
ArthurStrong has joined #lisp
hsaziz has joined #lisp
dalz has quit [Remote host closed the connection]
shka_ has quit [Ping timeout: 272 seconds]
arpunk has quit [Remote host closed the connection]
arpunk has joined #lisp
frgo has quit [Remote host closed the connection]
frgo has joined #lisp
random-nick has quit [Ping timeout: 256 seconds]
ealfonso has joined #lisp
SGASAU has joined #lisp
Kundry_Wag has quit [Remote host closed the connection]
Kundry_Wag has joined #lisp
ljavorsk has quit [Ping timeout: 272 seconds]
ealfonso has quit [Quit: ERC (IRC client for Emacs 26.3)]
buffergn0me has joined #lisp
PuercoPope has joined #lisp
ejalfonso has joined #lisp
abhixec has joined #lisp
wxie has joined #lisp
orivej has joined #lisp
wxie has quit [Ping timeout: 272 seconds]
jason_m has left #lisp ["Killed buffer"]
akoana has left #lisp ["Leaving"]
terpri has quit [Remote host closed the connection]
terpri has joined #lisp
Jesin has quit [Quit: Leaving]
Jesin has joined #lisp
terpri has quit [Remote host closed the connection]
terpri has joined #lisp