Re: [racket-users] Machine code executable

2021-01-07 Thread Stephen De Gabrielle
we also have a faq https://github.com/racket/racket/wiki/Frequently-Asked-Questions#is-racket-compiled On Thursday, January 7, 2021 at 3:23:31 PM UTC Paulo Matos wrote: > > Daniel Santos writes: > > > Has Racket to output to other language, such as C, in order to have > machine > > code execut

Re: [racket-users] Machine code executable

2021-01-07 Thread Paulo Matos
Daniel Santos writes: > Has Racket to output to other language, such as C, in order to have machine > code executables, or, does Racket produce machine code executables directly? Hi Daniel, It's certainly possible to generate executables. Take a look at `raco exe`. https://docs.racket-lang.org