in reply to What do we have to do to resuscitate micro Perl? I want Circuit Perl NOW!
I'm no authority, but I highly doubt that even the most trimmed down version of perl could "fit and run within just 256k of code space and 16k of RAM". I would stand corrected if it were possible.
Not embedded, but for Raspberry Pi, we've got RPi::WiringPi (tutorial) and WiringPi::API, but that's not microcontroller.
Personally, I sometimes do my microcontroller prototyping on a Linux box with Perl, then port it over to C/C++ when the code does what I want, but the whole point of using a microcontroller is to run extremely efficiently. Adding in a whole extra layer would slow things down at best, and add in an entire new software layer for things to go wrong at worst.
I haven't heard of any ongoing projects like this, so I'm interested to see what other's takes are though...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: What do we have to do to resuscitate micro Perl? I want Circuit Perl NOW!
by LanX (Saint) on Feb 28, 2018 at 15:57 UTC | |
Re^2: What do we have to do to resuscitate micro Perl? I want Circuit Perl NOW!
by LanX (Saint) on Feb 28, 2018 at 15:29 UTC | |
Re^2: What do we have to do to resuscitate micro Perl? I want Circuit Perl NOW!
by ait (Hermit) on Mar 01, 2018 at 01:52 UTC | |
by stevieb (Canon) on Mar 01, 2018 at 02:10 UTC |