Homepage
Open in app
Sign in
Get started
LambdaSide
The force will always be.
Follow
Custom props hand-writing component without [@react.component]
Custom props hand-writing component without [@react.component]
Binding ReasonReact to ReactJS is never an easy task. Sometimes, props naming gets in our way. Fortunately, ReasonML will automatically…
digitake
Mar 24, 2020
ReasonML Exception Handling
ReasonML Exception Handling
One thing I found it is kinda understandable and not understandable at the same time is the lack of articles, example or anything that…
digitake
Dec 29, 2018
On the Continuation-Passing Style and its role in FP
On the Continuation-Passing Style and its role in FP
In Functional Programming, We tend to use Recursion instead of an imperative loop. One tiny problem is that Recursion is normally a stack…
digitake
Jun 16, 2018
How to bind BuckleScript/ReasonML objects to JavaScript objects.
How to bind BuckleScript/ReasonML objects to JavaScript objects.
Note1: When I say BuckleScript in this article, I mean OCaml. Note2. JavaScript object is distinct from Object in BuckleScript/ReasonML.
digitake
May 7, 2018
Sweeten your Promise with Monad in ReasonML
Sweeten your Promise with Monad in ReasonML
Promise is one of the most I found useful construct in the web programming. Because of its async nature. Promise provides a nice way to put…
digitake
May 1, 2018
Working with option using Maybe Monad
Working with option using Maybe Monad
One of the most used type in ReasonML is option type. It represents the value which can be present( Some(x) ) or absence( None ). This type…
digitake
Apr 23, 2018
ReasonML vs BuckleScript
ReasonML vs BuckleScript
The title is quite misleading since ReasonML is a language while BuckleScript is a tool that transpiles(a.k.a. transpiler) OCaml in to…
digitake
Apr 17, 2018
BuckleScript vs Js_of_ocaml transpliation
BuckleScript vs Js_of_ocaml transpliation
BuckleScript is a tool to compile from OCaml to JavaScript. It is different to Js_of_ocaml which compiles ocaml bytecode to JavaScript…
digitake
Apr 10, 2018
About LambdaSide
Latest Stories
Archive
About Medium
Terms
Privacy
Teams