Discussion:
examples of compiled embedded DSL
Yakov Zaytsev
2012-09-29 20:44:56 UTC
Permalink
hello all,
i'm looking for examples of small languages embedded in Common Lisp which
are compiled so effectively small language programs do not run from the
host compiler (CL) environment but from other run-time
i know about parenscript and would love to know about more available in the
public (or story about closed implementations)
Vsevolod Dyomkin
2012-10-01 04:37:48 UTC
Permalink
Hi,

Probably, you're looking for this: http://cliki.net/S-exp%20syntax

There's also CLSQL Symbolic SQL (http://clsql.b9.com/manual/ref-syntax.html)
and Postmodern's S-SQL (http://marijnhaverbeke.nl/postmodern/s-sql.html).

Best,
Vsevolod
Post by Yakov Zaytsev
hello all,
i'm looking for examples of small languages embedded in Common Lisp which
are compiled so effectively small language programs do not run from the
host compiler (CL) environment but from other run-time
i know about parenscript and would love to know about more available in
the public (or story about closed implementations)
_______________________________________________
pro mailing list
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/pro
Loading...