jcowan has quit [Quit: Connection closed for inactivity]
jcowan has joined #racket
ym555 has quit [Quit: leaving...]
lockywolf has quit [Ping timeout: 252 seconds]
orivej has quit [Ping timeout: 258 seconds]
lockywolf has joined #racket
orivej has joined #racket
YuGiOhJCJ has joined #racket
ubLX has quit [Quit: ubLX]
libertyprime has quit [Quit: leaving]
orivej has quit [Ping timeout: 245 seconds]
dddddd has quit [Remote host closed the connection]
orivej has joined #racket
sauvin has joined #racket
orivej has quit [Ping timeout: 245 seconds]
lockywolf has quit [Ping timeout: 252 seconds]
orivej has joined #racket
casaca has quit [Ping timeout: 248 seconds]
casaca has joined #racket
endformationage has quit [Ping timeout: 248 seconds]
orivej has quit [Ping timeout: 258 seconds]
lockywolf has joined #racket
lockywolf has quit [Remote host closed the connection]
lockywolf has joined #racket
davidl has quit [Quit: WeeChat 2.1]
libertyprime has joined #racket
ZombieChicken has quit [Ping timeout: 245 seconds]
ZombieChicken has joined #racket
libertyprime has quit [Ping timeout: 246 seconds]
lockywolf has quit [Ping timeout: 248 seconds]
lockywolf_ has joined #racket
libertyprime has joined #racket
nolanv has quit [Ping timeout: 246 seconds]
nolanv has joined #racket
ShalokShalom has joined #racket
m1dnight_ has quit [Quit: WeeChat 2.4]
m1dnight_ has joined #racket
m1dnight_ has quit [Client Quit]
lockywolf_ has quit [Ping timeout: 258 seconds]
notzmv has quit [Read error: Connection reset by peer]
manualcrank has quit [Quit: WeeChat 1.9.1]
lockywolf has joined #racket
lockywolf has quit [Remote host closed the connection]
lockywolf has joined #racket
jao has joined #racket
vraid has joined #racket
notzmv has joined #racket
ShalokShalom has quit [Remote host closed the connection]
m1dnight_ has joined #racket
m1dnight_ has quit [Client Quit]
m1dnight_ has joined #racket
m1dnight_ has quit [Client Quit]
m1dnight_ has joined #racket
m1dnight_ has quit [Client Quit]
m1dnight_ has joined #racket
rubic88 has quit [Remote host closed the connection]
aquiandres has joined #racket
ShalokShalom has joined #racket
lockywolf has quit [Ping timeout: 248 seconds]
quipa_ has quit [Remote host closed the connection]
ShalokShalom has quit [Remote host closed the connection]
Arcaelyx has quit [Ping timeout: 272 seconds]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
lockywolf has joined #racket
iyzsong has joined #racket
<aquiandres>
Hello guys. I was tinkering around Racket and just wondering about the compiling capabilities of Racket. Is there a way to compile modules as a shared library? My interest is to create a bunch of "plugins" that I can dynamically load at runtime. So I compile a standalone executable and then load those plugins a created. Is this possible in some way? Go has `go build -buildmode=xxx` (xxx: c-shared, plugin, etc.) but I couldn't find
<aquiandres>
something similar available for Racket.
orivej has joined #racket
orivej has quit [Ping timeout: 248 seconds]
orivej has joined #racket
orivej has quit [Ping timeout: 246 seconds]
casaca has quit [Ping timeout: 245 seconds]
lockywolf_ has joined #racket
lockywolf has quit [Ping timeout: 268 seconds]
orivej has joined #racket
jao has quit [Ping timeout: 268 seconds]
lockywolf__ has joined #racket
lockywolf_ has quit [Ping timeout: 272 seconds]
lockywolf__ has quit [Read error: Connection reset by peer]
rubic has quit [Remote host closed the connection]
ricekrispie has quit [Quit: YEET]
ricekrispie has joined #racket
endformationage has joined #racket
sz0 has quit [Ping timeout: 252 seconds]
banjiewen has quit [Read error: Connection reset by peer]
tfb has quit [Ping timeout: 248 seconds]
cemerick has quit [Ping timeout: 252 seconds]
banjiewen has joined #racket
tfb has joined #racket
cemerick has joined #racket
sz0 has joined #racket
<lavaflow>
what do people use for racket in emacs? for a few days I've been tryin out racket-mode but it's single-REPL limitation is biting me in the ass
<lavaflow>
when I switch to a new project and C-c-C-c there, I lose stuff I had running from the previous project that I mean to keep running indefinitely.
ym555 has joined #racket
<jao>
lavaflow, i like geiser (no wonder, being its author)
<lavaflow>
oh nice
<jao>
if you're not using submodules or special #lang's, it should work fine
<jao>
although it's been quite a while since i've used it with racket
<jao>
racket-mode kind of deprecated geiser :)
<lavaflow>
racket/gui should be fine, right? it's just fancy reader stuff that wouldn't work right in geiser?
<jao>
i think so, yes
<lavaflow>
I'll give it a try
<jao>
we even have limited support for images, so definitely deal with graphical libs (at least at the eval level)
<jao>
debugging facilities are practically non-existent, i'm afraid
<jao>
nice things like the macro expander, and such
<lavaflow>
well, I'm coming from racket-vim so my expectations aren't super high ;)
<jao>
:)
<lavaflow>
basic functionality is really all I need
<jao>
that should be reasonably there
<jao>
it was pretty decent for racket 6.x, last time is used it in earnest
<jao>
i used
<jao>
make sure to at least skim the manual... it's available as info inside emacs, and also at http://geiser.non-gnu.org
<lavaflow>
I also do some work in guile sometimes, so I think geiser should be a good fit in general
<jao>
guile is the best supported implementation in geiser, so yes