What is OCamlCore?

OCamlCore provides services for OCaml.

Our mission is to give you access to the OCaml programming language and open source software.

The Caml Language OSI

Examples of services that we can provide:

  • Work with the OCaml Open Source community: fix bugs, add features
  • Work on your existing OCaml software: enhance speed, migrate to another programming language
  • Create software using OCaml: short development cycle, fast native application

What is OCaml?

OCamlCore solutions are based on the OCaml programming language. This is an effective tool to tackle the challenges of today’s programming:

  • Fast prototyping: go directly to the heart of your problem, stop wasting time writing useless code
  • Garbage collector: don’t waste time with memory leaks. OCaml GC is faster than most Java GCs
  • Functional programming: use modern techniques to write your program and avoid chasing after bugs
  • Open Source: your programming language is not controlled by a single company

More information…