-
Some months ago, Facebook released [Reason](https://github.com/facebook/reason) which aims to easily switch to OCaml by implementing a syntax extension close to other popular languages and it gains ra…
-
Hello!
I'm having an issue getting started with the `reasonml/hello-world` track.
I tried twice. When I run `npm start` I get the following output:
```sh
npm start
> exercism-reasonml@0.…
-
Hello,
what are your thoughts on having version of this book with code in reasonml?
First of all, do you think it's allowed by the license? Secondly, is separate version better or syntax switcher li…
-
Implement ReasonML bindings for Taquito to make Taquito pleasent to use with ReasonML.
-
Language server here: https://github.com/freebroccolo/ocaml-language-server
Wanted an excuse to learn more about these languages 👍 👍
-
-
Like https://github.com/crystal-community/crystal-libraries-needed
-
### Talk title
ReasonML for Skeptics
### Abstract
You are not working on a "green field." You slay dragons.
This talk would like to show a real-world example of a typed functional langua…
-
https://reasonml.github.io/en/try?rrjsx=true&reason=PTAEBsFMBdQQ1AXlNATgV0gKCrByAzOcAZ0iA
```reason
// let a = true
let a = false
```
shows
```
Line 1:1-2
```
I tried the same with `…
-
Chord is a DHT (distributed hash table) scheme. This is how we want to share data throughout the network. There could be an argument for using some sort of gossip protocol instead, but from what I c…