Tagged in

Programming

Vena Engineering
Vena Engineering
Engineering articles from the teams at Vena Solutions
More information
Followers
70
Elsewhere
More, on Medium

OCaml mimicry in Java

Yaron Minsky from Jane Street gave a great talk on OCaml that serves as a good introduction for someone who is accustomed to Java. In particular, he gives an example for manipulating boolean algebra in just a few lines of code; the corresponding Java program is easily ten times longer.


The Inflatable Transpose Tree: a highly compact data structure

In honour of Claude Shannon’s 100th birthday, I want to tell you about two ideas I had for storing data efficiently. These ideas are pretty nifty individually, but together, they form a data structure that allows a large…