We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
2-SSI
Jump to navigation
Jump to search
2-SSI is an esolang by User:Marcus 2n2. 2-SSI stands for 2-Symbol Self Interpreter
Instructions
Btw this uses the same example: ?!
?
Asks for user input (file by file) and stores it in the string.
Example:
?!, with user input foo
the string = foo
!
Places the string in front of the ! and clears string.
Example:
?! - ?!foo
the string =
Examples
Self-interpreter
?!
Double self-interpreter
?!?!
Do nothing interpreter
?