An open API service indexing awesome lists of open source software.

https://github.com/mlang/mario


https://github.com/mlang/mario

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Racket implementation of MarioLANG
----------------------------------

MarioLANG_ is a 2d programming language, must like BrainFuck but with an extra twist.
It is also the name of the author of this implementation.

Install
=======

.. code-block:: shell

raco pkg install mario

Running MarioLANG programs
==========================

After you install the mario package, you can run MarioLANG programs with Racket:

.. code-block:: shell

racket 99bottles.rkt

Other implementations
---------------------

There is also a `C++ implementation`_ and a `Ruby implementation`_ of
MarioLANG_ on GitHub.

.. _MarioLANG: https://esolangs.org/wiki/MarioLANG
.. _`C++ implementation`: https://github.com/tomsmeding/MarioLANG
.. _`Ruby implementation`: https://github.com/mynery/mariolang.rb