Roger Alsing Weblog

DSLisp

leave a comment »

MyLisp is now named DSLisp - Domain Specific (Language) Lisp.

I have published it as a project on CodePlex:
http://www.codeplex.com/DSLisp

The new name imples the purpose of the project.
To act as a host for DSL’s.

The idea is to compile your DSL into the DSLisp AST.
And then run your DSL inside the DSLisp engine.
By doing this you can very easily add single step debugging and breakpoint support to your DSL. 

See the codeplex site for more info.

Written by Roger Alsing

February 12, 2008 at 10:11 am

Posted in Architecture, C#, DSL, Lisp

Tagged with , , ,

Leave a Reply