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
-
@SortOfTested Oh don't be so cynical, there are (practically) two major standards, but it looks like Java is actively trying to avoid both...
-
@AlgoRythm
To be fair, it predated one of those. And was trapped under one dude for years -
@Root
Well that's my job, the back and forth dynamic of fair and balanced. Wednesdays on TnT. -
@unclesam
What makes you think I'm not a PayPal engineer? 😉
"Scaling Java is fast and easy than other langs" -
Java, Python, Node.js, OCaml, etc. - containerise it and off you go, spin up as many containers as you need. Not sure how Java is better in this regard.
"Java itself is better than any langs out there" - I'm mostly a Java dev these days, but arguing it's outright better than something like Kotlin? Bit of a stretch.
"but it only work with large scale apps" - err... I've written many a desktop & small scale app with Java. -
eeee31504yCLI apps that don't declare parameters like:
-v --version
-a --all
-i --input
So that you can simply call
command -vai
Are developed by sadists. This is a standard, although I don't know the name. -
hjk10157314y@eeee it works this way in many cli's but by no way a standard. For instance "find" and unfortunately any cli written with go default flag library don't do it that way. In Windows a lot of tools use a leading slash.
-
Kyu9620214y@unclesam
1) There is no such thing as a "best language". It depends what your requirements are.
2) JVM Performance is pretty weak compared to other managed language, for example dotnet. -
@unclesam Nah Scratch is the best language. That is definitely a fact.
I'm definitely right because I have 2 very factual links to back me up:
https://scratch.mit.edu/discuss/...
https://devclass.com/2020/04/... -
maladiec294yHaha! Been there! But after a few years of linux usage you start to think of help much more!
java --version
FATAL: Unknown parameter
java -v
FATAL: Unknown parameter
*googles get java version*
java -version
openjdk version "1.8.0_252"
FUCK YOU
rant
fuckign parameters