[Haskell-cafe] ANN: cmonad 0.1.1

Alexandr N. Zamaraev tonal.promsoft at gmail.com
Tue Mar 31 00:22:01 EDT 2009


Sebastiaan Visser wrote:
>> A nice addition would be to output a C AST from language-c:
>> http://hackage.haskell.org/cgi-bin/hackage-scripts/package/language-c
> And compile and link that back into your program!
> Nice toys indeed.
> Lennart, what is the next language DSL you are going to build?
> Prolog? XSLT?
Maybe SQL over HDBC?
For exampl:
main = do
   curs <- selectSQL FirstName, LastName, Age from Peoples
   putStrLn . unlines $ map show curs

Where curs :: [(String, String, Int)]


More information about the Haskell-Cafe mailing list