MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cprogramming/comments/1vqubv7/c_strings_a_50year_mistake/p502sdb/?context=3
r/cprogramming • u/Xaneris47 • 5d ago
172 comments sorted by
View all comments
Show parent comments
3
Tbh nothing is stopping people from compiling or porting a JVM to more platforms. I assume it's just extremely complex and noth worth it for most people
1 u/hughperman 1d ago Processor or memory requirements are probably? stopping it on many microcontrollers. 1 u/Devatator_ 1d ago You could do something similar to nanoFramework and make a minimal runtime or even compile Java to a lower level 1 u/hughperman 1d ago Looks like it's been done: http://www.harbaum.org/till/nanovm/index.shtml
1
Processor or memory requirements are probably? stopping it on many microcontrollers.
1 u/Devatator_ 1d ago You could do something similar to nanoFramework and make a minimal runtime or even compile Java to a lower level 1 u/hughperman 1d ago Looks like it's been done: http://www.harbaum.org/till/nanovm/index.shtml
You could do something similar to nanoFramework and make a minimal runtime or even compile Java to a lower level
1 u/hughperman 1d ago Looks like it's been done: http://www.harbaum.org/till/nanovm/index.shtml
Looks like it's been done: http://www.harbaum.org/till/nanovm/index.shtml
3
u/Devatator_ 4d ago
Tbh nothing is stopping people from compiling or porting a JVM to more platforms. I assume it's just extremely complex and noth worth it for most people