Xach 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>
lottaquestions has joined #commonlisp
cjb87253 has joined #commonlisp
cjb has quit [Ping timeout: 260 seconds]
cjb87253 is now known as cjb
dre has quit [Quit: Leaving]
pranavats has left #commonlisp [Disconnected: Replaced by new connection]
pranavats has joined #commonlisp
kakuhen has joined #commonlisp
asarch has joined #commonlisp
lottaquestions has quit [Ping timeout: 260 seconds]
jasom has quit [Ping timeout: 260 seconds]
waleee has quit [Ping timeout: 250 seconds]
jasom has joined #commonlisp
CptKirk has quit [Ping timeout: 252 seconds]
tyson2 has quit [Remote host closed the connection]
Psybur has quit [Ping timeout: 252 seconds]
prxq_ has quit [Ping timeout: 252 seconds]
prxq has joined #commonlisp
CptKirk has joined #commonlisp
CptKirk23 has joined #commonlisp
CptKirk has left #commonlisp [#commonlisp]
taiju has quit [Ping timeout: 250 seconds]
taiju has joined #commonlisp
CptKirk23 has quit [Client Quit]
<beach> Good morning everyone!
Alfr has quit [Remote host closed the connection]
Alfr has joined #commonlisp
kakuhen has quit [Quit: Leaving...]
semz has quit [Ping timeout: 252 seconds]
jealousmonk has quit [Remote host closed the connection]
semz has joined #commonlisp
Michal has joined #commonlisp
<Michal> Good Morning All
<beach> Hello Michal.
karlosz has joined #commonlisp
<Michal> Hello Beach
<Michal> How are you doing today?
<beach> I am fine thank you. You too I hope. But how I am is really off-topic. :)
<beach> We are making great progress with SICL code generation, so I am quite pleased with that. I can see the light at the end of the tunnel.
<Michal> Well that is great :) I read about it from time to time, so looking forward to seeing it. Well let me make it on-topic :)
<Michal> I was curious on if there was a way to search for existing functions loaded in my image by their name or docstring
<beach> clhs apropos
<Michal> Thanks. Is there a way to search by docstring?
<beach> Not in the standard. You need to know the name you want documentation for.
<Michal> Thanks, makes sense
Michal has left #commonlisp [ERC (IRC client for Emacs 27.1)]
dre has joined #commonlisp
<moon-child> I believe this is what is traditionally referred to as a 'hit and run'
<beach> Heh.
Oladon has quit [Quit: Leaving.]
Qwnavery has quit [Quit: WeeChat 3.3]
cjb has quit []
shka has joined #commonlisp
dre_ has joined #commonlisp
jdz has quit [*.net *.split]
fishfinger has quit [*.net *.split]
victor has quit [*.net *.split]
danieli has quit [*.net *.split]
gabc has quit [*.net *.split]
griffinmb has quit [*.net *.split]
commandoline has quit [*.net *.split]
griffinmb has joined #commonlisp
commandoline has joined #commonlisp
gabc has joined #commonlisp
jdz has joined #commonlisp
victor has joined #commonlisp
danieli has joined #commonlisp
dre_ has quit [Remote host closed the connection]
dre has quit [Ping timeout: 260 seconds]
fishfinger has joined #commonlisp
sm2n has quit [*.net *.split]
Xach has quit [*.net *.split]
Colleen has quit [*.net *.split]
micro has quit [*.net *.split]
fe[nl]ix has quit [*.net *.split]
fiddlerwoaroof has quit [*.net *.split]
energizer has quit [*.net *.split]
mgxm has quit [*.net *.split]
mason has quit [*.net *.split]
contrapunctus has quit [*.net *.split]
derwolf has quit [*.net *.split]
spec has quit [*.net *.split]
spacebat1 has quit [*.net *.split]
froggey has quit [*.net *.split]
Kabouik has quit [*.net *.split]
totoro has quit [*.net *.split]
micro has joined #commonlisp
Xach has joined #commonlisp
mason has joined #commonlisp
mason has joined #commonlisp
mason has quit [Changing host]
Kabouik has joined #commonlisp
totoro has joined #commonlisp
totoro has joined #commonlisp
totoro has quit [Changing host]
froggey has joined #commonlisp
Colleen has joined #commonlisp
Kabouik has joined #commonlisp
Kabouik has quit [Changing host]
derwolf has joined #commonlisp
sm2n has joined #commonlisp
mgxm has joined #commonlisp
mrSpec has joined #commonlisp
fe[nl]ix has joined #commonlisp
spacebat1 has joined #commonlisp
energizer has joined #commonlisp
fiddlerwoaroof has joined #commonlisp
spiaggia has joined #commonlisp
attila_lendvai has joined #commonlisp
rgherdt has joined #commonlisp
amb007 has quit [Ping timeout: 252 seconds]
amb007 has joined #commonlisp
Cymew has joined #commonlisp
Cymew has quit [Ping timeout: 250 seconds]
selwyn has joined #commonlisp
pve has joined #commonlisp
dre has joined #commonlisp
asarch has quit [Quit: Leaving]
Cymew has joined #commonlisp
karlosz has quit [Ping timeout: 252 seconds]
amb007 has quit [Ping timeout: 252 seconds]
spiaggia has left #commonlisp [ERC Version 5.3 (IRC client for Emacs)]
amb007 has joined #commonlisp
<pjb> beach: what's the bus factor of sicp?
<pjb> beach: I'm not sure your health is entirely off-topic of CL…
<pjb> s/sicp/sicl/
asarch has joined #commonlisp
<pjb> search-in-docstring ^
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
Devon has quit [Read error: Connection reset by peer]
Devon has joined #commonlisp
<beach> pjb: I think I have taken steps to make myself as replaceable as possible. Most of the techniques are documented in the form of published papers or in the specification. Much of the code has been extracted to independent repositories, usually well documented and including tests. Remaining code is often highly modular and often well commented.
gaqwas has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
taiju has quit [Ping timeout: 260 seconds]
<beach> pjb: Bike and karlosz know the compiler fairly well. heisig knows a lot about HIR because he wrote the HIR evaluator. The register allocator was largely written by hayley. The reader is Eclector, so scymtym knows about it. heisig also wrote the entire implementation fo the sequence functions.
<beach> pjb: That leaves the details of the bootstrapping technique that I am currently the only one who understands.
<beach> Plus, the bootstrapping procedure not being entirely finished, the documentation is not accurate at this point.
taiju has joined #commonlisp
<beach> Gnuxie knows the assembler and the disassembler. lonjil did a large part of the printer.
<beach> froggey did the struct module.
<beach> pjb: Is that good enough?
<beach> I would love to have someone else work on bootstrapping, because that aspect is essential for a final system.
<CodeBitCookie[m]> Good Morning Everyone!
<beach> Hello CodeBitCookie[m].
<CodeBitCookie[m]> SBCL is giving me an error
<CodeBitCookie[m]> "Unable to load any of the alternatives: libssl ......."
<beach> FFI stuff?
<CodeBitCookie[m]> [Condition of type CFFI:LOAD-FOREIGN-LIBRARY-INSTEAD]
<CodeBitCookie[m]> beach: yes
<CodeBitCookie[m]> when trying to (ql:quickload :my-project)
<mfiano> Make sure you are using the latest release of SBCL and the Quicklisp dist, and then probably a question for #sbcl
<CodeBitCookie[m]> I get this on many projects depending on what I put in ":depends-on"
<CodeBitCookie[m]> mfiano: okay. I have SBCL Version 2.1.2 and Quicklisp is already latest
Mandus has quit [Ping timeout: 252 seconds]
Mandus has joined #commonlisp
asarch has quit [Quit: Leaving]
<flip214> CodeBitCookie[m]: you need to have some libraries available - in this case, OpenSSL.
cosimone has joined #commonlisp
Alfr has quit [Quit: Leaving]
gaqwas has quit [Ping timeout: 245 seconds]
Alfr has joined #commonlisp
selwyn has quit [Read error: Connection reset by peer]
terrorjack has quit [Ping timeout: 265 seconds]
JooTvora[m] has left #commonlisp [#commonlisp]
cosimone` has joined #commonlisp
cosimone has quit [Ping timeout: 245 seconds]
cosimone` has quit [Ping timeout: 265 seconds]
taiju has quit [Ping timeout: 245 seconds]
luna-is-here has quit [Quit: luna-is-here]
dim has joined #commonlisp
Devon has quit [Ping timeout: 245 seconds]
luna-is-here has joined #commonlisp
cosimone has joined #commonlisp
taiju has joined #commonlisp
terrorjack has joined #commonlisp
dre has quit [Ping timeout: 265 seconds]
random-nick has joined #commonlisp
Cymew has quit [Ping timeout: 245 seconds]
scymtym has quit [Ping timeout: 265 seconds]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
VincentVega has joined #commonlisp
Inline has quit [Ping timeout: 240 seconds]
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
frgo has quit [Remote host closed the connection]
frgo has joined #commonlisp
specbot has quit [Read error: Connection reset by peer]
minion has quit [Remote host closed the connection]
minion has joined #commonlisp
specbot has joined #commonlisp
scymtym has joined #commonlisp
jeosol has quit [Quit: Ping timeout (120 seconds)]
jeosol has joined #commonlisp
contrapunctus has joined #commonlisp
cosimone` has joined #commonlisp
cosimone has quit [Ping timeout: 265 seconds]
cosimone has joined #commonlisp
cosimone` has quit [Ping timeout: 252 seconds]
tyson2 has joined #commonlisp
Nilby has quit [Ping timeout: 260 seconds]
White_Flame has quit [Quit: No Ping reply in 180 seconds.]
White_Flame has joined #commonlisp
Cymew has joined #commonlisp
cosimone` has joined #commonlisp
cosimone has quit [Ping timeout: 265 seconds]
cosimone` has quit [Ping timeout: 265 seconds]
makomo has joined #commonlisp
makomo has quit [Client Quit]
Psybur has joined #commonlisp
Devon has joined #commonlisp
Bike has joined #commonlisp
waleee has joined #commonlisp
mrSpec is now known as spec
selwyn has joined #commonlisp
selwyn has quit [Remote host closed the connection]
selwyn has joined #commonlisp
jealousmonk has joined #commonlisp
tyson2 has quit [Quit: ERC (IRC client for Emacs 27.2)]
<akater[m]> CLHS lists the following Method Signatures for remove-method:
<akater[m]> IIUC, it means, the implementation must define a method with specializers (standard-generic-function t). SBCL only has (STANDARD-GENERIC-FUNCTION METHOD). Is it my misunderstanding of CLHS, or is it SBCL?
<akater[m]> > remove-method (generic-function standard-generic-function) method
<beach> mop remove-method
<beach> akater[m]: This is a case where the standard differs from the MOP.
<beach> I guess it makes no sense if the second argument is not a method.
<akater[m]> Also CLHS: > remove-method must not signal an error if the method is not one of the
<akater[m]> methods on the generic-function.
<akater[m]> This hints it might make sense, according to the standard.
<akater[m]> I mean, it could be interpreted as “when the second arg is not a method at all, there should be no error”.
<beach> OK, let me explain...
<beach> The Common Lisp HyperSpec page says in Arguments and Values: method---a method.
<beach> Agreed?
<akater[m]> Yes.
<beach> And Exceptional Situations: none. Yes?
<beach> So then, this one kicks in:
<akater[m]> Yes. But it also lists a specific specializer, isn't it?
<beach> clhs 1.4.4.3
<specbot> The ``Arguments and Values'' Section of a Dictionary Entry: http://www.lispworks.com/reference/HyperSpec/Body/01_ddc.htm
<beach> Which means that the consequences are undefined if a method is not given to REMOVE-METHOD.
<akater[m]> Yes, now I agree. Thank you.
<beach> So SBCL just defines those consequences to be that there is no applicable method in that case.
<beach> Pleasure.
<beach> And this is a case for WSCL.
<beach> minion: Please tell akater[m] about WSCL.
<minion> akater[m]: WSCL: Well-Specified Common Lisp. Pronounce it as "whistle". A project to revise the Common Lisp standard in a non-controversial way. See https://github.com/s-expressionists/wscl
Posterdati has joined #commonlisp
srhm has quit [Quit: Konversation terminated!]
lcao201 has joined #commonlisp
ec has joined #commonlisp
ec is now known as tjl
tjl is now known as tlj
<lcao201> Hi I am a LISP newbie and reading Practical Common LISP book but have trouble with one of the examples. Could someone help me? The book is at https://gigamonkeys.com/book/
eddof13 has joined #commonlisp
<beach> Which example?
<hexology> lcao201: go ahead and ask your question, someone will answer if they have an answer. as they say, "don't ask to ask"
<lcao201> Under the heading "Updating Existing Records--Another Use for WHERE", I typed the snippet but the code never updates the *db* global var
<lcao201> The code is this:
<lcao201> (defun update (selector-fn &key title artist rating (ripped nil ripped-p))
<beach> Please use a paste site.
<lcao201> (setf *db*
<lcao201> (mapcar
<lcao201> #'(lambda (row)
<lcao201> (when (funcall selector-fn row)
<beach> Too late.
<lcao201> (if title (setf (getf row :title) title))
<lcao201> (if artist (setf (getf row :artist) artist))
<lcao201> (if rating (setf (getf row :rating) rating))
<lcao201> (if ripped-p (setf (getf row :ripped) ripped)))
<lcao201> row) *db*)))
<lcao201> Sorry.
<beach> Please do not paste code of more than one line in the channel.
<beach> You said WHERE, did you mean WHEN?
<Jach> lcao201: did you type the following snippet, (update (where :artist "Dixie Chicks") :rating 11) ?
<Jach> The snippet you've pasted only defines the update function, it does not run it
<lcao201> Yes I ran the command in REPL but no change at all
<lcao201> The WHERE is another function in earlier part of the page. Seee https://pastebin.com/XarzeDdM
<lcao201> I guess the author is referring the same pattern as WHERE?
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<beach> What is the value of *db* before and after you run the snippet?
tlj is now known as tjl
<lcao201> let me rerun the whole thing
<Jach> lcao201: Maybe start at the beginning of the chapter's snippets and type them in, I just did that and it works fine (updates the ratings from 9 and 8 to 11).
<lcao201> https://pastebin.com/h4GyqGfa for before and after
tjl has quit [Quit: tjl]
ec has joined #commonlisp
<lcao201> Jack, thank you for confirming this! Must be something in the code then. Here is my whole file. https://pastebin.com/gbgrt6ts
<lcao201> I mean my code not the author's code.
<_death> (if title (equal (getf cd :title title) t))
lisp123 has joined #commonlisp
<Jach> _death found it
ec has quit [Quit: ec]
ec has joined #commonlisp
ec has quit [Client Quit]
ec has joined #commonlisp
eddof13 has joined #commonlisp
<lcao201> IC. Thanks! Let me try fixing it.
<lcao201> Yes it works now! Thanks to Jach and _death and others for your help!
<pjb> beach: that sounds good enough. Nonetheless, Live Long and Prosper! ;-)
<beach> pjb: Thanks!
lcao201 has left #commonlisp [#commonlisp]
<lisp123> Any good resources on the theory of testing in interactive languages like Common Lisp?
<lisp123> (not testing frameworks, but reasoning / thoughts /etc as it applies to interactive development)
greenMac has joined #commonlisp
makomo has joined #commonlisp
Mandus has quit [Ping timeout: 252 seconds]
greenMac has left #commonlisp [#commonlisp]
Mandus has joined #commonlisp
<beach> lisp123: It seems to me you always want to start with a fresh image so that everything is in a well defined state that can be repeated.
<beach> lisp123: If this were SICL, I would say "fresh global environment" instead, but the only option you have in current Common Lisp implementations to get a fresh global environment is to start a fresh image.
Mandus has quit [Ping timeout: 245 seconds]
Mandus has joined #commonlisp
<lisp123> beach: Multiple global environments sounds a great quality of life improvement
<beach> Indeed. And lately I have been thinking that they are a necessity for a single-image IDE.
<mariari> beach: there could be a lot of refactoring improvements with first class environments, at least I envision having tools akin to what unison has in regards to refactoring images
<beach> With current Common Lisp implementations, it is just too easy to destroy the (single) global environment, and thereby the IDE too.
rotateq has joined #commonlisp
<beach> mariari: You mean using first-class global environments to help with refactoring? How would that work?
<lisp123> Yes (at least for me, I do M-x slime-restart-inferior-lisp a lot, which I think is a fair precaution)
<beach> lisp123: It is an "unfortunate necessity" rather than "a fair precaution" in my opinion.
<lisp123> Agreed
<rotateq> lisp123: why do you restart so often?
<mariari> yeah! From what I've seen on Unison they do this at a type level so when types change and changes cascade, you can commit back the changes after everything fits together. For CL in particular we could recompile parts that we know has to play together in a new environment, and then merge the changes when we are more confident the whole system works together, maybe a swap replacement of the old
<mariari> image, or diffing it if new data has come into the old env while time has passed
<beach> Yes, I see. Interesting idea.
<mariari> I think there is a lot of very cool ideas that can be had once first class environments become more common
<lisp123> rotateq: I don't have a list on me, sometimes its running a computation that exceeds the stack, sometimes its clashing symbols after recompiling certain parts of code (the latter I could probably solve without restarting - but I have an easy workflow - restart lisp -> asdf:load-system)
<beach> mariari: I think so too.
<etimmons> I would love to have first class environments. The lack of them is largely what drove me to implement my dependency manager as a second process
<rotateq> do you mean exceeding the heap size? or really the stack?
<beach> etimmons: Hmm. Yes, I can see that.
<lisp123> rotateq: Sorry, I'm not 100% clear on terminology, just when my computation is too big (since I work a lot with permutations and factorials can get big fast)
<pve> lisp123: I even have a hotkey for restarting my session. Complete heresy, I know.
<rotateq> so you should look out how to cancel out things before even computing anything
<lisp123> beach: Maybe you read it, maybe its too old, but this seemed interesting http://www.softwarepreservation.org/projects/interactive_c/bib/Sandewall-1978.pdf
<lisp123> pve: Nice, time for me to do that
<beach> rotateq: I restart often when I run SICL bootstrapping with SBCL as a host, simply because each execution of the bootstrapping procedure adds methods to some Common Lisp generic functions, and that results in a gradual slowdown of the entire computation. It is much easier to restart than to remove those methods.
<pve> lisp123: yeah, restarting the session also runs tests etc.
<beach> lisp123: Erik Sandewall was THE professor of computer science where I went to university. He was in fact the first such professor in Sweden. I was very lucky to have him (and his other group members) as a teacher.
<lisp123> beach: Small World! That must have been a great experience. Well I will definitely read it in depth now
<beach> lisp123: Thanks to him, I learned LISP in 1977 or so.
<lisp123> pve: Agreed
<rotateq> beach: Your bootstrapping magic. :)
<rotateq> beach: So how shall I ever catch up to your experience? ^^
<lisp123> beach: That would have been amazing to LISP in those very times
<beach> rotateq: After my death, every second you spend still being alive, you will catch up.
Cymew has quit [Ping timeout: 245 seconds]
<rotateq> Hopefully will never come.
ec has quit [Remote host closed the connection]
<jeosol> Good morning all!
<jeosol> lisp123: Thanks for linking that paper about, should be a good read. Will definitely be reading it sometime
<rotateq> hey jeosol
Guest0 has joined #commonlisp
tyson2 has joined #commonlisp
lisp123 has quit [Remote host closed the connection]
<rotateq> beach: There is a myth that Donald Knuth will die in the moment he finishes book 7 (Compilers) of The Art of Computer Programming.
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest0 is now known as jkordani
<beach> Heh!
ec has joined #commonlisp
<rotateq> But who will check sent issues and writes the symbolic checks? :)
Devon has quit [Ping timeout: 265 seconds]
cage has joined #commonlisp
ec has quit [Remote host closed the connection]
eddof13 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
ec has joined #commonlisp
amb007 has quit [Ping timeout: 245 seconds]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 245 seconds]
amb007 has joined #commonlisp
n00p3 has joined #commonlisp
qhong has quit [Ping timeout: 264 seconds]
qhong has joined #commonlisp
Oladon has joined #commonlisp
amb007 has quit [Ping timeout: 245 seconds]
amb007 has joined #commonlisp
charles_ has joined #commonlisp
char has quit [Ping timeout: 250 seconds]
cosimone has joined #commonlisp
lisp123 has joined #commonlisp
makomo has quit [Ping timeout: 245 seconds]
<lisp123> jeosol: You are welcome :) P.S. I subscribed to ACM to read some of their papers, if anybody wants an article from there, ping me and hopefully I will have access
doyougnu has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
Devon has joined #commonlisp
amb007 has joined #commonlisp
selwyn has quit [Read error: Connection reset by peer]
karlosz has joined #commonlisp
lisp123 has quit [Remote host closed the connection]
lisp123 has joined #commonlisp
amb007 has quit [Ping timeout: 240 seconds]
amb007 has joined #commonlisp
lisp123 has quit [Ping timeout: 252 seconds]
ec has quit [Remote host closed the connection]
lisp123 has joined #commonlisp
ec has joined #commonlisp
tyson2 has quit [Quit: ERC (IRC client for Emacs 27.2)]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Devon has quit [Ping timeout: 245 seconds]
Spawns_Carpeting has quit [Ping timeout: 260 seconds]
VincentVega has quit [Read error: Connection reset by peer]
selwyn has joined #commonlisp
Spawns_Carpeting has joined #commonlisp
selwyn has quit [Remote host closed the connection]
selwyn has joined #commonlisp
Inline has joined #commonlisp
Inline has quit [Remote host closed the connection]
eddof13 has joined #commonlisp
Inline has joined #commonlisp
eddof13 has quit [Client Quit]
eddof13 has joined #commonlisp
semz has quit [Ping timeout: 252 seconds]
Inline has quit [Quit: Leaving]
kevingal has joined #commonlisp
Inline has joined #commonlisp
semz has joined #commonlisp
Mandus has quit [Ping timeout: 265 seconds]
Mandus has joined #commonlisp
gaqwas has joined #commonlisp
cosimone has quit [Ping timeout: 265 seconds]
akoana has joined #commonlisp
semz has quit [Ping timeout: 265 seconds]
semz has joined #commonlisp
semz has quit [Ping timeout: 265 seconds]
lisp123 has quit [Quit: Leaving...]
n00p3 has quit [Ping timeout: 245 seconds]
lottaquestions has joined #commonlisp
scymtym has quit [Ping timeout: 265 seconds]
cage has quit [Quit: rcirc on GNU Emacs 27.1]
semz has joined #commonlisp
waleee has quit [Ping timeout: 265 seconds]
waleee has joined #commonlisp
tyson2 has joined #commonlisp
andreyorst has quit [Ping timeout: 268 seconds]
Oladon has quit [Quit: Leaving.]
scymtym has joined #commonlisp
lottaquestions has quit [Ping timeout: 245 seconds]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eddof13 has joined #commonlisp
selwyn has quit [Read error: Connection reset by peer]
amb007 has quit [Ping timeout: 265 seconds]
amb007 has joined #commonlisp
cosimone has joined #commonlisp
semz has quit [Ping timeout: 265 seconds]
Lord_of_Life has quit [Ping timeout: 265 seconds]
shka has quit [Ping timeout: 252 seconds]
Lord_of_Life has joined #commonlisp
pve has quit [Quit: leaving]
selwyn has joined #commonlisp
selwyn has quit [Remote host closed the connection]
selwyn has joined #commonlisp
cosimone` has joined #commonlisp
cosimone has quit [Ping timeout: 265 seconds]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eddof13 has joined #commonlisp
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
andreyorst has joined #commonlisp
dre has joined #commonlisp
cosimone` has quit [Remote host closed the connection]
cosimone has joined #commonlisp
rotateq has quit [Quit: ERC (IRC client for Emacs 27.2)]
semz has joined #commonlisp
gaqwas has quit [Ping timeout: 265 seconds]
les has quit [Quit: Adios]
les has joined #commonlisp
markasoftware has quit [Quit: No Ping reply in 180 seconds.]
remexre has quit [Ping timeout: 246 seconds]
markasoftware has joined #commonlisp
remexre has joined #commonlisp
elderK has quit [Quit: Connection closed for inactivity]
X-Scale` has joined #commonlisp
X-Scale has quit [Ping timeout: 265 seconds]
X-Scale` is now known as X-Scale
n00p3 has joined #commonlisp
taiju has quit [Ping timeout: 245 seconds]
taiju has joined #commonlisp
rgherdt has quit [Ping timeout: 245 seconds]
cosimone has quit [Ping timeout: 265 seconds]
cjb has joined #commonlisp
frgo has quit [Remote host closed the connection]
frgo has joined #commonlisp
Josh_2 has quit [Remote host closed the connection]
charles_ is now known as char
<char> Has there ever been an effor to get common lisp into high schools?
selwyn has quit [Read error: Connection reset by peer]
Inline_ has joined #commonlisp
luna-is-here has quit [Read error: Connection reset by peer]
Inline has quit [Ping timeout: 265 seconds]
luna-is-here has joined #commonlisp
kevingal has quit [Remote host closed the connection]
scymtym has quit [Ping timeout: 252 seconds]
edgar-rft has quit [Ping timeout: 252 seconds]
edgar-rft has joined #commonlisp
scymtym has joined #commonlisp
<energizer> char there are some people doing Racket in high schools
Oladon has joined #commonlisp
<hayley> I did Common Lisp in highschool.
<hayley> Self-taught but I used it in an assignment.
santiagopim[m] has quit [Ping timeout: 246 seconds]
Bi[m] has quit [Ping timeout: 246 seconds]
hayley has quit [Ping timeout: 246 seconds]
bhyde[m] has quit [Ping timeout: 250 seconds]
etimmons has quit [Ping timeout: 264 seconds]
Gnuxie has quit [Ping timeout: 264 seconds]
Duuqnd has quit [Ping timeout: 246 seconds]
yitzi has quit [Ping timeout: 268 seconds]
CodeBitCookie[m] has quit [Ping timeout: 264 seconds]
happy-dude has quit [Ping timeout: 264 seconds]
Mrtn[m] has quit [Ping timeout: 268 seconds]
santiagopim[m] has joined #commonlisp
random-nick has quit [Ping timeout: 252 seconds]
CrashTestDummy3 has joined #commonlisp
CrashTestDummy2 has quit [Ping timeout: 265 seconds]
hayley has joined #commonlisp
Gnuxie has joined #commonlisp
hayley has joined #commonlisp
hayley has quit [Changing host]
bhyde[m] has joined #commonlisp
Duuqnd has joined #commonlisp
yitzi has joined #commonlisp
etimmons has joined #commonlisp
CodeBitCookie[m] has joined #commonlisp
happy-dude has joined #commonlisp
Bi[m] has joined #commonlisp