I created the weirdest political compass
-
And I bet this is based in opinion and not any sort of scientific understanding because you put assembly as an obsolete languageβ¦
I read that as "directly, without a compiler", in which case it's close to fair, although I would have still put it ahead of COBOL because sometimes it's necessary.
-
This post did not contain any content.
Was it a deliberate choice to leave JavaScript off entirely?
-
Was it a deliberate choice to leave JavaScript off entirely?
It's right above PHP.
-
It's right above PHP.
wrote last edited by [email protected]That's just Java
On the off chance that you don't already know, that's a totally different thing named after the same drink.
-
Was it a deliberate choice to leave JavaScript off entirely?
ECMAScript is included, which is the official JavaScript standard
-
It's right above PHP.
Hahaha gottem XD
-
If everything written in those "obsolete" languages suddenly disappeared, the whole world would go dark.
The huge gap between "obsolete" versus "legacy"
-
This post did not contain any content.wrote last edited by [email protected]
How is Lua further down along the Nu Lang axis than Go, Rust and Nim?
-
ECMAScript is included, which is the official JavaScript standard
I actually did miss that one. TIL.
Interesting that it's just as nu as TypeScript, despite TypeScript definitely coming after.
-
This post did not contain any content.
Odin mentioned!
-
Also Python as a toy lang and somehow more "nu" than Java despite Java being younger?
wrote last edited by [email protected]I think the order of Java and Python makes perfect sense. The OOP C++ -> Java pipeline was massive in the early 2000s when python wasn't really on the radar. The world has been slowly moving away from that, and Python is one of the most popular languages right now.
-
This post did not contain any content.
How is C or assembly obsolete when they are literally everywhere is beyond me
-
That's just Java
On the off chance that you don't already know, that's a totally different thing named after the same drink.
I'll pull out the emojis for this one.
οΈ
οΈ
-
How is C or assembly obsolete when they are literally everywhere is beyond me
C is more obsolete than Rust. Coding directly in assembly is rare. Beyond that it's more subjective.
-
How is Lua further down along the Nu Lang axis than Go, Rust and Nim?
wrote last edited by [email protected]Yeah, that one caught my eye too. Brainfuck is also pretty old IIRC, and it's hiding down there in the bottom right.
-
SQL isn't a toy language, it's a domain specific language.
wrote last edited by [email protected]Yeah, but 3D political compasses just don't have the same hold on people.
-
Also, what the hell is "nu" supposed to mean?
Where is Nu lang?
-
C is more obsolete than Rust. Coding directly in assembly is rare. Beyond that it's more subjective.
wrote last edited by [email protected]The C which is an integral part of every linux kernel on every computer and server running linux as the OS and all the embedded systems everywhere and almost all the performance critical parts of python libraries?
I won't have much to say about assembly since don't use it but far as I know low level parts of OS such as bootloader likely still uses assembly not to also mention embedded systems.
As long as both of these exist in embedded systems, it is just statistically weird to call it obsolete even in regards to other languages.
For instance data scientists majorly use python, but python critically depends on C and devices they use critically depend on C and assembly. Can you then really say what they do does not depend on C and assembly and python is more widely used?
-
I actually did miss that one. TIL.
Interesting that it's just as nu as TypeScript, despite TypeScript definitely coming after.
I roughly based the nu-obsolete scale on language features not age (or use), TypeScript is just ECMAScript with an optional type safety feature.
-
The C which is an integral part of every linux kernel on every computer and server running linux as the OS and all the embedded systems everywhere and almost all the performance critical parts of python libraries?
I won't have much to say about assembly since don't use it but far as I know low level parts of OS such as bootloader likely still uses assembly not to also mention embedded systems.
As long as both of these exist in embedded systems, it is just statistically weird to call it obsolete even in regards to other languages.
For instance data scientists majorly use python, but python critically depends on C and devices they use critically depend on C and assembly. Can you then really say what they do does not depend on C and assembly and python is more widely used?
wrote last edited by [email protected]Many games are still hand optimised in assembly, at least the inner loops.