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