logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

OCaml REPL - Interpret OCaml Commands | Online Free DevTools by Hexmos

Interpret OCaml commands instantly with OCaml REPL. Run OCaml scripts and evaluate expressions using the command-line interpreter. Free online tool, no registration required.

ocaml

The OCaml repl (read-evaluate-print-loop). Interprets Ocaml commands. More information: https://manned.org/ocaml.

  • Read OCaml commands from the user and execute them:

ocaml

  • Read OCaml commands from a file and execute them:

ocaml {{path/to/file.ml}}

  • Run OCaml script with modules:

ocaml {{module1}} {{module2}} {{path/to/file.ml}}

See Also