Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# jonny-lang
jonny is a stack based programming language

also 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
```