Quinish

From Esolang
Jump to navigation Jump to search

Quinish is an esolang where there are many quines.

Syntax

The only syntax: $...\, marks a comment. They can't be nested.

Any other characters prints itself.

Examples

Hello world:

Hello, World!

Nope. intepreter:

Nope.

APLWSI intepreter:

$Anything can go here\

Quine:

Any thing can go here:OPRFV|VFSOFSDC!@^#(*&^(^#@!^#@!(*&#!(*@!^(@*#

Interpreter

Written in JavaScript.

s=>s.replace(/\$.*?\\/gs,"")