An unusable esolang made with an one-line interpreter and a long name

From Esolang
Jump to navigation Jump to search

An unusable esolang made with an one-line interpreter and a long name is an unusable esolang made by User:Mario0Fan

Inspired by 25 bytes o:


here's the interpreter in python ig:

code = input('Enter code:');print(code.replace("An unusable esolang made with an one-line interpreter and a long name", "Unusable"))

It still has a program that lets you print something to the screen, look:

Unusable program

this program just prints Unusable to the screen:

An unusable esolang made with an one-line interpreter and a long name

output:

Unusable

Hello world program

the interpreter just prints out the code of the program but replaces

An unusable esolang made with an one-line interpreter and a long name

with

Unusable

so here's the hello world program:

Hello, world!

output:

Hello, world!