relrod / rublets

An IRC bot that uses SELinux Sandboxes to let you evaluate code in a large number languages.
14 stars 1 forks source link

OCaml should use output like OCaml's REPL #6

Closed solson closed 12 years ago

solson commented 12 years ago

Compare the OCaml REPL:

# (+);;
- : int -> int -> int = <fun>

with rublets's current ocaml support:

<scott> !ocaml> (+);;
<rublets> No output.