Skip to the content.

MonoRing : Monolithic distribution of the Ring Programming Language

MonoRing is a monolithic build of Ring programming language that embeds popular extensions into the Ring interpreter and library. MonoRing doesn’t provide any external extensions. The embedded extensions are:

A Ring script that runs under MonoRing can be compiled as a native Windows applications that has no extra runtime dependency and so it can be deployed easily.

For details about the Ring programming language: https://github.com/ring-lang/ring

The documentation for the latest Ring development branch used by MonoRing can be found at https://idrassi.github.io/MonoRing/doc1.17

Building from source code

We provide instructions for building on the next platforms:-

(1) Microsoft Windows

License

MonoRing is distributed under the same license as the Ring programming language. The Ring programming language is distributed under the MIT License.