https://github.com/mlang/mario
https://github.com/mlang/mario
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlang/mario
- Owner: mlang
- Created: 2018-01-14T04:33:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T12:13:14.000Z (over 8 years ago)
- Last Synced: 2025-06-11T22:16:53.615Z (12 months ago)
- Language: Racket
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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