/merry-fxmas-metaocaml

Merry f(x)-mas to Bill, in MetaOCaml

Primary LanguageOCaml

merry-fxmas in MetaOCaml

CI

Say "Merry Christmas" 25 times counting down, using BER MetaOCaml to do staging.

OPAM

Install OPAM if you don't already have it installed.

BER MetaOCaml

Switch to, or install, BER MetaOCaml:

If first time:

$ opam switch create 4.11.1+BER

Else:

$ opam switch 4.11.1+BER

Then

$ eval `opam config env`

Build the program

If you don't already have ocamlbuild installed:

$ opam install ocamlbuild
$ ocamlbuild -ocamlc metaocamlc src/main.byte

Run the program

$ ./main.byte

TODO

Add a test.