-
Native Reason, ReasonML BuckleScript Flavor, REScript even OCaml?! WTF are you guys doing?
## Native ReasonML (or Reason Native), .re files
Native Reason is just a syntax of OCaml and is interchan…
-
## A propos de vous
* Prénom Nom: Guillaume ANDRIEU
* Utilisateur Twitter : @glmxndr
---
## Description de votre sujet.
* Nom de la techno/langage/librairie : Elm (https://elm-lang.org)
…
-
info npm-release 0.5.8 (using package.json)
info Creating npm release
info Building packages
info building reasonml-postgres@link-dev:./package.json
error: build failed with exit code: 1
build …
-
In ReasonML land, there's a thing called `graphql_ppx` that most people using GraphQL use when combining GraphQL and ReasonML. Usage looks like this:
```reasonml
module SomeQuery = [%graphql
{|…
-
Cloned `https://github.com/codekiln/reasonml-playground` and went to the `reprocessing01` directory, did `npm install` then `./node_modules/.bin/bsb -make-world` and got the following output:
```
…
-
Thanks for working on onivim2. I already purchased the license two weeks ago:)
I am personally a fan of reasonml/ocaml. I understand currently the priority is supporting visual studio code's plugin…
-
Hi there,
I'm trying to install `reason-mli` in a VirtualBox Linux machine, which is behind a proxy, but it somehow doesn't work. I followed this tutorial ttps://github.com/facebook/reason/tree/mas…
ghost updated
7 years ago
-
_imported comment by @kwshi_
# Summary
ReasonML's core language is essentially identical to OCaml, just with a different syntactic presentation. Riju currently runs ReasonML via `bs-platform` (Bu…
-
Hi, I just downloaded the "Raindrops" exercise of the reasonML track locally. The `npm install` command seems to work fine, but when I run `npm start` I get this output:
```
> exercism-reasonml@…
-
In the [Function docs](https://reasonml.github.io/docs/en/function#named-arguments), labeled arguments are refered to as "named arguments". This is confusing as OCaml manual refers to them as labeled …