# ProcessingML (an OCaml implementation of Processing)

**URL:** https://discourse.processing.org/t/processingml-an-ocaml-implementation-of-processing/5413
**Category:** Development
**Created:** [November 10, 2018, 9:30pm UTC](https://discourse.processing.org/t/processingml-an-ocaml-implementation-of-processing/5413 "2018-11-10T21:30:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Vertmo](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/vertmo/32/2293_2.png) [@Vertmo](https://discourse.processing.org/u/Vertmo)
#### Post date: [November 10, 2018, 9:30pm UTC](https://discourse.processing.org/t/processingml-an-ocaml-implementation-of-processing/5413/1 "2018-11-10T21:30:20Z")

</div>

Hi !  
I’ve been working on my own implementation of Processing, [ProcessingML](https://github.com/Vertmo/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 !
