Click to See Complete Forum and Search --> : LISP interfacing with Visual C++


salman108
September 3rd, 2002, 03:04 AM
Can some one please tell me, how can i Introduce some LISP code in A visual C++ project?

cup
September 3rd, 2002, 03:16 AM
Do you mean compile a Lisp library and link it in with your VC++ or use a library of equivalent Lisp functions in VC++?

salman108
September 3rd, 2002, 04:10 AM
I meant the later, taht i have some LISP script alrleady and i want to call it in a VC project as a function, be it via dll, or wat ever

cup
September 3rd, 2002, 08:20 AM
You basically need to search for or write a Prefix Polish interepreter which translates the lisp functions into C++. I don't know of any free ones but there may be some around that will do the CAR CDR stuff.

Have a look at Simtel.net. They may have some old DOS/Unix ones with source code that you might be able to cannibalize.

cup
September 5th, 2002, 01:33 PM
There are some free Lisp compilers on
http://www.thefreecountry.com/developercity/freecompilers.shtml#lisp