https://github.com/axtens/sle
Script Language Experiment
https://github.com/axtens/sle
Last synced: 5 months ago
JSON representation
Script Language Experiment
- Host: GitHub
- URL: https://github.com/axtens/sle
- Owner: axtens
- License: mit
- Created: 2019-08-12T09:55:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T01:27:55.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T06:41:56.217Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sle
Script Language Experiment
Frustrated with languages that die trying to do `Ackermann 4 2` and the like, I set about writing a scripting language wherein I could manage the return stack myself. This is as far as I got.