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/>
b00p has joined #commonlisp
waleee has quit [Ping timeout: 260 seconds]
random-nick has quit [Ping timeout: 250 seconds]
habamax has joined #commonlisp
bjorkint0sh has joined #commonlisp
_whitelogger has quit [Ping timeout: 246 seconds]
_whitelogger has joined #commonlisp
bjorkintosh has quit [Ping timeout: 246 seconds]
b00p has quit [Ping timeout: 250 seconds]
akoana has quit [Quit: leaving]
yewscion has quit [Remote host closed the connection]
yewscion has joined #commonlisp
rtypo has joined #commonlisp
habamax has quit [Remote host closed the connection]
szkl has quit [Quit: Connection closed for inactivity]
jon_atack has quit [Ping timeout: 245 seconds]
jonatack1 has joined #commonlisp
lucasta has quit [Quit: Leaving]
azimut has quit [Ping timeout: 240 seconds]
masinter has joined #commonlisp
yewscion has quit [Remote host closed the connection]
rainthree has joined #commonlisp
rtypo has quit [Ping timeout: 244 seconds]
habamax has joined #commonlisp
dcb has quit [Quit: MSN Messenger 4.0.2]
count3rmeasure has joined #commonlisp
rainthree has quit [Ping timeout: 245 seconds]
Posterdati has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
Posterdati has joined #commonlisp
rgherdt has joined #commonlisp
ronald has joined #commonlisp
pve has joined #commonlisp
thuna` has joined #commonlisp
igemnace has quit [Ping timeout: 260 seconds]
igemnace has joined #commonlisp
msavoritias has joined #commonlisp
pve_ has joined #commonlisp
pve_ has quit [Client Quit]
shka has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
dino_tutter has joined #commonlisp
habamax has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.0.92)]
habamax has joined #commonlisp
cage has joined #commonlisp
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
contrapunctus has joined #commonlisp
LW has joined #commonlisp
Inline has joined #commonlisp
Brucio-61 has quit [Remote host closed the connection]
Brucio-61 has joined #commonlisp
azimut has joined #commonlisp
random-nick has joined #commonlisp
LW has quit [Quit: WeeChat 3.8]
AetherWind has joined #commonlisp
tyson2 has joined #commonlisp
igemnace has quit [Remote host closed the connection]
dino_tutter has quit [Ping timeout: 245 seconds]
AetherWind has quit [Quit: leaving]
count3rmeasure has quit [Ping timeout: 260 seconds]
jmdaemon has quit [Ping timeout: 246 seconds]
szkl has joined #commonlisp
Inline has quit [Ping timeout: 260 seconds]
Brucio-61 has quit [Ping timeout: 246 seconds]
Brucio-61 has joined #commonlisp
bovid-19 has joined #commonlisp
dino_tutter has joined #commonlisp
habamax has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1)]
<bovid-19> Hi! I am running SBCL through Sly on Guix System. I assumed the correct way to load a system (without quicklisp) was `(require :system-name)'. This seemed to work so far, but now I tried to load `mito' without success (--> `Don't know how to REQUIRE MITO.'). `sbcl-mito' is installed. Am I using the wrong invocation to summon mito or it some other kind of problem?
<beach> Yes, use (asdf:load-system <system-name>).
count3rmeasure has joined #commonlisp
rtypo has joined #commonlisp
Brucio-61 has quit [Remote host closed the connection]
Brucio-61 has joined #commonlisp
thuna` has quit [Remote host closed the connection]
<bovid-19> Thank you, beach! I get another error now: `Component MITO not found'. But it might some kind of guix problem: I also tried inside a shell with just sbcl and sbcl-mito and got some other problem there: `#<SB-SYS:FD-STREAM for "file /gnu/store/4ich13ljrs6r569h8m32dx0mq06wwh58-sbcl-dbi-0.9.5-2.738a74d/lib/common-lisp/sbcl/dbi/src/utils.fasl" {1005B6B613}> is a fasl file compiled with SBCL 2.3.5, and can't be loaded into SBCL 2.3.2.'.
<bovid-19> So I'll try and see if I can get it to work there by including all the dependencies. It's weird though, this seems like the kind of problems guix was supposed to keep away. Anyway, thank you for the pointer!
<beach> bovid-19: You have to make sure ASDF can find the .asd file.
<beach> There are several ways of doing that. I put symbolic links in ~/quicklisp/local-projects to the directory where the .asd file lives and then execute (ql:register-local-projects).
<beach> You should not try to install FASL files compiled elsewhere.
<beach> The structure of a FASL file depends on the version of SBCL that created it.
<bovid-19> I thought Guix was supposed to to care of all that, and it seems to work for most systems. But yeah, maybe using quicklisp makes more sense than trying to figure out what's wrong while I'm actually trying to get something done. That seems to be what I did at some other point since I see I also have quicklisp installed. I've got to go. Thanks again!
<beach> Pleasure. Good luck!
<beach> I don't know Guix, so I can't help you there.
<bovid-19> Cheers!
bovid-19 has left #commonlisp [ERC 5.4.1 (IRC client for GNU Emacs 29.0.50)]
count3rmeasure has quit [Ping timeout: 260 seconds]
easye has quit [Ping timeout: 260 seconds]
easye has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
avocadoist has joined #commonlisp
tyson2 has joined #commonlisp
Brucio-61 has quit [Remote host closed the connection]
Brucio-61 has joined #commonlisp
avocadoist has quit [Remote host closed the connection]
AetherWind has joined #commonlisp
Lycurgus has joined #commonlisp
eelhazred has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
thuna` has joined #commonlisp
avocadoist has joined #commonlisp
Lycurgus has quit [Quit: Exeunt: personae.ai-integration.biz]
count3rmeasure has joined #commonlisp
avocadoist has quit [Remote host closed the connection]
avocadoist has joined #commonlisp
rainthree has joined #commonlisp
waleee has joined #commonlisp
dra has joined #commonlisp
dra has quit [Changing host]
dra has joined #commonlisp
sjl has quit [Ping timeout: 245 seconds]
sjl has joined #commonlisp
dcb has joined #commonlisp
perrierjouet has quit [Quit: WeeChat 4.0.2]
perrierjouet has joined #commonlisp
perrierjouet has quit [Client Quit]
Inline has joined #commonlisp
rainthree has quit [Ping timeout: 250 seconds]
rainthree has joined #commonlisp
perrierjouet has joined #commonlisp
rtypo has quit [Ping timeout: 240 seconds]
tyson2 has joined #commonlisp
count3rmeasure has quit [Read error: Connection reset by peer]
rbcarleton has quit [Remote host closed the connection]
igemnace has joined #commonlisp
tyson2 has quit [Ping timeout: 244 seconds]
masinter has quit [Remote host closed the connection]
tyson2 has joined #commonlisp
pranavats has quit [Excess Flood]
tyson2 has quit [Remote host closed the connection]
rainthree has quit [Ping timeout: 252 seconds]
igemnace has quit [Quit: WeeChat 4.0.2]
dino_tutter has quit [Ping timeout: 260 seconds]
jeffrey has joined #commonlisp
rtypo has joined #commonlisp
msavoritias has quit [Remote host closed the connection]
Inline has quit [Ping timeout: 260 seconds]
pranavats has joined #commonlisp
sjl has quit [Ping timeout: 260 seconds]
tyson2 has joined #commonlisp
sjl has joined #commonlisp
cage has quit [Quit: rcirc on GNU Emacs 28.2]
randm has quit [Remote host closed the connection]
randm has joined #commonlisp
dino_tutter has joined #commonlisp
robin has joined #commonlisp
Lycurgus has joined #commonlisp
robin_ has joined #commonlisp
robin has quit [Read error: Connection reset by peer]
yewscion has joined #commonlisp
Brucio-61 has quit [Ping timeout: 245 seconds]
AetherWind has quit [Quit: leaving]
Lycurgus has quit [Quit: Exeunt: personae.ai-integration.biz]
pve has quit [Quit: leaving]
Brucio-61 has joined #commonlisp
dinomug has joined #commonlisp
jmdaemon has joined #commonlisp
emacs-dwim has quit [Ping timeout: 260 seconds]
shka has quit [Ping timeout: 246 seconds]
random-nick has quit [Ping timeout: 250 seconds]
jeffrey has quit [Ping timeout: 250 seconds]
jonatack1 has quit [Read error: Connection reset by peer]
ronald has quit [Ping timeout: 246 seconds]
dino_tutter has quit [Ping timeout: 244 seconds]
earl-ducaine has joined #commonlisp
random-nick has joined #commonlisp
sjl has quit [Quit: WeeChat 3.6]
rgherdt has quit [Remote host closed the connection]
habamax has joined #commonlisp
jonatack has joined #commonlisp
flip214_ has joined #commonlisp
flip214 has quit [Read error: Connection reset by peer]
jonatack has quit [Read error: Connection reset by peer]
jonatack has joined #commonlisp
dra has quit [Quit: Leaving]