LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Common Lisp stand alone question (https://www.linuxquestions.org/questions/programming-9/common-lisp-stand-alone-question-555883/)

Trizon 05-22-2007 03:57 PM

Common Lisp stand alone question
 
I am learning Common Lisp and I have a question. I know in Windows, you can use the commercial IDE's like Allegro CL, Lispworks, etc to make stand alone exe's.

My question is, how is this done in Linux?
I am versed in Linux, but I have never programmed in Linux. What procedure should I follow to create a stand alone type of application in Linux? I guess a binary?

osor 05-22-2007 09:24 PM

Did you try gcl (GNU Common Lisp)? AFAIK, it can compile to an native executable.

tuxdev 05-22-2007 10:13 PM

Look into SBCL and ECL. Those can definitely compile down, and ECL is designed to be compact.

sidney.harrell 05-22-2007 10:47 PM

I started the MIT SICP series and it turns out that what they refer to as Lisp actually turned out to Scheme, which is handled now by DrScheme. I just checked and it will compile an executable.

Trizon 05-23-2007 08:18 AM

I am using SBCL. Any tricks or links on how to do this using SBCL?

sidney.harrell 05-23-2007 09:07 AM

I assume that you've gotten a copy of the sbcl manual:
http://www.sbcl.org/manual/


All times are GMT -5. The time now is 03:16 PM.