fst@gtenmc.UUCP (Fariborz "Skip" Tavakkolian) (11/25/89)
I am looking for a C/C++ library which would allow compiling and interpretation of a language (i.e. LISP) for use in application programs. Here is what I really mean: I have some applications, and my users want a greater control (ad-hoc) over some parts of the program. This calls for some sort of a language that the users can use to make these modification. I have started on implementing an AWK like language for this purpose, but I much rather use something that may already have been designed for this purpose. P.S. I would prefer a small library that would do 70% of what I need, over a very large library that does 100%. Many thanks Skip