Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 482 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 482 Bytes

gocaml

A Go wrapper for Ocaml interactive shell. Similar to Tuareg Mode interactive shell.

It adds the automatic import of a given file on its update, moreover it is possible to quit just using ctrl + C (Yeah, it's a cool feature ^.^)

This tool has been made to provide an easily accessible test environment for studying purpose.

Install

TODO: "make" installation script

Usage

Given the ocaml source file example.ml

You can execute gocaml example.ml