OCaml Workflows
Explore Workflows in OCaml.
Starter
Navigating OCaml Projects
Learn how to navigate and read OCaml projects to help you use and understand other projects
Starting a new Project
Build the scaffolding for your solution to a problem
Finding Answers to your Questions
Find answers, whether you are just starting out, have complicated theoretical questions or want to know more about building OCaml projects
Getting Started
Write and run OCaml code quickly
Teaching OCaml
Teach OCaml using Jupyter notebooks or online resources
Debugging and Exploring OCaml Projects
Learn how to effectively debug your OCaml projects and explore packages
Configuring OCaml Tools for your Editor
Add syntax highlighting and code completion to your editor
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