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
-
Are you a professional developer? Have you ever worked on an enterprise level? Have you ever worked on an application thst expanded outside web development?
Have you ever been in the need of an efficient multithreaded system? Is your project to be maintained by a large group of people? Do you have an academic background? Do you need your code to be efficiently shared across operating systems?
Python is nice. Not saying it ain't. So is cpp. But these comparisons reek of noobishness. -
@irene without hassle? Lol get real. The sole fact that cpp does not have a centralized package distribution system like the Java(shit even c#, python or even php and node) makes it a big no no in most places.
Every large project at one point or another will have a nightmare of a make file. This gets creepy real quick.
Now, I didn't say that cpp is bad, i will jump in and defend it if peeps be talking shit. But to say that Java has no place, or even infer it, when there is cpp ...it is...well...silly. -
It’s hard to screw things up in Java.
It’s easy to learn, easy to read, one of the best IDE support I’ve experienced but it’s still “mighty”..
You don’t have to care about memory (compared to c / c++) or the OS and so on..
However, a language should always be picked by the problem you want to solve..
for e.g. web Java is great but I’d never write a deployment script in java.
Different language == different purposes / strengths.. -
In Java, it is necessary attention with the language. That's horrible to create algorithms.
-
@irene your doubt on how a big project would be faces a different reality(sadly)
I wish it were that the powerful performant language that cpp is would shine in such way. But it does not. I really enjoy the language, but not having a decent package manager with it really screwes it over.
And yes, qt is nice, but it ain't the end all be all of cpp development -
@MetalHead-X "necessary attention within the language"
What in the name of Gosling does that even mean? -
And just to be clear: I love cpp(and @irene) and really really wish it were the one lang to rule them all(becoz right now is js ;__;)
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 ...
Why people loves Java? It's because the maintenance or something in architectural level? I don't understand, because we have languages like Python with a better syntax and languages like C++ with a better optimization and speed of processing
question
java
c++
python
languages