OCaml is Cool

Note: This is a filler document Why is OCaml cool? It’s statically typed, compiles fast, immutable by default, expressive. Below is the basic OCaml hello world. let _ = print_endline "Hello World!