quote:
Original post by alexjc
[...]Extrarius, it seems you're just making another scripting language, but based on s-expressions![...]
Yes, pretty much, but aren't s-expressions combined with macros and lisp manipulation functions most of what makes Lisp so flexable and expressive? I'm not missing the point, I'm doing it to learn about interpreters and Lisp both, because I've wanted to make a scripting language for a long, long time and I think making one for a Lisp dialect will help me understand what goes into it better.
Also, from what I've seen of programs with embedded Lisp/Scheme/Etc, most compilers out there are not made with the idea of putting them into a C++ program and only have that as an afterthought. That is one of my main goals, so that I can continue to program in the language I know best (C/C++) and easily combine Lisp code with it at the same time (on the same projects).
[edited by - extrarius on February 27, 2004 2:27:47 PM]
"Walk not the trodden path, for it has borne it's burden." -John, Flying Monk