ChanServ changed the topic of #racket to: The Racket Programming Language -- https://racket-lang.org/ -- https://racket.discourse.group/ -- http://pasterack.org -- logged at https://libera.irclog.whitequark.org/racket/ -- This is the right place to ask for help with DrRacket. Remember to wait around for an answer!
notzmv has quit [Remote host closed the connection]
Origin has joined #racket
Origin has quit [Ping timeout: 260 seconds]
macabro has quit [Ping timeout: 245 seconds]
skeemer has joined #racket
skapata has quit [Remote host closed the connection]
wwalker has quit [Quit: Lost terminal]
skeemer has quit [Ping timeout: 264 seconds]
m1dnight has quit [Ping timeout: 255 seconds]
m1dnight has joined #racket
skeemer has joined #racket
lxsameer has joined #racket
<lxsameer> hey folks, a noob question: is it possible to compile a racket program to native code?
<bremner> lxsameer: sortof
<bremner> lxsameer: raco exe will produce a standalone executable
<bremner> I say sortof because it is effectively a version of the racket interpreter (or was, last time I checked)
<lxsameer> bremner: ahhh, thank you.
<bremner> which might be fine, depending on what your goals are
<lxsameer> unfortunately it is not :(
<lxsameer> my next question was, whether it can produce a statically linked binary.
<lxsameer> but I didn't get to ask it
<bremner> I don't think so, but you could try
<bremner> hmm. Here it is only linked to 3 things, that might be close enough to static linked
<bremner> A GUI hello world is a 22M exe here
<bremner> on linux most people don't count linking to libc
lxsameer has quit [Ping timeout: 248 seconds]
Origin has joined #racket
skapata has joined #racket
rekahsoft has joined #racket
lucasta has joined #racket
Origin has quit [Read error: Connection reset by peer]
Origin has joined #racket
Origin has quit [Max SendQ exceeded]
Origin has joined #racket
wwalker has joined #racket
Origin has quit [Remote host closed the connection]
Origin has joined #racket
Origin has quit [Remote host closed the connection]
Origin has joined #racket
Origin has quit [Max SendQ exceeded]
Origin has joined #racket
lucasta has quit [Quit: Leaving]
cow_2001 has quit [Quit: ✡]
* shawnw ponders porting SRFI-171 (Transducers) to Racket as his next project.
runxiyu has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
cow_2001 has joined #racket
Origin has quit [Read error: Connection reset by peer]
Origin has joined #racket
Origin has quit [Max SendQ exceeded]
Origin has joined #racket
Origin has quit [Remote host closed the connection]
Origin has joined #racket
Origin has quit [Max SendQ exceeded]
runxiyu has joined #racket
to-hu has joined #racket
Origin has joined #racket
to-hu has quit [Remote host closed the connection]
Tuplanolla has joined #racket
skeemer has quit [Ping timeout: 264 seconds]
Tuplanolla has quit [Quit: Leaving.]
macabro has joined #racket