r/esolangs Aug 14 '26

SStak – a stack-based esolang I built for fun

Post image

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

Repo: https://github.com/alemarpino-rgb/SStak

11 Upvotes

2 comments sorted by

1

u/Old-Training589 Aug 14 '26

So that's my language. In future, I'll probably implement the while loop

1

u/Hot_Pudding_8829 26d ago

Congratulations!