dion
Posts: 5028
Nickname: dion
Registered: Feb, 2003
Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
DSLs in Lisp
Posted: Aug 2, 2005 10:47 PM
This post originated from an RSS feed registered with Java Buzz
by dion.
Original Post: DSLs in Lisp
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)
Advertisement
I saw another interesting Lisp posting that pointed me to a video by Rainer Joswig .
Rainer was responding to Martin Fowlers DSL Entry , and he recorded a session of code writing to implement a clean solution.
What is particularly interesting to watch is:
How Rainer builds a class and method first, and then refactors to macros (code gen). How Lisp.
How Rainer works the environment. At some points you wish he could Ctrl-Space :)
How nice it is to be able to look at the stack in such a simple way
Oh and a funny quote:
"He even has a Java version here, but lets not look at it, it's not pretty"
Read: DSLs in Lisp