berry

v 1.1.0 Updated: 6 months ago

An ultra-lightweight embedded scripting language optimized for microcontrollers.

Berry is an ultra-lightweight dynamically typed embedded scripting language. It is designed for lower-performance embedded devices. The Berry interpreter-core's code size is less than 40KiB and can run on less than 4KiB heap (on ARM Cortex M4 CPU, Thumb ISA and ARMCC compiler). The interpreter of Berry includes a one-pass compiler and register-based VM. All the code is written in ANSI C99.

https://berry-lang.github.io/

To install berry, paste this in macOS terminal after installing MacPorts

sudo port install berry

Add to my watchlist

Installations 0
Requested Installations 0