The Wayback Machine - https://web.archive.org/web/20220602072631/https://github.com/topics/reason
Skip to content
#

Reason

reason logo

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 268 public repositories matching this topic...

rauanmayemir
rauanmayemir commented Apr 2, 2019

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

help wanted good first issue Hacker News App
ManasJayanth
ManasJayanth commented Nov 9, 2020

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

  1. Check in those bootstrapping dune files in the templates
    or
  2. Ensure, before running, dune build if dune files are missing.

Ideally, we do both.

help wanted good first issue

Created by Jordan Walke

Released 2016

Repository
facebook/reason
Website
reasonml.github.io
Wikipedia
Wikipedia

Related Topics

javascript language ocaml react