Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/calebmadrigal/haskell-playing
- Owner: calebmadrigal
- Created: 2012-05-11T18:01:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-11T18:46:22.000Z (over 12 years ago)
- Last Synced: 2024-04-15T06:53:48.661Z (7 months ago)
- Language: Haskell
- Size: 180 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".