savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
153 stars 12 forks source link

Savi on bare metal (uC) #461

Open mneumann opened 1 year ago

mneumann commented 1 year ago

Just came across PicoRuby, which runs a Ruby interpreter (and compiler) on Rasperry Pi Pico (RP2040). Pretty awesome!

In my opinion, Savi binaries can also be made to run on RP2040, with the following changes:

Independent thereof, it would be fun to have a truly minimal runtime that lacks high-performance but it's code would instead fit on 4 printed pages.