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/>
istewart has joined #commonlisp
emaczen has joined #commonlisp
emaczen has quit [Ping timeout: 264 seconds]
jweeks has joined #commonlisp
King_julian has joined #commonlisp
shawnw has quit [Ping timeout: 256 seconds]
lacedaemon is now known as fe[nl]ix
King_julian has quit [Ping timeout: 264 seconds]
chomwitt has quit [Ping timeout: 264 seconds]
chomwitt has joined #commonlisp
edgar-rft_ is now known as edgar-rft
chomwitt has quit [Ping timeout: 264 seconds]
amb007 has joined #commonlisp
ym has joined #commonlisp
amb007 has quit [Ping timeout: 255 seconds]
emaczen has joined #commonlisp
random-nick has quit [Ping timeout: 264 seconds]
lucasta has joined #commonlisp
Inline has quit [Remote host closed the connection]
valorzard has joined #commonlisp
decweb has joined #commonlisp
mzan has joined #commonlisp
theruran has joined #commonlisp
decweb has quit [Ping timeout: 264 seconds]
shawnw has joined #commonlisp
lucasta has quit [Quit: Leaving]
emaczen has quit [Remote host closed the connection]
emaczen has joined #commonlisp
rainthree has joined #commonlisp
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
kiyafirs has quit [Remote host closed the connection]
<calamarium> Does anyone have a good solution for integrating multiple sets of Common Lisp documentation into Emacs? I'm hoping to replicate the Elisp way where absolutely everything is accessible through C-h o (describe-symbol). The built-in documentation attached to Sly's apropos command is usually terrible (albeit comprehensive), but the HyperSpec is in HTML (and wrangling w3m to open in the correct window isn't going well) and now I'm finding
<calamarium> out about the existence of CLiki and Quickdocs and more which further complicate the issue of putting everything together under one command.
kevingal has quit [Ping timeout: 260 seconds]
amb007 has joined #commonlisp
ym has quit [Ping timeout: 255 seconds]
rainthree has quit [Ping timeout: 272 seconds]
istewart has quit [Quit: Konversation terminated!]
<gilberth> calamarium: Have you considered using the Novaspec <https://novaspec.org/cl/> instead? The machine readable index lives at https://novaspec.org/cl/apropos.js and it renders well with w3m. And about ok with eww last I checked.
<ixelp> Common Lisp Nova Spec
<zyd> calamarium: I use `C-c C-d h` (slime-documentation-lookup) which will open up the hyperspec for the symbol at point. I have a local copy of the CLHS in html and view it in EWW. Works well. There's probably an equivelant for Sly.
jweeks has quit [Remote host closed the connection]
jon_atack has joined #commonlisp
jonatack has quit [Ping timeout: 256 seconds]
subhuman has joined #commonlisp
<mrcom> How can gnu CL possibly have a problem with "(cl:in-package #:cl-user)"?
<mrcom> -> Cell error on #:CL-USER: Unbound variable
<jackdaniel> one reason, and I'm guessing, could be that symbols were not specified as package designator in cltl2
subhuman has quit [Read error: Connection reset by peer]
wacki has joined #commonlisp
<gilberth> It is well specified in both ANSI-CL and CLtL2. Passing a symbol is ok. However, with CLtL1 IN-PACKAGE used to be a function and not a macro. So this must be some pretty ancient CL.
emaczen has quit [Remote host closed the connection]
emaczen has joined #commonlisp
emaczen has quit [Ping timeout: 268 seconds]
attila_lendvai has joined #commonlisp
<beach> mrcom: GNU Common Lisp is known for not being even close to conforming, so I would avoid it if I were you, unless you need it for something particular.
<mrcom> No, just running the compatibility guantlet. I uninstalled that one :)
<beach> I wonder what the plans are for GCL. There was a release in January last year it seems.
<beach> It seems very strange to me that IN-PACKAGE would still be buggy in a recent release.
<beach> mrcom: What version did you use?
Pixel_Outlaw has quit [Remote host closed the connection]
jonatack has joined #commonlisp
jon_atack has quit [Ping timeout: 256 seconds]
<shawnw> Gnu Common Lisp or Gnu CLisp? It's annoying that they have two different but similarly named common lisp implementations.
<beach> The former.
anticomputer_ has joined #commonlisp
* beach assumes.
anticomputer has quit [Ping timeout: 260 seconds]
Inline has joined #commonlisp
jon_atack has joined #commonlisp
jonatack has quit [Ping timeout: 256 seconds]
<pranav> I wonder why both Maxima and AXIOM use GCL. Perhaps for wide platform support?
<gilberth> I dunno. Perhaps because it is the "official Common Lisp of the GNU project"?
<gilberth> Anyhow, GCL is about the most ancient and poorest CL you can get. It's not even remotely funny.
<gilberth> And if they are after the "GNU" they could pick CLISP which is as portable as you can ever get and pretty decent.
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
<gilberth> Or use ECL which has the same roots as GCL, but is modern and decent.
valorzard has quit [Ping timeout: 250 seconds]
vats has joined #commonlisp
jonatack has joined #commonlisp
jon_atack has quit [Ping timeout: 268 seconds]
dawids has joined #commonlisp
amb007 has quit [Remote host closed the connection]
amb007 has joined #commonlisp
<beach> I think loke used SBCL to run Maxima and his GUI Climaxima.
<beach> loke: Is that so?
<edgar-rft> if I remember right then GCL (Gnu Common Lisp) was created by some Maxima folks because in the old times there was no free Common Lisp implementation that ran on Windows except maybe CLISP that uses boxed floats
<pranav> Tthe Maxima project only releases GCL builds, afaik.
<pranav> I see.
<beach> Maybe, but as I recall, they have done work to make Maxima a more conforming application.
<shawnw> I use sbcl with maxima.
<beach> Great!
<pranav> Even android has a maxima application using ECL.
<shawnw> Hasn't been updated in a long time though. I think the maintainer abandoned it.
oneeyedalien has joined #commonlisp
calamarium has left #commonlisp [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
<jackdaniel> I gave a keynote talk at els'2x about the history of ECL -- it is somewhere on the internet; it brushes over the topic of GCL and, prior to it, AKCL
<ixelp> On ECL, the Embeddable Common Lisp - YouTube
dino_tutter has joined #commonlisp
nybble has quit [Ping timeout: 260 seconds]
<beach> Remind me why we typically don't return multiple values (beyond the ones that will fit in registers) on the stack.
mgl_ has joined #commonlisp
mgl_ has quit [Ping timeout: 255 seconds]
wacki_ has joined #commonlisp
wacki has quit [Ping timeout: 256 seconds]
wbooze has joined #commonlisp
shka has joined #commonlisp
vats has quit [Remote host closed the connection]
Inline has quit [Remote host closed the connection]
Inline has joined #commonlisp
wbooze has quit [Remote host closed the connection]
skeemer has quit [Ping timeout: 268 seconds]
wbooze has joined #commonlisp
random-nick has joined #commonlisp
ym has joined #commonlisp
Bubblegumdrop has joined #commonlisp
Bubblegumdrop_ has quit [Ping timeout: 255 seconds]
amb007 has quit [Ping timeout: 256 seconds]
amb007 has joined #commonlisp
luna-is-here has quit []
luna-is-here has joined #commonlisp
<jackdaniel> what makes you think that they are not returned on the stack?
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
<jackdaniel> they are not typically * ecl does not do that for the reason that it follows C abi
<beach> I can't remember where I learned this, or for which implementation it was, but I seem to remember that some values are returned in registers, and then some in the thread object.
<jackdaniel> thread object typically holds returned values upon the thread termination, maybe you've heard about that?
<jackdaniel> I think that sbcl does push extra values on the stack
<beach> Oh, OK. Thanks.
<jackdaniel> by "extra" I mean those that do not fit in registers
<jackdaniel> but I'd double check that if I were you and really cared
wacki_ has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<beach> I don't really care specifically what SBCL does. But if you are right, then that means that there is no particular reason for returning multiple values in a place other than the stack.
amb007 has quit [Ping timeout: 268 seconds]
<beach> .. other than using the C ABI of course.
amb007 has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zetef has joined #commonlisp
zetef has quit [Client Quit]
decweb has joined #commonlisp
jonatack has quit [Ping timeout: 252 seconds]
jonatack has joined #commonlisp
josrr has joined #commonlisp
wbooze has quit [Ping timeout: 264 seconds]
Inline has quit [Ping timeout: 256 seconds]
skeemer has joined #commonlisp
shka has quit [Quit: Konversation terminated!]
shka has joined #commonlisp
pve has joined #commonlisp
wbooze has joined #commonlisp
Inline has joined #commonlisp
yitzi has joined #commonlisp
random-nick has quit [Ping timeout: 268 seconds]
lucasta has joined #commonlisp
oneeyedalien has quit [Quit: Leaving]
wacki has joined #commonlisp
random-nick has joined #commonlisp
lucasta has quit [Quit: Leaving]
awlygj has joined #commonlisp
jon_atack has joined #commonlisp
jonatack has quit [Ping timeout: 264 seconds]
X-Scale has joined #commonlisp
xaltsc_ is now known as xaltsc
xaltsc is now known as Guest6536
Guest6536 has quit [Changing host]
Guest6536 has joined #commonlisp
X-Scale has quit [Ping timeout: 250 seconds]
emaczen has joined #commonlisp
kevingal has joined #commonlisp
donleo has joined #commonlisp
emaczen has quit [Ping timeout: 256 seconds]
X-Scale has joined #commonlisp
rainthree has joined #commonlisp
cyclinglogician has joined #commonlisp
X-Scale has quit [Quit: Client closed]
cage has joined #commonlisp
kevingal has quit [Ping timeout: 240 seconds]
cyclinglogician has quit [Ping timeout: 260 seconds]
coat has joined #commonlisp
<coat> hello! visiting this chan after a long time. got a quick question. is tehre a CL social channel too for more off-topic discussion?
<bike> there is #lispcafe.
<coat> that's the one I was looking for. thanks bike
coat has left #commonlisp [#commonlisp]
edgar-rft_ has joined #commonlisp
edgar-rft has quit [Ping timeout: 264 seconds]
nybble has joined #commonlisp
edgar-rft_ is now known as edgar-rft
kevingal has joined #commonlisp
simendsjo has joined #commonlisp
dawids has quit [Quit: Leaving]
skeemer has quit [Ping timeout: 268 seconds]
dmgk has quit [Quit: ZNC - https://znc.in]
dmgk has joined #commonlisp
rainthree has quit [Ping timeout: 256 seconds]
amb007 has quit [Ping timeout: 272 seconds]
fiddlerw- has quit [Remote host closed the connection]
amb007 has joined #commonlisp
coat has joined #commonlisp
danse-nr3 has joined #commonlisp
bike has quit [Quit: leaving]
ocra8 has joined #commonlisp
kevingal has quit [Ping timeout: 264 seconds]
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 246 seconds]
kevingal has joined #commonlisp
Lord_of_Life_ is now known as Lord_of_Life
emaczen has joined #commonlisp
randm has quit [Remote host closed the connection]
amb007 has quit [Read error: Connection reset by peer]
randm has joined #commonlisp
amb007 has joined #commonlisp
Inline has quit [Remote host closed the connection]
Inline has joined #commonlisp
wbooze has quit [Remote host closed the connection]
Inline has quit [Remote host closed the connection]
Inline has joined #commonlisp
bike has joined #commonlisp
valorzard has joined #commonlisp
cyclinglogician has joined #commonlisp
wbooze has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
awlygj has quit [Ping timeout: 260 seconds]
jonatack has joined #commonlisp
jon_atack has quit [Ping timeout: 268 seconds]
wacki has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
valorzard has quit [Ping timeout: 250 seconds]
yitzi has quit [Remote host closed the connection]
jon_atack has joined #commonlisp
simendsjo has quit [Ping timeout: 255 seconds]
yitzi has joined #commonlisp
jonatack has quit [Ping timeout: 255 seconds]
skeemer has joined #commonlisp
wacki has joined #commonlisp
ocra8 has quit [Ping timeout: 246 seconds]
ocra8 has joined #commonlisp
cyclinglogician has quit [Ping timeout: 264 seconds]
ym has quit [Ping timeout: 240 seconds]
danse-nr3 has quit [Read error: Connection reset by peer]
danse-nr3 has joined #commonlisp
ocra8 has quit [Ping timeout: 256 seconds]
valorzard has joined #commonlisp
ocra8 has joined #commonlisp
char has joined #commonlisp
calamarium has joined #commonlisp
<mwnaylor> Does Common Lisp (specifically Steel Bank Common Lisp) have if-let, if-let*, when-let, when-let*, et al?
waleee has joined #commonlisp
<wbooze> no, but alexandria package has i think
<mon_key_phn> why does (string-trim '(\# ) NIL) return -> "NIL" on SBCL. I would think it would return NIL
<mwnaylor> I'm new to all but basic CL. Where can I find alexandria?
<wbooze> you can install quicklisp via downloading quicklisp.lisp from quicklisp.org or so
<wbooze> after the installation steps, you have to invoke (ql:quickload :alexandria) in the repl
<mwnaylor> Is alexandria exclusive to quicklisp? I want to stick w/ sbcl.
<yitzi> mon_key_phn: NIl is not a string in SBCL
<wbooze> mwnaylor: no, quicklisp is a package manager which utilizes asdf under the hood, it overloads sbcls own asdf i think
<wbooze> mwnaylor: any cl you deal with you have to use some package manager, and the most common is quicklisp,ultralisp btw. theres also roswell
<mwnaylor> wbooze: ok, that's a good tip.
<wbooze> there's qlot too, which is kinda cargo from rust or cabal from haskell etc. etc...
<wbooze> just google for them
<wbooze> you'll figure out
valorzard has quit [Ping timeout: 250 seconds]
yitzi has quit [Read error: Connection reset by peer]
<mwnaylor> I'm used to package-list-package from emacs/elisp and the maven repositories for clojure.
<mwnaylor> When I saw quicklisp, I first thought it was an implementation of cl.
<mwnaylor> I haven't delved into the into the NNN-let* macros, but get the feeling they are all wrappers around let or let*. If the macros don't exist, hard coding with nested lets or let*s should get the job done.
<wbooze> fan of hygienic macros ?
<wbooze> or what are those
<shawnw> Basically, yeah. (if-let ((a b) (c d)) x y) expands to (let ((a b) (c d)) (if (and a c) x y))
Psybur has joined #commonlisp
<shawnw> mon_key_phn: Look up "string designator" in the hyperspec.
danse-nr3 has quit [Ping timeout: 268 seconds]
char has quit [Ping timeout: 240 seconds]
<mrcom> mwnalyor: quicklisp is CL's defacto equiv to pip or gems. It's a snapshot relesae; everything in a particular snapshot is more or less compatible with one another.
char has joined #commonlisp
attila_lendvai has quit [Ping timeout: 256 seconds]
subhuman has joined #commonlisp
waleee has quit [Ping timeout: 268 seconds]
char has quit [Remote host closed the connection]
char has joined #commonlisp
awlygj has joined #commonlisp
Psybur has quit [Ping timeout: 246 seconds]
valorzard has joined #commonlisp
Psybur has joined #commonlisp
cage has quit [Quit: rcirc on GNU Emacs 29.3]
wacki has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Psybur has quit [Ping timeout: 256 seconds]
Psybur has joined #commonlisp
valorzard has quit [Quit: Client closed]
mgl_ has joined #commonlisp
<char> mon_key_phn: It is because string-trim takes a string designator. Symbols are string designators for their own name. I would suggest to only use string-trim for strings since it will always return a string anyway.
mgl_ has quit [Ping timeout: 264 seconds]
valorzard has joined #commonlisp
char has quit [Ping timeout: 260 seconds]
hineios23 has quit [Ping timeout: 252 seconds]
hineios23 has joined #commonlisp
shka has quit [Quit: Konversation terminated!]
chomwitt has joined #commonlisp
mgl_ has joined #commonlisp
Psybur has quit [Ping timeout: 256 seconds]
ryanbw has quit [Ping timeout: 268 seconds]
X-Scale has joined #commonlisp
ryanbw has joined #commonlisp
Psybur has joined #commonlisp
waleee has joined #commonlisp
dino_tutter has quit [Ping timeout: 246 seconds]
mon_key_phn has quit [Quit: Connection closed for inactivity]
steew is now known as STEEW
Psybur has quit [Ping timeout: 268 seconds]
decweb has quit [Read error: Connection reset by peer]
amb007 has quit [Ping timeout: 268 seconds]
pve has quit [Quit: leaving]
donleo has quit [Ping timeout: 268 seconds]
ocra8 has quit [Ping timeout: 268 seconds]
chomwitt has quit [Ping timeout: 256 seconds]
mgl_ has quit [Ping timeout: 252 seconds]
ocra8 has joined #commonlisp
X-Scale has quit [Ping timeout: 250 seconds]
jonatack has joined #commonlisp
mgl_ has joined #commonlisp
chomwitt has joined #commonlisp
jon_atack has quit [Ping timeout: 268 seconds]
ocra8 has quit [Ping timeout: 268 seconds]
ocra8 has joined #commonlisp
X-Scale has joined #commonlisp
synchromesh has quit [Read error: Connection reset by peer]
synchromesh has joined #commonlisp