Difference between revisions of "Blog articles/EDSLs"

From HaskellWiki
Jump to navigation Jump to search
(+dsl post)
(+write a ruby interpreter)
Line 5: Line 5:
 
* [http://augustss.blogspot.com/2007/06/representing-dsl-expressions-in-haskell.html Representing DSL expressions in Haskell]
 
* [http://augustss.blogspot.com/2007/06/representing-dsl-expressions-in-haskell.html Representing DSL expressions in Haskell]
 
* [http://augustss.blogspot.com/2007/06/massive-overload-in-my-last-post-i-had.html Embedding a larger language into Haskell with overloading]
 
* [http://augustss.blogspot.com/2007/06/massive-overload-in-my-last-post-i-had.html Embedding a larger language into Haskell with overloading]
  +
  +
== Interpreters ==
  +
  +
* [http://blog.moertel.com/articles/2005/03/25/writing-a-simple-ruby-evaluator-in-haskell Writing a simple Ruby evaluator in Haskell]
   
 
== Code generation ==
 
== Code generation ==

Revision as of 02:23, 3 July 2007