Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/calebmadrigal/haskell-playing

Various experiments with Haskell.
https://github.com/calebmadrigal/haskell-playing

Last synced: about 1 month ago
JSON representation

Various experiments with Haskell.

Awesome Lists containing this project

README

        

haskell-playing
===============

Various experiments with Haskell.

* Some of these files are meant to be just imported into ghci like this: ":l playing".
* Others (the ones with main defined) can be build by using build.sh like this: "./build.sh xorEncryption", or by calling "runhaskell subFormat".