|
-
September 3rd, 2002, 03:04 AM
#1
LISP interfacing with Visual C++
Can some one please tell me, how can i Introduce some LISP code in A visual C++ project?
-
September 3rd, 2002, 03:16 AM
#2
Do you mean compile a Lisp library and link it in with your VC++ or use a library of equivalent Lisp functions in VC++?
Succinct is verbose for terse
-
September 3rd, 2002, 04:10 AM
#3
LISP and VC
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
-
September 3rd, 2002, 08:20 AM
#4
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.
Succinct is verbose for terse
-
September 5th, 2002, 01:33 PM
#5
Succinct is verbose for terse
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|