Quinish
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!
Nope. intepreter:
Nope.
APLWSI intepreter:
$Anything can go here\
Any thing can go here:OPRFV|VFSOFSDC!@^#(*&^(^#@!^#@!(*&#!(*@!^(@*#
Interpreter
Written in JavaScript.
s=>s.replace(/\$.*?\\/gs,"")