Sign inSign up

mangocode/mango

By mangocode

Updated about 5 years ago

A programming language to help you make large software projects reliable (UNDER CONSTRUCTION)

Image
0

483

mangocode/mango repository overview

Mango programming language

This is the command-line interface for Mango, a programming language to help you make large software projects reliable, for browsers and servers.

Status

This project is still in early development stage. It is not ready to use, not even experimentally.

Source

This image is automatically created from this Github repository: https://github.com/mangolang/cli

How to use

Start Mango in a Docker container, mounting your code directory so it can be compiled::

docker run --rm -it --name mango --read-only --tmpfs /tmp --mount type=bind,src=/YOUR/CODE/PATH,dst=/code mangocode/mango:latest --help

Or a short version without name, auto-delete, read-only and version:

docker run -it -v"/YOUR/CODE/PATH":/code mangocode/mango --help

Tag summary

Content type

Image

Digest

Size

3.2 MB

Last updated

about 5 years ago

docker pull mangocode/mango