No description
  • Reason 81.9%
  • JavaScript 10.7%
  • C++ 3.7%
  • HTML 3.3%
  • Shell 0.3%
  • Other 0.1%
Find a file
2020-12-15 20:57:55 +01:00
.vscode Initial commit 2019-10-16 10:01:56 +02:00
src build(deps): bump ecstatic from 4.1.2 to 4.1.4 in /src/exercise-2 2020-12-15 17:23:47 +00:00
.gitignore Initial commit 2019-10-16 10:01:56 +02:00
README.md Improve readme 2019-10-24 12:12:07 +02:00

Setting Up

Prerequisite: either NPM or Yarn.

  1. Install Reason toolchain reason-cli:
yarn add reason-cli
# or npm install reason-cli
  1. Setup your editor.

If you prefer a different editor check the instructions for other supported editors

  1. $ git clone https://github.com/davesnx/learn-reason-workshop

  2. 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.