|
View Message | Back to Messages |
Plasma Sat Mar 9 2024 at 1:15 pm Without going into too much detail
It's high-performance stuff that needs to run in real time. Or bad things happen, in the real world.
Java is a very academic language. Verbose, lots of hand-holding, and slow. It has no operator overloading for objects, so you need to do silly things like "if (a.equals(b))" rather than "if (a == b)".
I like C# better than Java but still not really a fan. It's basically C++ with training wheels.
- It's quiet here. - Peter Swinkels (Wed Jan 31 2024 at 2:26 pm)
- it is - Plasma (Mon Feb 5 2024 at 4:42 am)
|
|