Is OCaml support planned ?



  • Hey, just looked at your games, and they look amazing.

    I was wondering do you plan to add an OCaml support to the game ? I saw that F# was supported and was wondering if you would do the same with this other functional language.
    Not only that, but I know there is a OCaml compiler written in JavaScript and was wondering if it could make the implementation easier.

    Kind regards,

    Clement



  • The game natively supports Javascript and Webassembly, all other languages are supported either by transpiling to javascript or compiling to WASM. Since a OCami->javascript transpiler already exists, just use that