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

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.

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.