Hacker News new | ask | show | jobs
by tombert 2522 days ago
A restricted port of a language isn't the same thing as the full language. On a Raspberry Pi, you have access to POSIX, system libraries, filesystems, package managers, etc...

μPython is fine, but typically a programming language is about more than just the language.

1 comments

> On a Raspberry Pi, you have access to POSIX, system libraries, filesystems, package managers, etc

All things you basically don't need for a little project like this.