Closed jaredbriskman closed 7 years ago
Adds an OCaml implementation of yes.
On Ubuntu, to install the standard OCaml environment:
# apt install ocaml
Yes.ml can then be complied and run by
Yes.ml
$ ocamlopt -o yes yes.ml ./yes <args>
or run interactively by
$ ocaml yes.ml <args>
Please let me know if other documentation should be added.
Fix the conflicts, then I'll merge this
Fixed the merge conflicts with Pure Data stuff.
Cool :+1:
Adds an OCaml implementation of yes.
On Ubuntu, to install the standard OCaml environment:
Yes.ml
can then be complied and run byor run interactively by
Please let me know if other documentation should be added.