[Haskell-cafe] generate Haskell code from model
Jose Benjamin Perez Soto
jose.benjaminps at gmail.com
Wed May 9 23:46:13 EDT 2007
Hi,
This can be useful:
http://www.cs.uu.nl/wiki/pub/Hage/SupervisedMasterTheses/faridahliduan-masterthesis.pdf
This does not generate code Haskell, but the idea and the tools that use
and the steps that make for the code generation are good.
I consider that the idea of uml to haskell is interesting, but for this
it is necessary to consider several points:
1. decide how to map UML to haskell
2. haskell to uml is also interesting
3. code a module to represent an UML structure
4. what is a UML class in haskell
5. ........
as I said it the idea is very interesting.
cheers,
Ben
More information about the Haskell-Cafe
mailing list