ProcessingML (an OCaml implementation of Processing)

Hi !
I’ve been working on my own implementation of Processing, ProcessingML.
It is based on the OCaml programming language, which is a (mostly) functional and statically typed programming language. My implementation is still in a very early stage (for now all you can do is draw basic 2d shapes) but if anyone here is interested in OCaml, I’d love to have some feedback !
Thanks !