Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burning-eggs/jonny
jonny is a stack based programming language
https://github.com/burning-eggs/jonny
Last synced: 12 days ago
JSON representation
jonny is a stack based programming language
- Host: GitHub
- URL: https://github.com/burning-eggs/jonny
- Owner: burning-eggs
- License: gpl-3.0
- Created: 2021-11-17T19:32:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T11:21:26.000Z (about 3 years ago)
- Last Synced: 2024-03-28T05:39:19.714Z (10 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jonny-lang
jonny is a stack based programming languagealso compiling jonny files __**currently**__ doesnt work on windows
you can probably compile jonny files using wsl but idk## roadmap
jonny roadmap
- [x] Compiled
- [x] Native
- [x] Stack-Based
- [ ] Turing-Complete
- [ ] Statically Typed
- [ ] Self-Hosted## quickstart
```console
$ ./jonny.py sim ./tests/test.jonny
$ ./jonny.py com ./tests/test.jonny
$ ./output
```