Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iglosiggio/stacko
A toy language inspired by PostScript and Nari
https://github.com/iglosiggio/stacko
Last synced: 15 days ago
JSON representation
A toy language inspired by PostScript and Nari
- Host: GitHub
- URL: https://github.com/iglosiggio/stacko
- Owner: iglosiggio
- License: mit
- Created: 2017-12-14T03:57:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T18:27:09.000Z (12 months ago)
- Last Synced: 2024-10-03T20:21:29.022Z (about 1 month ago)
- Language: C
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stacko - the useless, bug-ridden stacklang
A stack-based toy language inspired by PostScript and [Nari](https://git.exactas.uba.ar/mdelrio/Nari3)**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](https://www.youtube.com/watch?v=mM4WW5yyuu0)
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!