-
Updated
Aug 17, 2020 - OCaml
Reason
Reason gives OCaml a familiar syntax geared toward JavaScript programmers, and caters to the existing NPM/Yarn workflow folks already know. In that regard, Reason can be considered as a solidly, statically typed, faster, and simpler cousin of JavaScript.
Here are 283 public repositories matching this topic...
-
Updated
Aug 16, 2020 - OCaml
-
Updated
Jul 30, 2020 - Reason
As marked in https://github.com/briskml/brisk/blob/master/examples/hacker-news/app/Story.re#L82, we'll need to transform incoming html.
<p> tags are not rendered with proper margin/padding by Cocoa in NSTextView by default, and instead of manually changing document attributes on ObjC bindings side, simply pre-processing html text and replacing paragraphs by newline characters seems more prefe
-
Updated
Jul 29, 2020 - Reason
Similar to OCaml documentation - lets do https://realworldocaml.org/ automatically so that learning Reason is painless.
-
Updated
Aug 18, 2020 - Reason
Example Apps
Support -webkit
-
Updated
Jul 17, 2020 - Reason
-
Updated
Mar 17, 2017
-
Updated
Oct 10, 2018 - OCaml
-
Updated
Aug 17, 2020 - Reason
-
Updated
Aug 18, 2020 - OCaml
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Mar 14, 2020
In Reason, doc headers need to be written in ocamldoc syntax.
You can find the specification of the ocamldoc format in the OCaml Manual here
Ideally, we'd extract the most relevant information and describe the syntax in Reason snippets, so it's easy to copy and paste them. Maybe give some pointers on best p
-
Updated
Aug 6, 2020 - Reason
Pesy would be a great utility for detecting and reporting common issues with your project setup.
This Issue is to accumulate common issues that pesy is well positioned to detect and warn about.
We don't have enough requirements gathered to actually implement something like this feature but let's discuss the possibilities.
Basically, any time someone is confused by something with native projects
Created by Jordan Walke
Released 2016
Latest release over 2 years ago
- Repository
- facebook/reason
- Website
- reasonml.github.io
- Wikipedia
- Wikipedia
Since we also expose the Skia-bindings for a Canvas-like API I think it might be a good idea to start refactoring the API to utilise more named arguments e.g.
~x=..., ~y=....What do you others think?