Skip to content

Esoteric programming language based on Asciidots and Befunge

License

Notifications You must be signed in to change notification settings

UnaryPlus/multifunge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multifunge

Multifunge is an esoteric programming language based on Asciidots. You can find a description of how the language works here. Once you download the interpreter, there are two ways to run a multifunge program.

  • Pass the name of the multifunge file as an argument in the command line.
./multifunge.py your-program.mfg
  • Import the interpreter into a python program, and use the run function.
import multifunge
code = """
@ ? \   v
@?v
  \[+]!.
  >    [*]!.
"""
multifunge.run(code)

About

Esoteric programming language based on Asciidots and Befunge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages