Skip to content

akshay1027/ocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocaml

  • The OCaml system is the main implementation of the Caml language. It features a powerful module system and a full-fledged object-oriented layer. It comes with a native-code compiler that supports numerous architectures, for high performance; a bytecode compiler, for increased portability; and an interactive loop, for experimentation and rapid development.

Ocaml ecosystem:

  • Opam = NPM (package manager)
  • Dune = converts ocaml source code into machine code which can be executed by the compiler.

How to start a project and compile a program

  1. dune init project ocaml
  2. cd ocaml
  3. dune init exe main
  4. dune build main.exe
  5. dune exec ./main.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages