Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielperales/reasonml-koans
ReasonML koans
https://github.com/gabrielperales/reasonml-koans
beginner bucklescript koans learning learning-exercise reasonml
Last synced: 9 days ago
JSON representation
ReasonML koans
- Host: GitHub
- URL: https://github.com/gabrielperales/reasonml-koans
- Owner: gabrielperales
- Created: 2018-01-01T10:33:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T00:34:41.000Z (about 2 years ago)
- Last Synced: 2025-01-15T02:12:55.229Z (16 days ago)
- Topics: beginner, bucklescript, koans, learning, learning-exercise, reasonml
- Language: Reason
- Homepage:
- Size: 1.02 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reason Koans
Just some exercises for a beginner who is willing to learn Reasonml.
This is pretty much a WIP, and right now the solutions of the koans are giving with the tests, but I'll try to remove them if I finish all the sections I want to cover.
## Why?
I find difficult to find clear documentation and examples about Reasonml. It looks like Reasonml is changing a lot and the vast majority of the resources I found for learning was done using the old syntax, so I picked some of those koans [bassjacob/reasonml-koans](https://github.com/bassjacob/reasonml-koans), and I updated them to the new syntax.
## Getting Started
Just install dependencies with `npm install`, and then you will be able to run `npm start`. That command will watch all changes done inside the `__tests__` folder, so you can see if all the test are passing or not. Add your tests and do changes to it as a playground for learning Reasonml.