OCaml: Introduction
Start learning OCaml with a quick overview and Hello World.
OCaml — Introduction
Overview
This is a starter page for OCaml.
Hello World
print_endline "Hello, World!";;
What you'll learn
- How to run OCaml
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.