heor

CRYPTO COIN WHITE PAPER

It has been almost half year since my last blog post on OCaml. Well, actually I haven't even touched OCaml for that long time. My…

hero

اتریوم به انگلیسی

In this post, we will talk about producing permuations using OCaml. Generating permutations was actually one of my first self-hom…

DOG WITH HAT CRYPTO

Happy Easter Our easter egg happens to be Pearl 3. A function $ f $ can have the following properties: $ f $ takes two …

QUE ES COINBASE

As we described in the previous post, leftist tree is a binary tree based functional heap. It manipulates the tree structure so t…

leftist

TESLA TOKEN PRICE

Heap is one of most important data structure, where the minimum of all elements can always be easily and efficiently retrieved. …

recursion_reloaded

CASHAPP BITCOIN WALLET

One essential of computer programming is repeating some operations. This repetition has two forms: for / while loop and recursion…

tree

SHX CRYPTO

This is a post on the three important properties of trees: height, depth and level, together with edge and path. I bet that most …

async

CRYPTO SOLANA PRICE PREDICTION

Currently in post-production. Sorry, I still haven't finished this post. As this will be the last post in the magic of thunk ser…

lazy

ACHETER BITCOIN

The dark side of thunk As discussed previously, thunk is used to encapsulate computations for later uses. Although we may not eva…

alt

BITSMAP

list The built-in list is a fundamental type in OCaml. We can have a list of numbers such as [1;2;3;4] or functions e.g. [fun x -…

thunk

BITCOIN EDGE

A thunk is simply a function with the unit parameter. For example: let f() = 1 + 2 * 3;; Features It is indeed a function and s…