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
dynamite
executable into your/usr/bin
folder. - Run
mkdir /usr/lib/dy
with sudo. - Move the
usr/lib/dy/standardlibrary.ml
into/usr/lib/dy/standardlibrary.ml
with 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.native
asdynamite
. - Proceed to install Dynamite as normal.