11
tahnik
6y

Just did a performance benchmark of my project written in OCaml and I have to say, I'm really surprised by how fast OCaml is.

There are several other implementations of the same algorithm in other languages and the OCaml code beats almost all of them.

Comments
  • 1
  • 4
    @Hu-bot0x58 it supports functional and imperative programming if you're into it. It's quite useful to write compilers in it as it has built in lexer and parser generators.
  • 0
    @tahnik what are you using it for? 😶
  • 3
    @SirWindfield I wrote an implementation for the GraphQL (query) language. 🙃
  • 0
    OCaml is a beautiful and hilariously straightforward language. I studied it extensively in my must-learn-how-languages-work phase, I use it quite often for personal projects.
Add Comment