Friday, May 12, 2006

My favorite project: UML for Haskell

These days, I established investigate the three projects in the that I'm register for the list of projects of Haskell, the three are interesting, but the that more interests me is the project "UML for Haskell", because this project contains many areas which are of my interest like the modeling and the design of compilers. Well this project contains several points to analyze as being:

  • Decides how to map UML to haskell.

  • It data type to represent UML, and the functions that represent the possible operations.

  • Write the uml-for-Haskell compiler.

  • To make a compiler of the data that a model UML represents to code Haskell.

  • Write to GUI for making UML structures.
view more: Project Details

Monday, May 08, 2006

Haskell.org - Summer of Code









Well, now I'm wanting to participate in the Summer of Code Google, but of preference I chose the projects of Haskell, I chose three of these projects, which are:

  • Parsers for various programming languages
  • Implement back-end dependent SQL generation in HaskellDB
  • UML for Haskell
Also, my close friend, this postulating the which this published in their blog, good luck Juan Jose

Saturday, May 06, 2006

The Functional Programming with Haskell

How functional programming is a programming style elegant. I hope that this blog provides the information to be on the Haskell Road.