Y
Hacker News
new
|
ask
|
show
|
jobs
by
e12e
3016 days ago
I'm not very familiar with the various jvm profiles - but isn't javacard pretty light? (the stuff that runs on similar cards and such)?
1 comments
imtringued
3016 days ago
Yes but you're still bound to java semantics. Java is very high level. Almost everything except the blessed primtives long/int/short/byte is an object. This is not a suitable target for lower level languages like C.
link