Enkimaru
@Enkimaru@lemmy.world
- Comment on Kid gave a reasonable answer without all the math bullshit 20 hours ago:
No. The teacher did not have it wrong. Does not mean the student is right … Marty and Luis both had their own pizza. Marty had a big pizza and “only” managed to eat 4/6th of it. Luis had a small pizza, and “only” managed to eat 5/6th of his. If you want to give a nitpicking correct answer: a single pizza does not have (4 + 5)/6th pieces. x/6th implies the pizza(s) were divided into 6 parts … so: it can only be 2 pizzas.
- Comment on Java at 30: How a language designed for a failed gadget became a global powerhouse 3 days ago:
JIT compiling and byte code morphing and instrumentation. For instance data base persistence is usually done by instrumentation tools, that add instructions to keep track about transactions and modified objects, or new objects that need persisting. And endless more things.
- Comment on Java at 30: How a language designed for a failed gadget became a global powerhouse 3 days ago:
Rather Dart and Flutter.
- Comment on Java at 30: How a language designed for a failed gadget became a global powerhouse 3 days ago:
Oracle has nearly nothing to do with Java. OpenSDK is developed by the Apache Foundation.
- Comment on Java at 30: How a language designed for a failed gadget became a global powerhouse 3 days ago:
Try ‘Nim’. It is Pythonic language with static typing.
- Comment on What are some FOSS programs that are objectively better than their proprietary counterparts? 1 month ago:
There is Eclipse … and I guess if you google around you will find quite a few IDEs … but VSCode, IntelliJ and Eclipse are the standards.