[Haskell-cafe] code generation

Don Stewart dons at galois.com
Tue Oct 21 11:30:25 EDT 2008


zghost123:
>    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.                                                       

Lots of people are generating code from Haskell.
Some useful libraries to look at:

    Language.C
        http://hackage.haskell.org/cgi-bin/hackage-scripts/package/language-c
    Language.X86ASM
        http://hackage.haskell.org/cgi-bin/hackage-scripts/package/harpy 
    Language.JavaScript
        http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HJavaScript
        http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HJScript
        http://hackage.haskell.org/cgi-bin/hackage-scripts/package/WebBits
    Language.Parrot
        http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsParrot
    Language.Haskell
        http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src


More information about the Haskell-Cafe mailing list