Lisp Executable
Posted
by Alexander Stolz
on Stack Overflow
See other posts from Stack Overflow
or by Alexander Stolz
Published on 2008-08-24T13:42:35Z
Indexed on
2010/04/17
9:13 UTC
Read the original article
Hit count: 431
I've just started learning Lisp and I can't figure out how to compile and link lisp code to an executable. Im using clisp and "clisp -c" produces two files .fas and .lib, what do I do next to get an exeutable?
© Stack Overflow or respective owner