Can I compile for Windows or Mac OSX when running on Linux for the Racket programming language ( cross-compilation )? There is no such menu item in the DrRacket IDE. The Raco help command also did not show this option:
$ raco help make
raco make [ <option> ... ] <file> [<another-file>] ...
where <option> is one of
-j <n> : Compile with up to <n> tasks in parallel
-p <file>,
-v : Verbose mode
Multiple single-letter switches can be combined after one `-'; for
example: `-h-' is the same as `-h --'
I suspect this is not possible in Racket. Is this possible for any other Scheme or Lisp language? Thanks for your comments.
source
share