/gocaml

A Go wrapper for Ocaml interactive shell with file import on save (#use "file.ml")

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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