OCaml online IDE & code editor for technical interviews
Running OCaml 4.05 – IntelliSense is not available
Experience the OCaml IDE yourself
See just how easy and intuitive CoderPad Interview is to use below.
Guidelines to use OCaml in this online IDE
Our OCaml environment compiles your code with ocamlopt
using all the default options. If there are no compilation errors it will then execute the resulting binary. We also build with the following libraries:
- Jane Street’s Async
- Batteries
- Jane Street’s Core
- OCaml Extended Standard Library (extlib)
- ppx_deriving
- ppx_jane
We also provide the standard OCaml toplevel
when your code isn’t being compiled or executed. This is paired with rlwrap
to give you access to your history using the up and down arrows.