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/>
supercode has quit [Quit: Client closed]
pranav has quit [Remote host closed the connection]
spdegabrielle has quit [Quit: Connection closed for inactivity]
yitzi has quit [Remote host closed the connection]
pranav has joined #commonlisp
synchrom1 has joined #commonlisp
synchromesh has quit [Ping timeout: 244 seconds]
synchromesh has joined #commonlisp
synchrom2 has joined #commonlisp
synchrom1 has quit [Ping timeout: 252 seconds]
synchromesh has quit [Ping timeout: 260 seconds]
jonatack has quit [Ping timeout: 252 seconds]
szkl has joined #commonlisp
amb007 has joined #commonlisp
cryptk has joined #commonlisp
amb007 has quit [Ping timeout: 265 seconds]
random-nick has quit [Quit: quit]
k_hachig has quit [Ping timeout: 272 seconds]
k_hachig_ has joined #commonlisp
edgar-rft` has joined #commonlisp
Akbar-Birbal has joined #commonlisp
edgar-rft_ has quit [Ping timeout: 248 seconds]
shawnw has quit [Ping timeout: 252 seconds]
phantomics_ has quit [Quit: Leaving]
phantomics_ has joined #commonlisp
HER has left #commonlisp [#commonlisp]
bjorkintosh has quit [Ping timeout: 276 seconds]
jonatack has joined #commonlisp
Ruby has quit [Quit: ZNC - https://znc.in]
Ruby has joined #commonlisp
brokkoli_origin has quit [Ping timeout: 276 seconds]
brokkoli_origin has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
lucasta has joined #commonlisp
lucasta has quit [Client Quit]
decweb has quit [Ping timeout: 245 seconds]
shawnw has joined #commonlisp
jonatack has quit [Read error: Connection reset by peer]
jonatack has joined #commonlisp
opcode has quit [Quit: hopefully not k:lined]
k_hachig_ has quit [Quit: WeeChat 4.4.2]
meaty has quit [Ping timeout: 252 seconds]
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
simendsjo has quit [Ping timeout: 252 seconds]
wobbol has joined #commonlisp
annamalai has quit [Ping timeout: 260 seconds]
annamalai has joined #commonlisp
emaczen has quit [Ping timeout: 252 seconds]
mishoo has joined #commonlisp
Renfield has quit [Ping timeout: 248 seconds]
jadzi has joined #commonlisp
gilberth has quit [Ping timeout: 260 seconds]
ixelp has quit [Ping timeout: 260 seconds]
wacki has joined #commonlisp
ixelp has joined #commonlisp
Pixel_Outlaw has quit [Quit: Leaving]
pve has joined #commonlisp
skeemer has joined #commonlisp
mgl has joined #commonlisp
amb007 has quit [Remote host closed the connection]
amb007 has joined #commonlisp
rcs has joined #commonlisp
dcb has quit [Quit: MSN Messenger v1.9.1 - https://znc.in]
dcb has joined #commonlisp
shka has joined #commonlisp
awlygj has joined #commonlisp
cryptk has quit [Read error: Connection reset by peer]
cryptk has joined #commonlisp
Th30n has joined #commonlisp
skeemer has quit [Ping timeout: 264 seconds]
molson_ has quit [Ping timeout: 252 seconds]
treflip has joined #commonlisp
awlygj has quit [Ping timeout: 255 seconds]
awlygj has joined #commonlisp
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 252 seconds]
Lord_of_Life_ is now known as Lord_of_Life
rcs has quit [Quit: rcs]
<mountainman1312> I've never used Roswell before. It downloaded its own copy of SBCL. Is it recommended to remove the system package for SBCL and use this one? Should I add something like "$HOME/.roswell/impls" to PATH? Or am I misunderstanding something and should leave it alone?
<beach> I never understood what problem is solved by Roswell.
<mountainman1312> I'm just trying to make some executables for Windows. Kind of entering new territory on several things with this project, never done GUI before, never developed for Windows before. Probably making some poor decisions along the way haha
<jackdaniel> roswell downloads prebuilt common lisp implementation binaries; this is rather buggy given that it runs on an arbitrary system; so the problem roswell addresses are these bugs introduced by running binary built on possibly incompatible system :)
<jackdaniel> the easiest way to solve a problem is to make one beforehand
<beach> I see. Thanks!
<mountainman1312> So... just `pkg remove roswell` then?
<beach> mountainman1312: I have no advice to give, given that I don't know what problem you were trying to solve by downloading Roswell, nor do I know whether Roswell is supposed to solve that problem.
<beach> mountainman1312: If you are using SBCL, it there a reason why (SAVE-LISP-AND-DIE :EXECUTABLE T) is not working for you?
mishoo has quit [Ping timeout: 276 seconds]
<mountainman1312> Like I said this is my first time doing anything on Windows. Did some internet searches and got the idea that Roswell was just the default way to compile a windows executable to be honest. I've yet to even start trying to porting it to windows, was just checking out roswell initially just now.
<beach> I see.
<mountainman1312> And I'm not developing "on" windows, just for it
rcs has joined #commonlisp
rcs has quit [Client Quit]
<beach> I don't think you can create an executable for Windows if you are working on a different system. So you may need to do a few manipulations on Windows.
treflip` has joined #commonlisp
treflip has quit [Ping timeout: 276 seconds]
donleo has joined #commonlisp
<aeth> you may be able to use wine
varjag has joined #commonlisp
<aeth> I have SBCL 2.2.8 from 2 years ago (2022-08-30) in sbcl.exe form. So that's the last time I tried it. It runs. The REPL is even worse than the regular non-rlwrapped SBCL in-terminal REPL. Depending on what you're doing, you may be able to build an executable out of the SBCL executable from https://www.sbcl.org/platform-table.html
<ixelp> Download - Steel Bank Common Lisp
<aeth> You would have to _test_ it on Windows, though
<aeth> I don't think Roswell comes in handy here? The Windows binaries (probably) exist for implementations with Windows support so all I think they're doing is making it easy to grab them all in one place? But if you only select one implementation...
<mountainman1312> I'll probably just have to setup a Windows machine in here. Probably need to anyways for testing like you said.
<aeth> Well, if you only use it for testing and not for anything else, it should be much easier to work with.
<mountainman1312> I promise I won't use it for anything else :)
<aeth> e.g. no need to try to get third-class-citizen GNU Emacs running
<aeth> if you're just testing something you built in wine
cow_2001 has quit [Quit: ✡]
cow_2001 has joined #commonlisp
awlygj has quit [Quit: leaving]
ol0ck has joined #commonlisp
awlygj has joined #commonlisp
ingeniot has joined #commonlisp
rcs has joined #commonlisp
rcs has quit [Client Quit]
awlygj has quit [Quit: leaving]
Perflosopher has quit [Read error: Connection reset by peer]
awlygj has joined #commonlisp
Perflosopher has joined #commonlisp
awlygj has quit [Ping timeout: 248 seconds]
awlygj has joined #commonlisp
synchrom2 has quit [Quit: WeeChat 4.0.5]
awlygj has quit [Quit: leaving]
mari-estel has joined #commonlisp
treflip`` has joined #commonlisp
treflip` has quit [Ping timeout: 276 seconds]
mwnaylor has quit [Ping timeout: 260 seconds]
treflip`` has quit [Read error: Connection reset by peer]
mishoo has joined #commonlisp
treflip`` has joined #commonlisp
random-nick has joined #commonlisp
treflip`` has quit [Ping timeout: 252 seconds]
pillton has quit [Remote host closed the connection]
overclucker has quit [Read error: Connection reset by peer]
overclucker has joined #commonlisp
X-Scale has joined #commonlisp
gilberth has joined #commonlisp
mari-estel has quit [Remote host closed the connection]
ingeniot has quit [Ping timeout: 256 seconds]
X-Scale has quit [Ping timeout: 256 seconds]
yitzi has joined #commonlisp
uhuh has joined #commonlisp
mrcom has joined #commonlisp
phantomics_ has quit [Quit: Leaving]
phantomics_ has joined #commonlisp
decweb has joined #commonlisp
uhuh has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
mari-estel has joined #commonlisp
ingeniot has joined #commonlisp
bjorkintosh has joined #commonlisp
mgl has quit [Ping timeout: 255 seconds]
mountainman1312 has quit [Remote host closed the connection]
JuanDaugherty has joined #commonlisp
mountainman1312 has joined #commonlisp
uhuh has joined #commonlisp
shawnw has quit [Ping timeout: 245 seconds]
Lord_Nightmare has quit [Quit: ZNC - http://znc.in]
Lord_Nightmare has joined #commonlisp
emaczen has joined #commonlisp
spdegabrielle has joined #commonlisp
rootnode- has quit [Quit: ZNC 1.8.2 - https://znc.in]
rootnode- has joined #commonlisp
jonatack has quit [Ping timeout: 264 seconds]
jonatack has joined #commonlisp
cmack` has quit [Remote host closed the connection]
varjag has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
minion has quit [Remote host closed the connection]
minion has joined #commonlisp
jmiven has quit [Ping timeout: 265 seconds]
jmiven has joined #commonlisp
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
Th30n has quit [Ping timeout: 265 seconds]
mgl has joined #commonlisp
JuanDaugherty has quit [Quit: JuanDaugherty]
mari-estel has quit [Ping timeout: 272 seconds]
skeemer has joined #commonlisp
shawnw has joined #commonlisp
treflip has joined #commonlisp
mari-estel has joined #commonlisp
rcs has joined #commonlisp
oneeyedalien has joined #commonlisp
emaczen has quit [Ping timeout: 252 seconds]
chiselfuse has quit [Read error: Connection reset by peer]
chiselfuse has joined #commonlisp
yitzi has quit [Read error: Connection reset by peer]
rcs has quit [Quit: rcs]
treflip has quit [Read error: Connection reset by peer]
zxcvz has joined #commonlisp
zxcvz has quit [Remote host closed the connection]
jonatack has quit [Ping timeout: 272 seconds]
jonatack has joined #commonlisp
spdegabrielle has quit [Quit: Connection closed for inactivity]
shawnw has quit [Ping timeout: 248 seconds]
mari-estel has quit [Read error: Connection reset by peer]
<Bubblegumdrop> mountainman1312 I know Shinmera tests Kandria on Windows using *only* wine https://reader.tymoon.eu/article/413
skeemer has quit [Ping timeout: 260 seconds]
<Bubblegumdrop> sbcl.exe built for windows runs perfectly well under wine and your lisp software will work as expected. Throw in a few Qt libs for Win32 and you're good to go.
Guest46 has joined #commonlisp
lucasta has joined #commonlisp
oneeyedalien has quit [Ping timeout: 246 seconds]
* Bubblegumdrop (ノ゚-゚)ノ☆ ● 『Glass Ocean』 by 『Machine Girl』 from 『Neon White OST 1 - The Wicked Heart』 ▶ 『00:06 / 05:01 ➤ 128 Kbps』 Streaming ● http://phntsm.ddns.net/np/
<Bubblegumdrop> nice.
<Bubblegumdrop> gotta add a stream link. it's port 8000 if you wanna tune in.
Guest46 has quit [Quit: Client closed]
ingeniot has quit [Ping timeout: 256 seconds]
jon_atack has joined #commonlisp
jonatack has quit [Ping timeout: 246 seconds]
cage has joined #commonlisp
cage has quit [Excess Flood]
aadcg has joined #commonlisp
cage has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
amb007 has quit [Ping timeout: 248 seconds]
amb007 has joined #commonlisp
wacki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
yitzi has joined #commonlisp
Akbar-Birbal has left #commonlisp [#commonlisp]
jadzi has quit [Ping timeout: 276 seconds]
kevingal has joined #commonlisp
uhuh has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
alcor has joined #commonlisp
lucasta has quit [Remote host closed the connection]
wacki has joined #commonlisp
varjag has joined #commonlisp
oneeyedalien has joined #commonlisp
NotThatRPG has joined #commonlisp
oneeyedalien has quit [Quit: Leaving]
aadcg has quit [Ping timeout: 265 seconds]
shawnw has joined #commonlisp
bilegeek has joined #commonlisp
synchromesh has joined #commonlisp
ezakimak_ has joined #commonlisp
ezakimak has quit [Read error: Connection reset by peer]
luna-is-here has joined #commonlisp
attila_lendvai has joined #commonlisp
ezakimak_ has quit []
ezakimak has joined #commonlisp
JuanDaugherty has joined #commonlisp
ezakimak has quit [Client Quit]
ezakimak has joined #commonlisp
luna-is-here has quit []
luna-is-here has joined #commonlisp
luna-is-here has quit [Client Quit]
cmack has joined #commonlisp
luna-is-here has joined #commonlisp
luna-is-here has quit [Client Quit]
kevingal has quit [Ping timeout: 244 seconds]
PennyBlake has joined #commonlisp
luna-is-here has joined #commonlisp
treflip has joined #commonlisp
kpg has quit [Ping timeout: 252 seconds]
King_julian has joined #commonlisp
neuroevolutus has joined #commonlisp
PennyBlake has quit [Read error: Connection reset by peer]
kevingal has joined #commonlisp
aadcg has joined #commonlisp
triffid has quit [Remote host closed the connection]
triffid has joined #commonlisp
JuanDaugherty has quit [Quit: JuanDaugherty]
neuroevolutus has quit [Quit: Client closed]
neuroevolutus has joined #commonlisp
neuroevolutus has quit [Quit: Client closed]
neuroevolutus has joined #commonlisp
mishoo has quit [Ping timeout: 264 seconds]
skeemer has joined #commonlisp
King_julian has quit [Ping timeout: 265 seconds]
spdegabrielle has joined #commonlisp
simendsjo has joined #commonlisp
cage has quit [Remote host closed the connection]
cage has joined #commonlisp
cage has quit [Excess Flood]
cage has joined #commonlisp
cage has quit [Quit: rcirc on GNU Emacs 29.4]
treflip` has joined #commonlisp
treflip has quit [Ping timeout: 252 seconds]
treflip` has quit [Client Quit]
mwnaylor has joined #commonlisp
meaty has joined #commonlisp
yitzi has quit [Remote host closed the connection]
aadcg has quit [Ping timeout: 264 seconds]
kpg has joined #commonlisp
amb007 has quit [Ping timeout: 276 seconds]
amb007 has joined #commonlisp
attila_lendvai has quit [Ping timeout: 248 seconds]
mistivia has quit [Ping timeout: 252 seconds]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mistivia has joined #commonlisp
mgl has quit [Ping timeout: 260 seconds]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
X-Scale has joined #commonlisp
wacki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
k_hachig_ has joined #commonlisp
k_hachig_ is now known as k_hachig
skeemer has quit [Ping timeout: 260 seconds]
alcor has quit [Remote host closed the connection]
mwnaylor has quit [Read error: Connection reset by peer]
NotThatRPG has joined #commonlisp
mwnaylor has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
X-Scale has quit [Quit: Client closed]
k_hachig has quit [Ping timeout: 260 seconds]
pve has quit [Quit: leaving]
k_hachig_ has joined #commonlisp
shawnw has quit [Ping timeout: 265 seconds]
lucerne has quit [Ping timeout: 252 seconds]
Oladon has quit [Ping timeout: 252 seconds]
Oladon has joined #commonlisp
neuroevolutus has quit [Ping timeout: 256 seconds]
varjag has quit [Ping timeout: 252 seconds]
kevingal has quit [Ping timeout: 260 seconds]
donleo has quit [Ping timeout: 248 seconds]
shka has quit [Quit: Konversation terminated!]
spdegabrielle has quit [Quit: Connection closed for inactivity]
k_hachig_ has quit [Ping timeout: 252 seconds]
k_hachig_ has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]