Embedding a lisp interpreter in C++
From: Michael (moconnor59_at_yahoo.com)
Date: 03/01/04
- Next message: Kenny Tilton: "Re: unexpected behaviour"
- Previous message: Juho Snellman: "Re: Most portable way to make pathname?"
- Next in thread: Marco Parrone: "Re: Embedding a lisp interpreter in C++"
- Reply: Marco Parrone: "Re: Embedding a lisp interpreter in C++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 1 Mar 2004 10:58:02 -0800
Hi,
I have a task that requires me to embed a lisp interpreter into a C++
application (primarily in order to provide configuration information
to the app, but also to allow some data manipulation). The interpreter
will be called by the C++ app and needs to read a named lisp file,
compile to bytecode, and run the bytecode over lots of different sets
of data provided by the app.
I've been looking at using ECL (http://ecls.sourceforge.net/) for
this, but I can't find any explanation or example of how to embed the
interpreter in a C/C++ app. So now I'm wondering if ECL is intended
for this type of use? If not, is there a more suitable interpreter out
there?
Thanks,
Michael
- Next message: Kenny Tilton: "Re: unexpected behaviour"
- Previous message: Juho Snellman: "Re: Most portable way to make pathname?"
- Next in thread: Marco Parrone: "Re: Embedding a lisp interpreter in C++"
- Reply: Marco Parrone: "Re: Embedding a lisp interpreter in C++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|