mubaris / yes

yes - Implementation of simple and dangerous yes command in various languages. :+1:
MIT License
87 stars 42 forks source link

yes in OCaml #74

Closed jaredbriskman closed 7 years ago

jaredbriskman commented 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

$ 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.

mubaris commented 7 years ago

Fix the conflicts, then I'll merge this

jaredbriskman commented 7 years ago

Fixed the merge conflicts with Pure Data stuff.

mubaris commented 7 years ago

Cool :+1: