Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DeepThoughtt/EsolangInterpreters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 

Repository files navigation

Esolang Interpreters

A collection of interpreters for esoteric languages

What is an esoteric language?

An esoteric programming language is a programming language designed to test the boundaries of computer programming language design, as a proof of concept, as software art, as a hacking interface to another language, or as a joke (more info here).

How do I use the interpreters?

To use an interpreter import the module in your program and then pass the needed parameters to the interpreter's constructor and execute the run() function, this will give you the result for the program you wrote. For example:

import minibitmove as mbm
result = mbm.MiniBitMoveInterpreter("10", "1100101").run()
print(result) # "0011010"

What languages can be interpreted?

About

A collection of interpreters for esoteric languages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages