[Haskell-cafe] pointers for EDSL design
Sterling Clover
s.clover at gmail.com
Tue Oct 5 11:29:12 EDT 2010
Stephen's list is great! Two more points of reference from the recent ICFP -- Geoff Mainland's Nikola [1], and a nice talk on Kansas Lava [2].
[1] http://www.eecs.harvard.edu/~mainland/publications/
[2] http://www.scribd.com/doc/38559736/kansaslava-hiw10 -- hopefully the video from the implementor's workshop to appear soon.
I suspect however, that it will prove hard to impossible to reuse Data.List and Control.Monad functions directly. You don't want to invoke functions at compile time, but represent invocations.
Cheers,
Sterl.
More information about the Haskell-Cafe
mailing list