|
|
|
|
|
by cpgxiii
881 days ago
|
|
The Java Card environment is quite limited, though, due to resource limitations. There have been several more-or-less successful attempts at running higher-level languages on microcontrollers, e.g. .Net Micro Framework and CircuitPython. In all of these cases, though, you tend to struggle with all the native device behavior being described/intended by the vendor for use with C or C++ and the BSP for the higher level environment being an afterthought. |
|