clisp compile to EXE

Notices and updates
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

clisp compile to EXE

Post by HPW »

On comp.lang.lisp was a post about a hack to compile clisp to EXE.

http://www.frank-buss.de/lisp/clisp.html

The 'Hello world' example compiles to a 1.4 mb EXE.

Good for a 'CommonLisp', but with newLISP you could do it a lot smaller.
To be fair, it is a comparison between apples and pears.
;-)
Hans-Peter

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

From hack to official supported feature:

GNU CLISP 2.38 released

http://clisp.cons.org/impnotes/image.html
Hans-Peter

Locked