So there is this browser-based IDE for programming Haskell and you can also write posts like this one with markdown and executable code snippets:

```active haskell
main = do
    putStrLn "Hello world and things."
```

That's pretty cool, I have to say.
