HaskSheet

Haskell?

The compiler-compiler genc³ is currently going to be implemented in Haskell. Haskell is a very powerful functional programming language, and ideal to transform data. A compiler as well as a compiler-compiler is such a transformer. The Haskell build system GHC creates very fast software and executes concurrently – even on different CPU cores.

The compiler-compiler genc³ creates symbol trees, easily and fast. In order to support the transformation from symbol trees to desired output, libraries (Haskell packages) will help to keep easy things easy.

However, each programming language takes time to learn. In particular when you are used to imperative programming – like me. 🙂

Eventhough, there is already quite a lot of information available regarding Haskell, I still see the need to make it more easy for imperative thinkers.

Yet another cheat sheet for Haskell!

Voilá: HaskSheet

I hope it will also help you.

Be the Haskell power with you.

Leave a Comment