Hacker News new | ask | show | jobs
by rcxdude 2703 days ago
Contiki uses protothreads, so I would class that as 'partial' C support, since you can't really use local variables (due to the hair-raising nature of how protothreads works).
1 comments

TIL about protothreads. Thank you. That does indeed look hair-raising!