Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 664 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 664 Bytes

stacko - the useless, bug-ridden stacklang

A stack-based toy language inspired by PostScript and Nari

Documentation in progress

why did you build stacko?

stacko was born for fun and exploration, the act of creating a programing language (or at least implement some ideas) is an insightful experience that sheds a light on the human nature of all the other languages, their respective creators and communities.

The design of stacko is meant to be simplistic because this allows easier explanations of how it works, researching for fun is the ultimate goal!