0

I want to save a third-party lisp library to a standalone binary? Is this possible to do in Allegro CL (I can't seem to find anything about this in the documentation)?

Rainer Joswig
  • 136,269
  • 10
  • 221
  • 346
kazimir.r
  • 387
  • 1
  • 3
  • 9
  • Generally EVERY Lisp can generate standalone binaries, somehow. Allegro CL has support mailing lists - application specific questions are best asked there. The documentation has detailed instructions, too. http://franz.com/support/documentation/9.0/doc/delivery.htm http://franz.com/support/documentation/9.0/doc/contents.htm#dumplisp http://franz.com/support/documentation/9.0/doc/building-images.htm – Rainer Joswig Sep 11 '14 at 08:49
  • right.. apparently I wasn't looking in the right places (I've never used Allegro before). Thanks for the pointers. – kazimir.r Sep 11 '14 at 09:16

1 Answers1

1

Looks like Allegro has some documentation on the subject here and here depending on what you are trying to do.

You might also want to check out CLiki's page on the subject if you want to use any other implementations.

Langston
  • 1,083
  • 10
  • 26