FP Complete


Scripting in Haskell

Writing scripts in Haskell using Stack is straight-forward and reliable. We’ve made a screencast to demonstrate this:

Summary

Slides in the screencast cover:

We cover the following example cases:

In summary, we show:

  1. Scripting in Haskell is reproducible: it works over time without bitrot.
  2. It’s easy to do, just add a shebang #!/usr/bin/env stack to the top of your file.
  3. We can use useful, practical libraries that are not available in traditional scripting languages.
  4. Our script is cross-platform: it’ll work on OS X, Linux or Windows.

Subscribe to our blog via email

Email subscriptions come from our Atom feed and are handled by Blogtrottr. You will only receive notifications of blog posts, and can unsubscribe any time.

Tagged