https://github.com/note/fp-programming-course
https://github.com/note/fp-programming-course
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/note/fp-programming-course
- Owner: note
- Created: 2016-05-07T18:27:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T13:43:02.000Z (about 10 years ago)
- Last Synced: 2025-03-01T18:24:34.395Z (over 1 year ago)
- Language: Haskell
- Size: 65.4 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Haskellwart
===========
Witaj na kursie programowania funkcyjnego w Haskellu!
Nitrous.io
----------
[](https://www.nitrous.io/quickstart?repo=https://github.com/note/fp-programming-course.git)
Jeśli już *magicznie* przeniosłeś się do Web IDE w Nitrous.io, rozpocznij swoją przygodę poleceniami:
cd exercises
stack ghci
Wszystkie instrukcje są ponumerowane i znajdują się w folderze *instructions*
Ćwiczenia znajdziesz w folderze *exercises*
**Powodzenia! :-) **
--------------------------------
Part 2
------
To build and run tests run:
```
cabal configure --enable-tests --disable-optimization && cabal build && ./dist/build/spec/spec
```
Przykłady pochodzą lub są inspirowane książką autorstwa Chrisa Allena i Julie Moronuki: "Haskell Programming from first principles".
[Haskell book](http://haskellbook.com/)