Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

embedding lisp ...

1 view
Skip to first unread message

Vinay

unread,
Dec 13, 2009, 4:30:58 PM12/13/09
to
i'm working on a game for which i want to use lisp as the main
controller, and handle the graphics using c and sdl.

is there any documentation that explains how i can embed clozure lisp
into a mac application (.app) ? or if anyone here has done something
similar, your inputs would be very helpful ...


Juanjo

unread,
Dec 13, 2009, 5:23:41 PM12/13/09
to

If by "similar" you accept another Common Lisp that runs perfectly
fine in Mac,
http://ecls.sourceforge.net/new-manual/
then the manual and the wiki are good starting points
http://ecls.wikispaces.com/Simple+embedded+usage

alex_sv

unread,
Dec 14, 2009, 3:56:32 AM12/14/09
to

I believe that you'd better try the other way around: embed your core
written in C+SDL into CL via ffi (sbcl would be a good choice since it
is free and optimises it's code nearly as good as modern C compiler
does).

0 new messages