2008/10/20 z ghost <[EMAIL PROTECTED]>:
> 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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to