retro language

2012.01.30

Retro is...

A concatenative, stack based programming language with roots in Forth. It was designed to be minimalistic, yet useful, is image based, and runs on a portable virtual machine.

ARM

Retro supports the following ARM development boards: mbed NXP LPC1768.

The mbed is an ARM board with 32KiB of usable RAM, 512KiB of flash. It is capable of running Retro with a 16-bit image. The provided memory space is 14000 cells, with arounds 3000 cells available for application code and data. Hardware support is currently limited to interacting with the digital I/O pins and onboard LEDs.

 

AVR

Retro supports the Arduino Mega.