Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hawkins/haskell
A messing-about with haskell
https://github.com/hawkins/haskell
Last synced: 7 days ago
JSON representation
A messing-about with haskell
- Host: GitHub
- URL: https://github.com/hawkins/haskell
- Owner: hawkins
- Created: 2016-01-14T22:42:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T04:22:06.000Z (almost 9 years ago)
- Last Synced: 2023-03-06T23:37:06.860Z (over 1 year ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskell
A messing-about with haskell# Disclaimer
This is my first time ever touching haskell or functional programming. This is purely a learning experience, and code will appear very messy as I slowly learn the better ways to accomplish tasks with new tools.# Current goals
Currently attempting to solve a number of [Euler problems](https://projecteuler.net/) with Haskell, in order to learn a little bit about syntax of Haskell.