Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raviksharma/bartosz-basics-of-haskell
Code and exercises from Bartosz Milewski's Basics of Haskell Tutorial
https://github.com/raviksharma/bartosz-basics-of-haskell
exercises functional-programming haskell haskell-programming interpreter tutorial
Last synced: 3 months ago
JSON representation
Code and exercises from Bartosz Milewski's Basics of Haskell Tutorial
- Host: GitHub
- URL: https://github.com/raviksharma/bartosz-basics-of-haskell
- Owner: raviksharma
- Created: 2019-04-23T15:40:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T19:03:31.000Z (almost 4 years ago)
- Last Synced: 2024-06-12T08:12:41.450Z (5 months ago)
- Topics: exercises, functional-programming, haskell, haskell-programming, interpreter, tutorial
- Language: Haskell
- Homepage:
- Size: 31.3 KB
- Stars: 490
- Watchers: 11
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bartosz-basics-of-haskell
Code and exercises from Bartosz Milewski's Basics of Haskell [Tutorial]## run
```shell
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.0.2$ ghc sq1.hs
[1 of 1] Compiling Main ( sq1.hs, sq1.o )
Linking sq1 ...$ ./sq1
10
```[Tutorial]: https://www.schoolofhaskell.com/user/bartosz/basics-of-haskell