No description
- Reason 81.9%
- JavaScript 10.7%
- C++ 3.7%
- HTML 3.3%
- Shell 0.3%
- Other 0.1%
|
|
||
|---|---|---|
| .vscode | ||
| src | ||
| .gitignore | ||
| README.md | ||
Setting Up
Prerequisite: either NPM or Yarn.
- Install Reason toolchain
reason-cli:
yarn add reason-cli
# or npm install reason-cli
- Setup your editor.
VSCodealong with reason-language-server extension.Sublimewith sublime-reasonvimwith vim-reason-plus
If you prefer a different editor check the instructions for other supported editors
-
$ git clone https://github.com/davesnx/learn-reason-workshop -
Install dependencies
yarn. Actually downloads only BuckleScript.
Credits
These exercises are originally from a workshop organized by Jane Street for teaching OCaml to programmers who work in other languages and who do not necessarily have experience with functional languages. Link to the original repo.