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