Dynamite - A compiled language fully implemented in ocaml.
Dynamite uses ocaml as it's implementation language and IR, therefore Dynamite is fully compatible with any and all ocaml code and libraries.
- Install ocaml, ocamlbuild, and opam.
- Move the
dynamiteexecutable into your/usr/binfolder. - Run
mkdir /usr/lib/dywith sudo. - Move the
usr/lib/dy/standardlibrary.mlinto/usr/lib/dy/standardlibrary.mlwith sudo.
The documentation for Dynamite is available at https://github.com/LandonPowell/Dynamite/wiki
- Install ocaml, ocamlbuild, and opam.
- Run
ocamlbuild -use-ocamlfind interface.native. - Rename
interface.nativeasdynamite. - Proceed to install Dynamite as normal.