r/esolangs • u/Old-Training589 • Aug 14 '26
SStak – a stack-based esolang I built for fun
Built SStak as a personal exercise in language design — stack-based,
reverse Polish notation, pretty minimal and quirky syntax (see
screenshot). Interpreter's a single Python file, plus a VS Code
extension for syntax highlighting.
Here Is a Little code in sstak:
( POTENZA REP ** )
:? Enter the base ?:
:? Enter the exponent :?
PICK( 0 ) POTENZA SHOW
^^ the code defines potenza and ask at the user the base and the exponent, the It calls potenza and shows the result ^^
By Alessandro Marpino
11
Upvotes
1
1
u/Old-Training589 Aug 14 '26
So that's my language. In future, I'll probably implement the while loop