OCaml at First Glance
You never get a second chance to make a first impression.
You never get a second chance to make a first impression.
One thing that was a bit weird for me in OCaml early on was how to introduce multiple let bindings (e.g. in the body of a function definition). Think somethi...
I’ve promised you articles about OCaml and here they come! The first order of business when learning a new programming language is to setup Emacs for effecti...
Live as if you were to die tomorrow. Learn as if you were to live forever. – Mahatma Gandhi
If you’re into programming puzzles you probably know that there’s a whole class of problems about doing something (e.g. some calculations) with the digits of...