Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
- illegal memory access protection
- explicit application's memory quotas
- no pointers
- garbage collector
- verbosity
- easy-to-use debuggers
- ability to create heap/stack dumps at any time w/o killing the app
- no include/import clashes (no need for include guards)
- hot-redeploys (update running code w/o stopping the app)
- cross-platform code
- built-in GUI libraries preserving look'n'feel
- built-in GUI library utilising OS's GUI API
- ability to use multiple languages for the application (java, kotlin, groovy, javascript, C, C++ (who said it can't use inline ASM, pointers, etc...?), etc.)
- ... shall I continue?
P.S. I like pointers. I like pointers' math. But it's also a very good place for mistakes to happen and fuck things over -
I chuckle with "single inheritance" and "no int to bool"
And don't get me started with "only oop"
I really dig cpp, pointer arithmetic is cool. But if I need to do shit like that I already know I ain't using Java. Most of these retarded arguments would work on many languages btw, not just Java. Can't make a comparison between two tools used at incredibly different things. -
@AlgoRythm shhhhh don't tell them. Patterns and code architecture is somewhat difficult for the standard makemancppdev
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Cyborg15A guy and a girl are in a Java seminar. Afterward, the guy approaches the girl and asks, "Hey gurrl, can I ge...
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
C++ VS Java
joke/meme
java
c++