Skip to main content

AbstractMachinesLab - Caramel

ErlangElixirCompilerOcamlfunctional-language

Project description

Caramel presentation

Caramel is a functional language for building type-safe, scalable, and maintainable applications.

It leverages the OCaml compiler and the Erlang VM.

For more information about Caramel you can find it here.

Here is a Hello World example:

(* file: hello_world.ml *)
let main _ = Io.format "~s~n" ["Hello World"]