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
I am running fnm on Alpine, meaning no glibc thus official node.js build can't be used. I set the appropriate mirror env variable to the unofficial one, but it still fails to install because my arch is x64 but the unofficial build has -musl appended onto that. Hopefully a flag to override that can be added
Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.
A collection of awesome things regarding Reason/OCaml ecosystem.
Real world GraphQL tutorials for frontend developers with deadlines!
This might be a good way to reconcile Dream, Piaf, and the rest of the "ecosystem" for esy users.
The branch can probably be maintained by constantly cherry-picking a single commit that adds esy.json and subtracts src/vendor. This could even be done in CI in the long term, but probably we'd rather get rid of src/vendor by actually upstreaming or releasing the protocol projects, instead.
Auto generation of idiomatic bindings between Reason and JavaScript: either vanilla or typed with TypeScript/FlowType.
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
So Docusaurus is amazing for building sites and documentation and I really want to use it. It would be awesome to also port over the current homepage to a custom React component that can be used on the homepage too.
Relevant issue: jsdelivr/jsdelivr#18166
So apparently jsdelivr will minify the main entry file and add .min. in its name. Since we check for the name. And the minified file could saves a lot of bytes and improve parsing speed for the bundler.
So we would save this default file provided by jsdelivr, check with what's provided in main field
Similar to OCaml documentation - lets do https://realworldocaml.org/ automatically so that learning Reason is painless.
Lightweight image browser
GraphQL PPX rewriter for Bucklescript/ReasonML
ReasonML Language Plugin for IDEA
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?