New ask Hacker News story: Ask HN: Would you choose Dalvik VM to Arduino?

Ask HN: Would you choose Dalvik VM to Arduino?
2 by justavm | 0 comments on Hacker News.
Hi All, I developed a Dalvik VM in C from scratch which let you code in Java with lambdas. It runs as fast as Arduino UNO/MEGA on a cheaper board with similar power consumption. Would you use an Arduino UNO like board which can be programmed in Java? Below is the list of features * >1M instructions on STM32 based BluePill board(<$3). * Precise compacting GC. No fragmentation! * Interrupt support. * Native C interface generator. * Platform abstraction layer for HW peripherals. * Arrays, Float, Switch, Exception, Interface, Multiple inheritance, dynamic and etc. Any information is appreciated! Best Regards

Comments