01 July, 2005

Programming Language: Haskell

I am always looking for different programming languages. I believe that a programmer can not have to many langauges in their toolbox.

Today I stumbled across the programming language Haskell.

Points of interest about Haskell
  • Haskell is a function language.
  • Haskell is free.
  • Haskell has not loops.
  • Haskell does not use variables
  • Haskell can either compled to native code or interpreted
  • Haskell had interfaces to Java, .NET, Python and C.
Haskell Webiste
Haskell Wiki
Haskell article at Free Software Magazine

No comments:

Challenging myself to learn something new

I have recently set a big challenge for myself. I want to know about Machine Learning . To add to the challenge, I am trying out usin...