Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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