Links

I am a haskell language fan. If you want to try or learn haskell, you can follow these links, they are interesting or useful.

  • TryHaskell
    You can try haskell expression in your browser.
  • CodePad
    codepad.org is an online compiler/interpreter, and a simple collaboration tool. It's a pastebin that executes code for you. You paste your code, and codepad runs it and gives you a short URL you can use to share it.
    It's useful when you have not installed the compiler for one language, or just want to have a try.