jackdaniel 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/>
sloanr has joined #commonlisp
skeemer has quit [Ping timeout: 245 seconds]
RDMengineer has quit [Ping timeout: 245 seconds]
RDMengineer has joined #commonlisp
yitzi has joined #commonlisp
yitzi has quit [Client Quit]
RDMengineer1 has joined #commonlisp
RDMengineer has quit [Ping timeout: 276 seconds]
RDMengineer1 is now known as RDMengineer
bpanthi977 has quit [Ping timeout: 276 seconds]
bpanthi977 has joined #commonlisp
surabax has quit [Quit: Leaving]
RDMengineer4 has joined #commonlisp
decweb has quit [Quit: Konversation terminated!]
RDMengineer has quit [Ping timeout: 276 seconds]
decweb has joined #commonlisp
decweb has quit [Client Quit]
RDMengineer has joined #commonlisp
RDMengineer4 has quit [Ping timeout: 245 seconds]
bitmapper has quit [Quit: Connection closed for inactivity]
eileithyia has joined #commonlisp
eileithyia has left #commonlisp [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
random-nick has quit [Ping timeout: 272 seconds]
NotThatRPG has joined #commonlisp
bpanthi977 has quit [Ping timeout: 276 seconds]
NotThatRPG has quit [Ping timeout: 248 seconds]
decweb has joined #commonlisp
bpanthi977 has joined #commonlisp
Ruby has quit [Quit: ZNC - https://znc.in]
<veqq> beach: Tangentially, https://eyg.run/ has an intermediary AST format. I really like saving the AST and e.g. switching between implementations!
<ixelp> EYG
<beach> veqq: What do you mean by switching between implementations?
<veqq> create an AST ... in an implementation independent way
<veqq> You wrote above
<beach> Well, I don't know eyg, so I don't know how many implementations it has. And if you are not referring to eyg implementations, I don't know what implementations you are referring to.
<beach> Or maybe your phrase about eyg is independent of the one about switching between implementations?
<veqq> Oh, I'm sorry. phoe wrote it, not you. But just above in the chat he wrote: The second part is also important to get across, i.e., that we can now create an AST and a HIR graph in an implementation-independent way.
Ruby has joined #commonlisp
<veqq> About CL and presumably SICL
<beach> Oh, I see. Yes, the ASTs and also the HIR we now produce are not tied to any particular implementation.
<beach> But of course, to change between Common Lisp implementations, each one would have to have a compiler that starts by reading the Iconoclast AST or the HIR.
Ruby has quit [Client Quit]
<veqq> But it's SO AMAZING that we can start at this part now!
<veqq> Really, great work
<beach> Oh, thank you for saying so.
<beach> It would be great if existing implementations would replace the first part of the compiler and instead use our ASTs and HIR, but I have absolutely not reason to believe that will ever happen, so the target audience would be creators of new Common Lisp implementations who want to save a lot of wor.
<beach> work.
<beach> s/not reason/no reason/ [coffee hasn't kicked in yet].
<veqq> Tangentially, how much work in your estimation would be needed to change it (and idk, e.g. sbcl) to a scheme-like? (e.g. lisp-1 while keeping the efficiency, renaming and implementing the few funcs are easy) I'm curious how far the modularity gains could stretch
decweb has quit [Quit: Konversation terminated!]
King_julian has joined #commonlisp
<beach> That's a tough question. Iconoclast uses the s-expression-syntax library that has a parser for each Common Lisp special form and each standard macro form. A new grammar would have to be created for Scheme.
<beach> And then, new AST classes may have to be created. And builder methods that create those AST classes from what the s-expression-syntax library does have to be defined.
Guest9155 has joined #commonlisp
jonatack has joined #commonlisp
ari` has joined #commonlisp
ari`` has joined #commonlisp
jon_atack has quit [Ping timeout: 265 seconds]
King_julian has quit [Remote host closed the connection]
<ari``> Hello, this is ari this is my first time here.
<beach> Hello ari`. Welcome!
<ari``> Hi Beach, nice to hear from you!
<beach> ari`: What brings you to #commonlisp?
<ari``> I have just started using CL about 4 months ago and I wanted to connect, I started lookin at CLOG for frontent and dbotton mentioned this group
<ari``> I have been an emacs user for awhile.
zwr has quit [Read error: Connection reset by peer]
<veqq> Hey! Nice to see you
<veqq> What kinds of things do you write?
<ari``> I am just trying to write some web apps now.
Guest9155 has quit [Ping timeout: 276 seconds]
<ari``> Small business applications.
<ari``> how bout you guys?
<veqq> Do you have any examples? I'm curious how it goes. dbutton helped me with packaging in the past, but I've never really done front end/needed displays.
<ari``> I just started looking at it today. I spent the last week using parenscript. And although it is very nice to talk JS with sexp, i don't like thinking in JS.
<veqq> In the past, I did e.g. mining software for clients, taking in a bunch of data and deciding on blasting plans. Nowadays, equity valuation. Mostly in a prologesque DSL
<ari``> Very cool!
thuna` has quit [Ping timeout: 276 seconds]
<ari``> is the prolgesque dsl written on top of CL?
<veqq> Well, that's not true. I have a map based side project. I explored clojurescript and gleam for this, even learned tcl
<veqq> Yes! It's on CL
zwr has joined #commonlisp
Ruby has joined #commonlisp
<ari``> How did you find clojurescript? I am afraid that it would be too big at the end.
<veqq> It started as CL, got some parts in Racket and Go, then replaced the Racket with CL. The Go code is all from data sources to the DB or from the DB to clients
<ari``> I am teaching a course now Using "The Little Learner"
<ari``> all racket based.
<ari``> pretty fun stuff
<veqq> Oh! Great book! There was a little reading group for it last year. A guy was porting it to Clojure
<veqq> I'm curious how that teaching is going. Are students receptive etc.?
LainIwakura has quit [Quit: Client closed]
<veqq> I'd be surprised if clojurescript is bigger than what clog outputs. I had like 80kb
<ari``> I started the semesester using PAIP, then moved to the little learner. I think the students are more receptive the more they get into it. The hard part for them, especially in CL, is setting up a new environmnet like emacs. Most are using modern ide
<veqq> Side question, would either of you like an invite to lobste.rs ?
<ari``> what is it?
<ari``> rust?
<veqq> clojurescript is hard to judge. I really like some of clojure's innovations and use them on personal projects (e.g. map macros) besides fset. The community is pretty good (m.b. they all use slack) but I mostly struggled with everything conceptually
<veqq> Not knowing front end, most guides are useless because everything's in JS which I... don't really know either, or worse a specific js library. So it was painful to try to make gluecode between my janky clojurescript pages and random apis/iframes / weird mixin libraries
<veqq> lobste.rs is like hackernews, but only tech no business
<ari``> I was going to try clojure out, but felt like I'd rather spend some time with CL first for a long while. I do freaking love it
<veqq> I'd love to hear more about this course! My efforts in the last years are basically marrying PAIP with the Little Learner. I mean, I found e.g. Annotated Logic and my fuzzy prolog is pretty nice, but my conceptual foundation isn't that great
<veqq> I'm curious how you synthesize everything compared to by haphazard approach
<veqq> But also they seem to have such different material, it's interesting that editors went from symbolics to learning
<ari``> I am basically learning the material as I am teaching it. Only got thru upto and Including ELIZA in PAIP.
<ari``> I think they are almost like completely different subjects.
<veqq> Who are you teaching? What's your own background?
<ari``> I would like to get up thru the prolog material. I the the "the little " series has a book on logic programming as well.
<veqq> They aren't entirely unrelated, in production you'd use some sort of symbolic framework as guardrails and training also gains from this
<ari``> yes, i have heard about using combination of GOFAI and DEEPLearning. Could be very useful.
<ari``> I am teaching masters course at Brooklyn College.
<ari``> When I say completely different I kind mean they are really coming from the problem at such different approaches and the underlying prinicples are very different.
<veqq> Yes, the approaches have basically nothing in common. That's why I was a bit shocked that emacs could make you switch things around so much
<veqq> How broad was the course description? And how'd you end up teaching it if you're learning along with the students?
<ari``> I would love the invite to lobste.rs if you could pass along, that would be great!
<veqq> miiniKanren like in the reasoned schemer is fairly different from prolog but generally does the same stuff. It's really cool with future applications to config automation etc. It's really baffling that people use yaml when... prolog exists. :D
<ari``> The course was a very old course that was never updated. It really was meant as A GOFAI course. But when students sign up they expect to learn Machine Learning, because the name of the course is AI. In Our school, machine learning is more taught in a Data Science course.
<ari``> They hadn't has someone to teach in several years so I offered.
<veqq> IDK how much material you can give students etc. but I think it's possible to cover implementation in 1 class, but... the possibilities for using an implementation stretch across many courses!
<veqq> pm me your email, for the invite (the accounts are attatched to an email address)
<ari``> When you say implementation do you mean SBCL + emacs?
<veqq> I mean an implementation on minikanren
<ari``> Many students today are so tied to their IDE's and 99% don't even use vim.
<veqq> or prolog, even, potentially (the fundamental idea is pretty simple magic)
<ari``> I would love to hit the prolog stuff from PAIP.
<ari``> Original intention was to stay on PAIP but I felt the students wanted to move onto machine learning
<ari``> I am pretty flexible.
<ari``> veqq, i Have to run, but it has been super nice chatting with you! Hope to speak again.
<veqq> Likewise!
<veqq> Sweet dreams!
<ari``> you too! where are you btw?
<veqq> Syracuse atm
<ari``> ny?
<veqq> Yes
<ari``> nice!
<ari``> I'm in brooklyn
<ari``> hope to speak again sometime!
<veqq> I briefly worked/lived there a few years ago
<ari``> GN!
<veqq> Feel free to return!
<ari``> see you soon!
<ari``> exit
ari` has left #commonlisp [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
ari`` has left #commonlisp [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
mishoo has joined #commonlisp
LainIwakura has joined #commonlisp
LainIwakura has quit [Quit: Client closed]
triffid has quit [Remote host closed the connection]
triffid has joined #commonlisp
LainIwakura has joined #commonlisp
LainIwakura has quit [Write error: Broken pipe]
King_julian has joined #commonlisp
bpanthi977 has quit [Ping timeout: 276 seconds]
bjorkintosh has quit [Ping timeout: 260 seconds]
bjorkintosh has joined #commonlisp
King_julian has quit [Ping timeout: 252 seconds]
istewart has quit [Quit: Konversation terminated!]
shka has joined #commonlisp
edgar-rft` has joined #commonlisp
Oddity has joined #commonlisp
edgar-rft has quit [Ping timeout: 276 seconds]
user2 has joined #commonlisp
pve has joined #commonlisp
notzmv has joined #commonlisp
mishoo has quit [Ping timeout: 276 seconds]
notzmv has quit [Ping timeout: 276 seconds]
notzmv has joined #commonlisp
mgl has joined #commonlisp
ewig has joined #commonlisp
pabs3 has quit [Ping timeout: 276 seconds]
<fengshaun> If I want to break up my project into libraries and the domain specific parts, is the convention "lib/" or "vendor/" or something else?
mala has quit [Ping timeout: 248 seconds]
<fengshaun> I have "src/" that contains everything so far, but parts of my code can be independently used
<fengshaun> looking for convention on file and directory structure
gooba` has quit [Ping timeout: 252 seconds]
rgherdt has joined #commonlisp
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 276 seconds]
<veqq> fengshaun: Itdepends, of course
<veqq> asdf? People even disagree on a package per file or not
Pixel_Outlaw has quit [Quit: Leaving]
<veqq> like /lib/project-name/src seemspointless to me, but I've seen it!
<veqq> Here's a good large project, as an example: https://github.com/lem-project/lem/tree/main/src
<ixelp> lem/src at main · lem-project/lem
gooba` has joined #commonlisp
<veqq> fengshaun: compare it to: https://xach.com/lisp/quickproject/
<ixelp> Quickproject - create a Common Lisp project skeleton
bjorkintosh has quit [Remote host closed the connection]
ingeniot has joined #commonlisp
bjorkintosh has joined #commonlisp
bjorkintosh has joined #commonlisp
<veqq> A big complication is that most (old) discussions are very OOP and I don't ...grok OOP. But they e.g. spend more time on how to arrange classes in a file than what to do with the files.
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 260 seconds]
Lord_of_Life_ is now known as Lord_of_Life
<beach> veqq: You must be referring to class-based object-oriented programming, as opposed to CLOS, yes?
<veqq> Yes. As an example though, I mean e.g. with main an condition classes as separate items, but funcs as a single point :D
<ixelp> In which order should lisp functions be defined?
<beach> I don't know what that means. And I don't see what the problem is.
Noisytoot has quit [Excess Flood]
Noisytoot has joined #commonlisp
Guest47 has joined #commonlisp
Guest47 has quit [Quit: Textual IRC Client: www.textualapp.com]
mishoo has joined #commonlisp
veqq has quit [Ping timeout: 252 seconds]
Cymew has joined #commonlisp
pabs3 has joined #commonlisp
bjorkintosh has quit [Ping timeout: 276 seconds]
ingeniot has quit [Ping timeout: 240 seconds]
bjorkintosh has joined #commonlisp
bjorkintosh has joined #commonlisp
Cymew has quit [Quit: Konversation terminated!]
Cymew has joined #commonlisp
GalaxyNova has quit [Ping timeout: 245 seconds]
bjorkintosh has quit [Ping timeout: 260 seconds]
Cymew has quit [Quit: Konversation terminated!]
Cymew has joined #commonlisp
bjorkintosh has joined #commonlisp
bjorkintosh has joined #commonlisp
jeffrey has joined #commonlisp
varjag has joined #commonlisp
ingeniot has joined #commonlisp
jeffrey has quit [Quit: jeffrey]
Cymew has quit [Quit: Konversation terminated!]
Cymew has joined #commonlisp
jeffrey has joined #commonlisp
surabax has joined #commonlisp
surabax has quit [Changing host]
surabax has joined #commonlisp
ingeniot has quit [Ping timeout: 240 seconds]
luis has quit [Ping timeout: 248 seconds]
JuanDaugherty has joined #commonlisp
hineios230 has quit [Ping timeout: 265 seconds]
treflip has joined #commonlisp
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 248 seconds]
Cymew has quit [Quit: Konversation terminated!]
Cymew has joined #commonlisp
ingeniot has joined #commonlisp
ewig has quit [Remote host closed the connection]
foomar has joined #commonlisp
JuanDaugherty is now known as ColinRobinson
decweb has joined #commonlisp
ingeniot has quit [Quit: Client closed]
ingeniot has joined #commonlisp
Cymew has quit [Quit: Konversation terminated!]
Cymew has joined #commonlisp
ColinRobinson has quit [Quit: praxis.meansofproduction.biz (juan@acm.org)]
Cymew has quit [Quit: Konversation terminated!]
Cymew has joined #commonlisp
ari` has joined #commonlisp
<ari`> good morning
Cymew has quit [Quit: Konversation terminated!]
Cymew has joined #commonlisp
ari` has left #commonlisp [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
pranav has quit [Remote host closed the connection]
<wbooze> morning
ingeniot has quit [Ping timeout: 240 seconds]
<beach> Hello wbooze.
<wbooze> hello beach!
foomar has quit [Ping timeout: 260 seconds]
<wbooze> oh i must log out of windows, because docker installation demands it
<wbooze> oh man
<wbooze> brb
wbooze has quit [Quit: Leaving]
random-nick has joined #commonlisp
aadcg has joined #commonlisp
aadcg has quit [Remote host closed the connection]
wbooze has joined #commonlisp
aadcg has joined #commonlisp
treflip` has joined #commonlisp
aadcg has quit [Remote host closed the connection]
treflip has quit [Ping timeout: 248 seconds]
aadcg has joined #commonlisp
LainIwakura has joined #commonlisp
aadcg is now known as test`
test` is now known as pppsolfsdklf
pppsolfsdklf is now known as aadcg
LainIwakura has quit [Client Quit]
aadcg has quit [Remote host closed the connection]
aadcg has joined #commonlisp
LainIwakura has joined #commonlisp
LainIwakura has quit [Client Quit]
aadcg has quit [Remote host closed the connection]
aadcg has joined #commonlisp
aadcg` has joined #commonlisp
LainIwakura has joined #commonlisp
aadcg has quit [Remote host closed the connection]
aadcg` has quit [Remote host closed the connection]
aadcg has joined #commonlisp
aadcg has quit [Remote host closed the connection]
aadcg has joined #commonlisp
aadcg has quit [Remote host closed the connection]
aadcg has joined #commonlisp
zablozki has joined #commonlisp
jeffrey has quit [Quit: jeffrey]
aadcg` has joined #commonlisp
aadcg` has quit [Remote host closed the connection]
aadcg has quit [Remote host closed the connection]
aadcg has joined #commonlisp
aadcg has quit [Remote host closed the connection]
aadcg has joined #commonlisp
aadcg has quit [Remote host closed the connection]
<wbooze> hmm, the display size/resolution changed on relogin, so i had to reboot instead...
<wbooze> the VM
<wbooze> seems it had to do some merging FS wise
<wbooze> hmm i also installed steam and steam updated after reboot, not sure if it's feasible to use it, i mean i seldom play, just for testing the VM mostly
<wbooze> heh
jeffrey has joined #commonlisp
<zablozki> Good Morning
Guest47 has joined #commonlisp
<beach> Hello zablozki.
<zablozki> GM beach
<beach> zablozki: Are you new here? I don't recognize your nick.
<zablozki> Yes joined last nite.
<beach> Great! Welcome!
<zablozki> Thanks!!
Guest47 has quit [Client Quit]
mange has quit [Remote host closed the connection]
treflip`` has joined #commonlisp
treflip` has quit [Read error: Connection reset by peer]
<zablozki> I am just reading through https://rabbibotton.github.io/clog/cltt.pdf lots of fun tidbits.
treflip`` has quit [Ping timeout: 260 seconds]
skeemer has joined #commonlisp
<beach> zablozki: Are you just starting with Common Lisp, or do you have some experience already?
chiselfuse has quit [Remote host closed the connection]
chiselfuse has joined #commonlisp
NotThatRPG has joined #commonlisp
skin has quit [Ping timeout: 252 seconds]
Cymew has quit [Quit: Konversation terminated!]
Cymew has joined #commonlisp
Cymew has quit [Client Quit]
<sixfourtwelve> Afternoon all o/
<beach> Hello sixfourtwelve.
<sixfourtwelve> How're we all :)
bpanthi977 has joined #commonlisp
<beach> sixfourtwelve: Are you new here? I don't recognize your nick.
<sixfourtwelve> I am yes, I was in the lisp discord for a while, haven't touched lisp in, god maybe 6-7 years
<beach> I see. Welcome to #commonlisp.
<sixfourtwelve> Thanks! hoping to get back into CL. Lisp's have always had a place in my heart since growing up
<zablozki> Hello sixfourtwelve
<sixfourtwelve> zablozki: Hello :)
user2 has quit [Ping timeout: 244 seconds]
Guest6870 has joined #commonlisp
Thermoriax has quit [Ping timeout: 260 seconds]
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
LainIwakura has quit [Quit: Client closed]
uhuh has joined #commonlisp
treflip has joined #commonlisp
uhuh has quit [Changing host]
uhuh has joined #commonlisp
jeffrey has quit [Quit: jeffrey]
bpanthi977 has quit [Ping timeout: 248 seconds]
bpanthi977 has joined #commonlisp
LainIwakura has joined #commonlisp
yitzi has joined #commonlisp
NotThatRPG has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Client Quit]
treflip` has joined #commonlisp
treflip has quit [Ping timeout: 252 seconds]
jeffrey has joined #commonlisp
eddof13 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 260 seconds]
yitzi has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
surabax has quit [Quit: Leaving]
Thermoriax has joined #commonlisp
eddof13 has quit [Quit: eddof13]
<beach> zablozki: You never answered my question, but never mind. If you are new to Common Lisp, I recommend #clschool which exists precisely to answer (often relatively basic) questions about the language and its implementation.
bpanthi977 has joined #commonlisp
NotThatRPG has joined #commonlisp
mgl has quit [Ping timeout: 252 seconds]
gilberth has quit [Quit: Common Lisp IRC library - http://common-lisp.net/project/cl-irc]
gilberth has joined #commonlisp
fristed has quit [Ping timeout: 248 seconds]
fristed has joined #commonlisp
NotThatRPG has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
waleee has joined #commonlisp
loke has joined #commonlisp
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Client Quit]
uhuh` has joined #commonlisp
uhuh` has quit [Remote host closed the connection]
delvarus has joined #commonlisp
uhuh has quit [Ping timeout: 244 seconds]
Oddity has quit [Ping timeout: 276 seconds]
skeemer has quit [Ping timeout: 260 seconds]
Guest6870 has quit [Ping timeout: 248 seconds]
wbooze has quit [Read error: Connection reset by peer]
wbooze has joined #commonlisp
eddof13 has joined #commonlisp
cage has joined #commonlisp
varjag has quit [Ping timeout: 244 seconds]
LainIwakura has quit [Quit: Client closed]
scymtym has quit [Remote host closed the connection]
scymtym has joined #commonlisp
Oddity has joined #commonlisp
LainIwakura has joined #commonlisp
LainIwakura has quit [Ping timeout: 240 seconds]
treflip`` has joined #commonlisp
pranav has joined #commonlisp
ewig has joined #commonlisp
treflip` has quit [Ping timeout: 260 seconds]
bpanthi977 has quit [Ping timeout: 276 seconds]
gorignak has quit [Quit: quit]
bpanthi977 has joined #commonlisp
TactfulCitrus has quit [Ping timeout: 272 seconds]
LainIwakura has joined #commonlisp
jeffrey has quit [Ping timeout: 260 seconds]
bpanthi977 has quit [Ping timeout: 260 seconds]
mishoo has quit [Ping timeout: 244 seconds]
triffid has quit [Remote host closed the connection]
ingeniot has joined #commonlisp
Oddity has quit [Ping timeout: 276 seconds]
bpanthi977 has joined #commonlisp
veqq has joined #commonlisp
delvarus has left #commonlisp [Leaving]
triffid has joined #commonlisp
bpanthi977 has quit [Remote host closed the connection]
bpanthi977 has joined #commonlisp
LainIwakura has quit [Ping timeout: 240 seconds]
bpanthi977 has quit [Ping timeout: 276 seconds]
TMA has quit [Ping timeout: 276 seconds]
Guest47_ has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
LainIwakura has joined #commonlisp
skeemer has joined #commonlisp
treflip`` has quit [Remote host closed the connection]
yitzi has joined #commonlisp
JuanDaugherty has joined #commonlisp
gorignak has joined #commonlisp
eddof13 has quit [Quit: eddof13]
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
mgl has joined #commonlisp
ewig has quit [Remote host closed the connection]
eddof13 has joined #commonlisp
yitzi_ has joined #commonlisp
yitzi has quit [Remote host closed the connection]
yitzi_ has quit [Client Quit]
yitzi has joined #commonlisp
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 265 seconds]
gorignak has quit [Quit: quit]
bpanthi977 has joined #commonlisp
gorignak has joined #commonlisp
ingeniot has quit [Quit: Client closed]
tr4gic has joined #commonlisp
notzmv has quit [Remote host closed the connection]
gorignak has quit [Ping timeout: 252 seconds]
gorignak has joined #commonlisp
varjag has joined #commonlisp
mala has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
kevingal has joined #commonlisp
bpanthi977 has quit [Remote host closed the connection]
bpanthi977 has joined #commonlisp
wbooze has quit [Read error: Connection reset by peer]
eddof13 has quit [Quit: eddof13]
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
bpanthi977 has quit [Ping timeout: 276 seconds]
LainIwakura has quit [Ping timeout: 240 seconds]
notzmv has joined #commonlisp
istewart has joined #commonlisp
randm has quit [Remote host closed the connection]
randm has joined #commonlisp
GalaxyNova has joined #commonlisp
Guest47_ has quit [Quit: Textual IRC Client: www.textualapp.com]
attila_lendvai_ has joined #commonlisp
eddof13 has joined #commonlisp
attila_lendvai has quit [Ping timeout: 244 seconds]
cage has quit [Quit: rcirc on GNU Emacs 30.1]
wbooze has joined #commonlisp
LainIwakura has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
TMA has joined #commonlisp
johnjaye has quit [Ping timeout: 276 seconds]
yitzi has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
gorignak has quit [Ping timeout: 248 seconds]
luis3 has joined #commonlisp
shka has quit [Quit: Konversation terminated!]
Oddity has joined #commonlisp
notzmv has quit [Ping timeout: 276 seconds]
m5zs7k has quit [Ping timeout: 252 seconds]
m5zs7k has joined #commonlisp
mgl has quit [Ping timeout: 276 seconds]
bpanthi977 has joined #commonlisp
johnjaye has joined #commonlisp
bpanthi977 has quit [Ping timeout: 265 seconds]
mala has quit [Ping timeout: 260 seconds]
mala has joined #commonlisp
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Remote host closed the connection]
bpanthi977 has joined #commonlisp
gorignak has joined #commonlisp
Pixel_Outlaw has quit [Quit: Leaving]
varjag has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.2)]
Pixel_Outlaw has joined #commonlisp
LainIwakura has quit [Ping timeout: 240 seconds]
rgherdt has quit [Quit: Leaving]
eddof13 has quit [Quit: eddof13]
eddof13 has joined #commonlisp
NotThatRPG has joined #commonlisp
LainIwakura has joined #commonlisp
brainfunnel has quit [Ping timeout: 248 seconds]
brainfunnel has joined #commonlisp
bpanthi977 has quit [Ping timeout: 276 seconds]
bpanthi977 has joined #commonlisp
tr4gic has quit [Ping timeout: 248 seconds]
eddof13 has quit [Quit: eddof13]
NotThatRPG has quit [Quit: Textual IRC Client: www.textualapp.com]
pve has quit [Quit: leaving]
tr4gic has joined #commonlisp
tr4gic has quit [Max SendQ exceeded]
<skeemer> do we have the possibility to have parameterized modules in common lisp ? in a way similar to ocaml functors?
tr4gic has joined #commonlisp
NotThatRPG has joined #commonlisp
fart_cat has quit [Quit: Leaving]
fart_cat has joined #commonlisp
skeemer has quit [Ping timeout: 276 seconds]
LainIwakura has quit [Quit: Client closed]
LainIwakura has joined #commonlisp
LainIwakura has quit [Quit: Client closed]
JuanDaugherty has quit [Quit: praxis.meansofproduction.biz (juan@acm.org)]