Type OCaml
Well-typed programs cannot go wrong. - Robin Milner
  • Home
recursion, memoize, untying the recursive knot, memoize recursive

Recursive Memoize & Untying the Recursive Knot

—  Published 25 January 2015  —

When I wrote the section of When we need later substitution in Mutable, I struggled. I found out that I didn't fully understand …

Read Me
mutable, shuffle, imperative programming, binary search, memoize

mutable

Mutable

—  Published 20 January 2015  —

While OCaml is a functional programming language and emphasises pure functional style, it allows mutable (variables and values) a…

Read Me
Page 1 of 1