Skip to content

mivinci/rho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.