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/>
tok has quit [Remote host closed the connection]
brettgilio has joined #commonlisp
deadmarshal_ has joined #commonlisp
tyson2 has joined #commonlisp
dirtcastle has joined #commonlisp
iosevka has quit [Remote host closed the connection]
akoana has quit [Quit: leaving]
mgl has quit [Ping timeout: 260 seconds]
waleee has quit [Ping timeout: 240 seconds]
waleee has joined #commonlisp
donleo has quit [Ping timeout: 255 seconds]
waleee has quit [Ping timeout: 260 seconds]
waleee has joined #commonlisp
waleee has quit [Ping timeout: 264 seconds]
waleee has joined #commonlisp
pfdietz has quit [Quit: Client closed]
waleee has quit [Ping timeout: 248 seconds]
waleee has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 245 seconds]
random-nick has quit [Ping timeout: 255 seconds]
Lord_of_Life has joined #commonlisp
szkl has joined #commonlisp
igemnace has quit [Ping timeout: 240 seconds]
pfdietz has joined #commonlisp
fe[nl]ix has quit [Remote host closed the connection]
fe[nl]ix has joined #commonlisp
X-Scale has quit [Ping timeout: 248 seconds]
mariari has quit [Ping timeout: 255 seconds]
edr has quit [Quit: Leaving]
mariari has joined #commonlisp
dinomug has joined #commonlisp
X-Scale has joined #commonlisp
drewjose has quit [Remote host closed the connection]
tyson2 has quit [Remote host closed the connection]
<Pixel_Outlaw> I'm generally a quicklisp guy but somebody at work is using Roswell. He has a single file "script" but I'm not sure how this is supposed to get interactive. Also, is there a good way to have a configuration file? I think he compiled this for use by non Lisp folks (just having the binary without having to install Roswell and SBCL).
<Pixel_Outlaw> Let me rephrase, I'm not sure how I'm supposed to get the Sly/Slime experiance with a single file script. (just LOAD I guess?)
bh34e5 has quit [Ping timeout: 255 seconds]
szkl has quit [Quit: Connection closed for inactivity]
dnhester26 has quit [Remote host closed the connection]
Meritamen has joined #commonlisp
rogersm has quit [Read error: Connection reset by peer]
rogersm_ has joined #commonlisp
waleee has quit [Ping timeout: 255 seconds]
akoana has joined #commonlisp
X-Scale has quit [Quit: Client closed]
dcb has quit [Quit: MSN Messenger 4.1.1]
X-Scale has joined #commonlisp
dnhester26 has joined #commonlisp
dinomug has quit [Ping timeout: 252 seconds]
dnhester26 has quit [Ping timeout: 264 seconds]
beach` is now known as beach
Meritamen has quit [Remote host closed the connection]
dinomug has joined #commonlisp
dinomug has quit [Remote host closed the connection]
dinomug has joined #commonlisp
Pixel_Outlaw has quit [Quit: Leaving]
larix has joined #commonlisp
<larix> Hey guys, I've been dealing with a bug causing a memory fault when my application is compiled as an executable binary.
<larix> It happens in both SBCL and Clozure (have tested multiple versions of SBCL too)
<larix> I have a POC here https://github.com/garlic0x1/mito-error-poc (named mito because thats where I originally had the issue and started debugging)
<ixelp> GitHub - garlic0x1/mito-error-poc
<larix> Everything is fine in normal interpreted mode though, so I have been getting by by just running a Roswell script and accepting the startup time
<beach> larix: By default, SBCL compiles code when used interactively.
<beach> larix: So I don't think it has to do with compilation.
igemnace has joined #commonlisp
<beach> larix: Are you using some foreign code in your application?
<larix> beach: just the sqlite driver in the POC I sent
<larix> but I had the same issue when I tried to do basic stuff with Postmodern (again, from executable, not from REPL)
<beach> Well, with foreign code, all bets are off.
<beach> And if it happens in two different Common Lisp implementations, I would suspect foreign code.
<larix> I am confused why it works from the repl, or in any way besides building a standalone executable
<larix> also I have tried it on both Arch and Guix
habamax has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1)]
random-jellyfish has joined #commonlisp
random-jellyfish has joined #commonlisp
random-jellyfish has quit [Changing host]
gxt has quit [Read error: Connection reset by peer]
chiselfuse has quit [Read error: Connection reset by peer]
anticomputer has quit [Remote host closed the connection]
anticomputer has joined #commonlisp
gxt has joined #commonlisp
chiselfuse has joined #commonlisp
akoana has quit [Ping timeout: 264 seconds]
chomwitt has joined #commonlisp
X-Scale has quit [Quit: Client closed]
tok has joined #commonlisp
pve has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
<Shinmera> I'm not even gonna look at the code because I already know the issue: you cannot create variables or anything in foreign memory and expect them to stay sane after dumping an executable
<Shinmera> you have to create your database connection or whatever it is in the function that's run when the executable starts
<Shinmera> so (defvar ... (something-that-calls-cffi)) will never work
chiselfuse has quit [Read error: Connection reset by peer]
chiselfuse has joined #commonlisp
<larix> Shinmera: wow thank you, this fixes the issue ive been having
easye has joined #commonlisp
rgherdt has joined #commonlisp
easye has quit [Ping timeout: 264 seconds]
rgherdt has quit [Ping timeout: 240 seconds]
random-jellyfish has quit [Ping timeout: 264 seconds]
jdz_ is now known as jdz
shka has joined #commonlisp
bendersteed has joined #commonlisp
dinomug has quit [Ping timeout: 260 seconds]
pfdietz has quit [Quit: Client closed]
rgherdt has joined #commonlisp
random-jellyfish has joined #commonlisp
random-jellyfish has joined #commonlisp
danse-nr3 has joined #commonlisp
mgl has joined #commonlisp
easye has joined #commonlisp
mariari has quit [Ping timeout: 260 seconds]
anticrisis has quit [Read error: Connection reset by peer]
contrapunctus has quit [Ping timeout: 272 seconds]
contrapunctus has joined #commonlisp
mariari has joined #commonlisp
rgherdt has quit [Ping timeout: 258 seconds]
<Shinmera> hooray for hitting a shot in the dark :)
gxt has quit [Remote host closed the connection]
gxt has joined #commonlisp
dnhester26 has joined #commonlisp
dnhester26 has quit [Ping timeout: 245 seconds]
easye has quit [Remote host closed the connection]
easye has joined #commonlisp
dnhester26 has joined #commonlisp
habamax has joined #commonlisp
dino_tutter has joined #commonlisp
msavoritias has joined #commonlisp
danse-nr3 has quit [Ping timeout: 264 seconds]
danse-nr3 has joined #commonlisp
danse-nr3 has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
gxt has quit [Remote host closed the connection]
gxt has joined #commonlisp
donleo has joined #commonlisp
White_Flame has quit [Remote host closed the connection]
White_Flame has joined #commonlisp
jrx has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
random-nick has joined #commonlisp
varjag has joined #commonlisp
dnhester26 has quit [Ping timeout: 260 seconds]
Meritamen has joined #commonlisp
OlCe has joined #commonlisp
jrx has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1.90)]
igemnace has quit [Read error: Connection reset by peer]
akoana has joined #commonlisp
igemnace has joined #commonlisp
larix has quit [Ping timeout: 272 seconds]
danse-nr3 has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
yitzi has joined #commonlisp
habamax has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1.90)]
pfdietz has joined #commonlisp
pkal has quit [Remote host closed the connection]
pkal has joined #commonlisp
bendersteed has quit [Remote host closed the connection]
bendersteed has joined #commonlisp
tibfulv has quit [Remote host closed the connection]
tibfulv has joined #commonlisp
bendersteed has quit [Quit: bendersteed]
bendersteed has joined #commonlisp
danse-nr3 has quit [Ping timeout: 260 seconds]
Gleefre has joined #commonlisp
santiagopim has joined #commonlisp
rgherdt has joined #commonlisp
easye` has joined #commonlisp
rgherdt has quit [Ping timeout: 264 seconds]
CO2 has quit [Quit: WeeChat 4.1.1]
dino_tutter has quit [Ping timeout: 240 seconds]
Gleefre has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
Gleefre has joined #commonlisp
random-nick has quit [Ping timeout: 258 seconds]
sjl has quit [Ping timeout: 258 seconds]
Meritamen has quit [Remote host closed the connection]
attila_lendvai has joined #commonlisp
danse-nr3 has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
dnhester26 has joined #commonlisp
dtman34 has quit [Ping timeout: 255 seconds]
dnhester26 has quit [Remote host closed the connection]
akoana has quit [Ping timeout: 272 seconds]
dtman34 has joined #commonlisp
rgherdt has joined #commonlisp
tyson2 has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
attila_lendvai has quit [Ping timeout: 255 seconds]
mgl has quit [Ping timeout: 264 seconds]
attila_lendvai has joined #commonlisp
tyson2 has joined #commonlisp
tok has quit [Ping timeout: 264 seconds]
CO2 has joined #commonlisp
rgherdt has quit [Ping timeout: 255 seconds]
tok has joined #commonlisp
dcb has joined #commonlisp
random-jellyfish has quit [Ping timeout: 264 seconds]
dino_tutter has joined #commonlisp
waleee has joined #commonlisp
waleee has quit [Quit: WeeChat 4.1.0]
dcb has quit [Ping timeout: 258 seconds]
tyson2 has quit [Remote host closed the connection]
dtman34 has quit [Ping timeout: 240 seconds]
dcb has joined #commonlisp
dtman34 has joined #commonlisp
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
akoana has joined #commonlisp
akoana_ has joined #commonlisp
ldb has joined #commonlisp
tyson2 has joined #commonlisp
dtman34 has quit [Ping timeout: 245 seconds]
<ldb> good morning
<beach> Hello ldb.
akoana has quit [Quit: leaving]
dtman34 has joined #commonlisp
mgl has joined #commonlisp
yitzi has quit [Remote host closed the connection]
igemnace has quit [Remote host closed the connection]
yitzi has joined #commonlisp
danse-nr3 has quit [Ping timeout: 260 seconds]
tyson2 has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
danse-nr3 has joined #commonlisp
ldb has quit [Remote host closed the connection]
ldb has joined #commonlisp
dcb has quit [Quit: MSN Messenger 4.1.1]
dnhester26 has quit [Remote host closed the connection]
Gleefre has quit [Remote host closed the connection]
tyson2 has joined #commonlisp
varjag has quit [Ping timeout: 240 seconds]
Gleefre has joined #commonlisp
random-jellyfish has joined #commonlisp
bendersteed has quit [Quit: bendersteed]
rgherdt has joined #commonlisp
dnhester26 has joined #commonlisp
zxcvz has joined #commonlisp
rgherdt has quit [Ping timeout: 264 seconds]
akoana_ is now known as akoana
semz has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
zxcvz has quit [Quit: zxcvz]
cage has joined #commonlisp
semz has joined #commonlisp
X-Scale has joined #commonlisp
igemnace has joined #commonlisp
waleee has joined #commonlisp
random-jellyfish has quit [Ping timeout: 255 seconds]
rendar has quit [Quit: Leaving]
tyson2 has quit [Remote host closed the connection]
random-jellyfish has joined #commonlisp
random-jellyfish has joined #commonlisp
rendar has joined #commonlisp
rendar has quit [Changing host]
rendar has joined #commonlisp
mgl has quit [Ping timeout: 264 seconds]
amb007 has quit [Ping timeout: 264 seconds]
amb007 has joined #commonlisp
LW has joined #commonlisp
igemnace has quit [Read error: Connection reset by peer]
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
random-nick has joined #commonlisp
igemnace has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
danse-nr3 has quit [Ping timeout: 272 seconds]
anticrisis has joined #commonlisp
LW has quit [Quit: WeeChat 3.8]
igemnace has quit [Remote host closed the connection]
attila_lendvai has quit [Remote host closed the connection]
attila_lendvai has joined #commonlisp
LW has joined #commonlisp
X-Scale has quit [Quit: Client closed]
tyson2 has joined #commonlisp
mgl has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
LW has quit [Quit: WeeChat 3.8]
SarioScream has quit [Quit: WeeChat 3.0]
msavoritias has quit [Remote host closed the connection]
X-Scale has joined #commonlisp
random-jellyfish has quit [Ping timeout: 240 seconds]
danse-nr3 has joined #commonlisp
ldb has left #commonlisp [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1)]
danse-nr3 has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
varjag has joined #commonlisp
X-Scale has quit [Ping timeout: 248 seconds]
dnhester26 has joined #commonlisp
danse-nr3 has quit [Ping timeout: 255 seconds]
santiagopim has quit [Remote host closed the connection]
akoana has quit [Quit: leaving]
X-Scale has joined #commonlisp
P1RATEZ has joined #commonlisp
bjorkintosh has quit [Remote host closed the connection]
P1RATEZ has left #commonlisp [#commonlisp]
tyson2 has quit [Remote host closed the connection]
Mandus has quit [Quit: WeeChat 4.0.2]
attila_lendvai has quit [Ping timeout: 240 seconds]
X-Scale has quit [Quit: Client closed]
pfdietz has quit [Quit: Client closed]
son0p has joined #commonlisp
lispmacs[work] has joined #commonlisp
attila_lendvai has joined #commonlisp
LW has joined #commonlisp
<lispmacs[work]> hi, I'm still new to SBCL. I installed sbcl-mcclim on my system, but I do not know how to SBCL where to find it, so I can run the mcclim examples
Mandus has joined #commonlisp
<lispmacs[work]> Is this explained in the SBCL manual? I'm having trouble finding this info
<bike> you don't know how to tell sbcl where to find the system?
<bike> sbcl-mcclim is what, a package installed by your system package manager?
<lispmacs[work]> correct
LW has quit [Client Quit]
<bike> it's probably asdf that needs to know where the system is: https://asdf.common-lisp.dev/asdf.html#Controlling-where-ASDF-searches-for-systems
<ixelp> ASDF Manual
<lispmacs[work]> okay
<bike> the most direct manual way is (asdf:load-asd "path/to/mcclim.asd")
<lispmacs[work]> is that from some root directory defined in the environment?
<lispmacs[work]> I do I have to tell it the absolute path?
<bike> it should start from whatever *default-pathname-defaults* is.
<lispmacs[work]> that I see is set to my home directory
<lispmacs[work]> should I change *default-pathname-defaults* in some init file, or environment variable?
<lispmacs[work]> looks like there is a Configuring ASDF chapter
tyson2 has joined #commonlisp
<lispmacs[work]> it looks like asdf already knows how to find mcclim
<lispmacs[work]> (asdf:load-system :mcclim) seems to have worked
varjag has quit [Ping timeout: 255 seconds]
varjag has joined #commonlisp
lr0 has joined #commonlisp
varjag has quit [Remote host closed the connection]
varjagg has joined #commonlisp
bjorkintosh has joined #commonlisp
bjorkintosh has joined #commonlisp
<kztx> I'm just getting started with CL but the editor I'm most comfortable with is Helix but I would like to benefit from the REPL workflow. Helix has a means of piping editor selections to external scripts. Is there a CLI that speaks Swank? Alternatively I found mundo and so if there is a CLI that speaks the JSON that Vlime uses - I think that could work too.
varjagg has quit [Ping timeout: 264 seconds]
masinter has joined #commonlisp
kamafam has joined #commonlisp
varjagg has joined #commonlisp
rendar has quit [Ping timeout: 245 seconds]
rendar has joined #commonlisp
rendar has quit [Changing host]
rendar has joined #commonlisp
larix has joined #commonlisp
tok has quit [Remote host closed the connection]
habamax has joined #commonlisp
cage has quit [Quit: rcirc on GNU Emacs 29.1]
pfdietz has joined #commonlisp
attila_lendvai has quit [Ping timeout: 245 seconds]
lr0 has left #commonlisp [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1)]
anticomputer has quit [Quit: quit]
anticomputer has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
pranavats has left #commonlisp [Disconnected: Replaced by new connection]
pranavats has joined #commonlisp
pve has quit [Quit: leaving]
rendar has quit [Quit: Leaving]
shka has quit [Ping timeout: 255 seconds]
chomwitt has quit [Ping timeout: 264 seconds]
son0p has quit [Ping timeout: 255 seconds]
rendar has joined #commonlisp
rendar has quit [Changing host]
rendar has joined #commonlisp
herjazz has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
avocadoist has quit [Remote host closed the connection]
skeemer has joined #commonlisp
varjagg has quit [Ping timeout: 272 seconds]
random-nick has quit [Ping timeout: 258 seconds]
son0p has joined #commonlisp
avocadoist has joined #commonlisp
tyson2 has joined #commonlisp
semarie has quit [Ping timeout: 240 seconds]
Gleefre has quit [Remote host closed the connection]
dino_tutter has quit [Ping timeout: 264 seconds]
Gleefre has joined #commonlisp
semarie has joined #commonlisp
larix has quit [Ping timeout: 255 seconds]