Exercises for learning Kind language and HVM.
- Kind
- Exercises: Functional exercises with increasing difficulty.
- Games: Where you apply acquired knowledge to build games.
- Theorems: To prove that the results obtained are correct.
- HVM: Exercises about HVM. For example: Nat, Bool and List.
- Solutions: Where you put yout answers
To solve the exercises you will need to read the Kind Documentation.
Watch the video classes on youtube and revise the slides.
- Fork this repository
git clone
your forked repository
git clone https://github.com/<your-user-name>/<your-repository-name>
cd
on the folder created and make the exercises on folder Kind
The repository kindelia/class-solutions has instructions about how to participate of monthly distribution tokens.
More info on Discord.
git remote add upstream https://github.com/Kindelia/class.git
git fetch upstream
git checkout main
git rebase upstream/main