Hacker News new | ask | show | jobs
by smilekzs 4680 days ago
http://technical.io/ even managed to run Node.JS on a Cortex-M3, but in the deeply-embedded world where performance/$ and real-time constraints matters, having a always-GC system like Golang (especially considering it's designed for cached cores) doesn't sound very promising.

However I did look Golang because it makes concurrency (quite important in embedded programming) easy. Now with Rust...