
21 Oct
2008
21 Oct
'08
11:50 a.m.
2008/10/20 z ghost
hello, im interested in using haskell to generate code and make little AI applications for fun..
is anyone already doing this sort of thing? it would be fun to collaborate with people on this.
I've been doing some work with Haskell code-generation in Haskell, but I've been using the haskell-src package to do it instead of Template Haskell, as I've been generating whole modules at a time. I have a bunch of convenience functions that I use over here: http://community.haskell.org/~aslatter/code/xhb/HaskellCombinators.hs It doesn't have a very consistent API, though. Let me know if you have any questions about it. -Antoine