Re: compiling a Lisp source to exe



On Sep 29, 2:43 pm, Rainer Joswig <jos...@xxxxxxx> wrote:
Which Lisp implementation are you using?

On my Windows machine, I am using Lisp in a Box, with clisp 2.33. On
my Linux machine, I am using cmucl dated 2008-04-08.

When you use COMPILE-FILE, you get a piece of compiled Lisp code.
The Lisp code is not portable between different Lisp implementations,
but you can move the compiled code (the 'fasl' file) to another machine,
start the Lisp implementation there and load the compiled file.
So, when you have, say, LispWorks on both Windows machines
you can compile the file on one machine, copy the file to the
other machine and LOAD the file there into LispWorks.
If you have function calls in the file, they will be executed
upon loading - you can also call the defined functions
after loading the compiled file.

I looked at LispWorks now, and almost fell out of my chair at the
prices. I am a student and frankly cannot afford this product. Does
the Personal Edition create exe files? The blurb says that it does not
support application delivery?

I don't need an IDE. I do just fine with Emacs.

Thanks, CC.
.



Relevant Pages

  • Re: compiling a Lisp source to exe
    ... On my Windows machine, I am using Lisp in a Box, with clisp 2.33. ... start the Lisp implementation there and load the compiled file. ...
    (comp.lang.lisp)
  • Re: C++ sucks for games
    ... have been shown Lisp code that is shorter than your C++ code. ... the Lisp syntax here scales very well ... That a language which you presumably rarely, ...
    (comp.lang.lisp)
  • Re: C++ sucks for games
    ... have been shown Lisp code that is shorter than your C++ code. ... the Lisp syntax here scales very well ... That a language which you presumably rarely, ...
    (comp.lang.cpp)
  • Re: Very poor Lisp performance
    ... >> How would you enforce formatting for your hypothetical LOC measurements? ... > idea how Lisp code is normally formatted. ... >>> Is Lisp code not made less maintainable because of all those brackets? ... > ML and Lisp compare. ...
    (comp.lang.lisp)
  • Re: Which programming language is better to start
    ... >> Repeating again, it's not the code that infers and checks, it's the ... I just want to see an example of some Lisp code ... > which has its types inferred by the compiler and then statically checked. ...
    (comp.programming)