Storing MPS as LISP

I think it could be interesting to store MPS language tree as LISP. If there is some serialization options then, then could it be possible to create direct runnable applications e.g. in Scheme.

0
4 comments
Avatar
Permanently deleted user

That's a very interesting project. Implementing a LISP language would definitely be new thing.

0
Avatar
Permanently deleted user

I do not mean implementing LISP. I mean storing MPS output as LISP. I think LISP can be easily used as storage for any MPS language as you can express tree. So for example you can create some SQL language in MPS and store it in lisp. Having some tweaking you could probably have this storage runnable in lisp library, but if you are not intersted you can still generate something in your favourite language like Java. lisp should be easy replacement for xml it could be even readable and editable without MPS

0
Avatar
Permanently deleted user

@Marek sure, but also having a standalone language would definitely a nice thing.

0

Please sign in to leave a comment.