roy is an open source programming language created in 2011 by Brian McKenna.
#423on PLDB | 13Years Old |
git clone https://github.com/puffnfresh/roy
Small functional language that compiles to JavaScript.
console.log "Hello World"
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | console.log |