Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
-
Updated
May 28, 2022 - OCaml
{{ message }}
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.
Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
A tool for structural code search and replace that supports ~every language.
hacker news mobile app made with reason react
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
Similar to OCaml documentation - lets do https://realworldocaml.org/ automatically so that learning Reason is painless.
ReasonML Language Plugin for IDEA
BuckleScript bindings to the DOM and other Web APIs
A ReasonML/Ocaml library for category theory and abstract algebra
Find that one presentation you missed!
BuckleScript `[@bs.blabla]` attributes explained with examples
ReasonML bindings for Expo
If for some reason, the initial bootstrapper fails (network failure, bad cache etc), creation of dune files in the project could get interrupted - the dune files that trigger the on-the-fly dune rules generation. We could
dune build if dune files are missing.Ideally, we do both.
99 problems with reason(able) solutions.
A calculator built with Reason and reason-react.
Created by Jordan Walke
Released 2016
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?