Ted Leung on the air
Ted Leung on the air: Open Source, Java, Python, and ...
Ted Leung on the air: Open Source, Java, Python, and ...
Thu, 14 Jul 2005
Lisp and Domain Specific Languages
[23:09] |
[computers/programming] |
# |
TB |
F |
G |
3 Comments |
Matt Mower feels that Lisp is too crufty for domain specific languages, while Ben Hyde is reminiscing for the days when he could use Lisp to make domain specific languages.
Ben's post points to Rainer Joswig's 15 minute screencast wherein Joswig constructs a domain specific language using Lisp. I suggest using the bittorrent file. I had already downloaded the file via http (took almost a day), but Ben's post promoted the movie to the top of my queue. Watch the movie and decide for yourself.
Check out Logix, created by a person who felt Lisp is too hard to create DSLs. This one is based on Python, and compiles the DSL to Python byte codes.
From the homepage:
"Logix is like Lisp with extensible syntax. Or, Logix is Python with syntax extension, expression based syntax, and a powerful macro system."
Posted by Pramod Biligiri at Fri Jul 15 01:08:36 2005
From the homepage:
"Logix is like Lisp with extensible syntax. Or, Logix is Python with syntax extension, expression based syntax, and a powerful macro system."
Posted by Pramod Biligiri at Fri Jul 15 01:08:36 2005
There's also Rebol, which just saw a new release in View 1.3. The executable is less than a meg, and you get lots of functionality, including easy gui creation. It is so overlooked that it is criminal.
Posted by MikeJ at Fri Jul 15 06:33:41 2005
Posted by MikeJ at Fri Jul 15 06:33:41 2005
Python is very good for doing Doman Specific Languages. Once you understand the imputil module DSLs in python are easy.
Posted by James Thiele at Sun Jul 17 08:15:28 2005
Posted by James Thiele at Sun Jul 17 08:15:28 2005
You can subscribe to an RSS feed of the comments for this blog:
Add a comment here:
You can use some HTML tags in the comment text:
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
<a href>
, <em>
, <i>
, <b>
, <blockquote>
, <br/>
, <p>
, <code>
, <pre>
, <cite>
, <sub>
and <sup>
.You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk