https://github.com/mivinci/rho
⚙️ Rho (ρ) programming language.
https://github.com/mivinci/rho
bytecode lexical-scoping programming-language rho stack-based-language virtual-machine
Last synced: 3 months ago
JSON representation
⚙️ Rho (ρ) programming language.
- Host: GitHub
- URL: https://github.com/mivinci/rho
- Owner: mivinci
- Created: 2023-02-28T18:34:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T07:03:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T14:40:39.976Z (12 months ago)
- Topics: bytecode, lexical-scoping, programming-language, rho, stack-based-language, virtual-machine
- Language: C
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Rho (aka ρ)
===========
## Architecture
+-------------------------------------+
| runtime |
| +---------+ +---------+ +---------+ |
| | context | | context | | context | |
| | (stack) | | (stack) | | (stack) | |
| +---------+ +---------+ +---------+ |
+-------------------------------------+
## Goals
* Stack-base bytecode VM
* Lexical scoping
* Native concurrency
* Embeddable in C/C艹.
Optional GC
MIT licensed.