Here are my notes about parsers. They are not particulary academic, but I hope they can help someone...
This fairy tale started a long time ago. Often, you make a bet on the wrong horse in life, but,...
Intro So you have 10 years’ experience with Senior JavaScript web3.0 steampunk software,...
It's just a compilation of other materials that I combined around the internet. I've copied the...
There are a bunch of tools that take your commits and converts them into release, like...
1) Create a file sum.ml 2) Write this code open Base open Stdio let rec read_and_accumulate...
Lists Lists are immutable. Lists let you hold any number of items of the same type. let...
It's a real big topic but for now let's watch in action basic function declaration let sum x =...
It's an expression and ;; says to ocaml treats this line as expression 3 + 4 ;; Enter...
Install some of required libraries for next sections Utop - is an easier-to-use version of OCaml’s...
So nothing special here There are bunch of data types: floats Numbers with a floating...
Installation of package manager brew install gpatch brew install opam Enter fullscreen...
Long story short In the 1960s, there were teleprinters and simple devices where you type a...
Data types specify what kind of data can be stored and manipulated within a program. Here we don't co...
Performing math operations and calculus is a very common thing to do with any programming language. E...
Hi everyone! Today I'm excited to announce easymoney: opensource library for operating with monetary...
Money's all over the place. All general application areas contain them e.g: eCommerce Banking Inve...
About the author and these notes In the last three years, I've worked in fintech companies, and I of...