Skip to content
/ gocaml Public

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

License

Notifications You must be signed in to change notification settings

hex3l/gocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages