Application Developers
Application developers are looking to build usable solutions to real world problems.
Application developers are looking to build usable solutions to real world problems. This could be as executables for computers, web applications in the browser or even unikernels with MirageOS. They share many traits with library authors like the need for testing, code hygiene, releasing to opam etc.
OCaml Workflows
Starter
Environment
Coding
Compiling for Y on X
Compile code to run on different computer architectures
Running OCaml in your Browser
Use js_of_ocaml to run OCaml code in the browser and interoperate with Javascript libraries from OCaml
Writing Scientific Computing Applications
Use the OWL library to build scientific computing applications in OCaml
Meta-programming with PPX
Automate code-generation with meta-programming