I created the weirdest political compass
I created the weirdest political compass
I created the weirdest political compass
pascal on the top left, and python on the bottom right.
🤪
I don’t get what toy lang means?
The opposite of system language, especially as many scripting languages have "beginner" features, like a single number type instead of integers and floats, dynamic types.
I would call that a high level language. Like, the further you abstract from the hardware, the higher level the language.
Calling it a “toy” language implies that it isn’t useful. You have languages in there that are incredibly useful, like SQL, that basically run the entire internet.
Fortran is NOT obsolete you take that shit back
How is Lua further down along the Nu Lang axis than Go, Rust and Nim?
Yeah, that one caught my eye too. Brainfuck is also pretty old IIRC, and it's hiding down there in the bottom right.
Was it a deliberate choice to leave JavaScript off entirely?
Odin mentioned!
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.
"Obsolete Lang" is more of a looks category, and back then most programming languages were not much dissimilar from it. Basically Assembly had to stay unstructured due to how CPUs work, while the industry moved on.
SQL isn't a toy language, it's a domain specific language.
Yeah, but 3D political compasses just don't have the same hold on people.
How is cobol toy wasn't it made for military?
i like how you've managed to include just a single non-procedural language, and it's the most interesting one by far, and you're calling it obsolete. says a lot.
Prolog, right? I really love it
ngl I'm pretty mad right now
scala?
It's somehow both a nu lang and an obsolete lang.
If everything written in those "obsolete" languages suddenly disappeared, the whole world would go dark.
The huge gap between "obsolete" versus "legacy"
That doesn't stop them from being obsolete, it just means that people who have the "if it ain't broke, don't fix it" mentality can get fucked.
Where Perl?
Outside the chart. Somewhere far above the image
How are you defining "Obsolete" vs "Nu"?
e.g. Brainfuck from 1993 is all the way to Nu, while D (2001) and Rust (2012) are less "Nu"?
Also, what the hell is "nu" supposed to mean?
Where is Nu lang?
Nude 😳
OP probably lived through the mid-1990s rise of “nu-metal” bands like Linkin Park
Funny that nushell is not on here.
Yeah, the axes on this are weird, why would the opposite of a systems language be a toy language? And why is Lua, a very popular and commonly used language in tons of stuff, a "toy"? And Lua is a nu Lang? It's older than Java, maybe it just feels newer because each release isn't necessarily backwards compatible?
Also Python as a toy lang and somehow more "nu" than Java despite Java being younger?
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.
System vs Toy?
It wouldn’t be a good compass if nobody had strong issues with it:
Edit: before people tell me there’s already ‘obsolete’ on the graph, no, there’s loads of obsolete languages that are still useful, and many more new languages that are either built for fun or not used for sad or good reasons.
Edit2: I’m also halfway sure that brainfuck is older than rust (but don’t wanna look it up). But if that’s true your axis mean several things at once anyway and you should feel bad (not really though).
I literally opened it looking for Lisp and dismissed the whole thing when I realized its not there
Haskell's also not there. I was ready to criticize any quadrant it was put in heh. But that's probably mostly because the axes are kinda bad.
Did you just note Typescript, a superset of JavaScript that needs to be compiled into it, as closer to the system?
Also does it technically constitute a language? That feels like a stretch too.
Yes, TypeScript is a language by any definition.
Did the same with D's superset, betterC.
betterC is a subset... 🤦
"System" as in a distributed system I guess...?
And the chart even puts C more towards "obsolete"!
LOL, obviously this chart was made for fun!
Curious how you decided what goes where, I'd hardly consider SQL a "Toy Lang" as opposed to a "System Lang"
That it's an interpreted language rather than a compiled one. Bytecode and interpreted langs get the Toy Lang treatment. At least SQL has floating points.
So, it's an almost useless dimension with misleading names? Yeah, it's a good "political compass".
That's... a really dumb definition. And why is C# right in the middle but Java's towards obsolete and toy lang? They both compile to byte code and are overall extremely similar.
Javascript is compiled, just in time.
Nearly my entire company's infrastructure is written in Python and Go so I take offense (even if I would prefer to write anything else other than Python, mostly because I like proper typing )
What's the difference between interpreted and compiled?
COBOL is about as far from a "toy" as I can imagine. Almost everything corpo runs on it at some level.
And almost no one writes it for fun.
Why is it missing Haskell?
And Perl
My man put EMCAScript like Oracle was gonna C&D 😅
It's missing another axis, where else is Scott Lang gonna fit?
As a Ruby fan I’m just happy to be included for a change
As a Ruby fan having a blast with Elixir, where the hell is anything BEAM related?
The compass is truly political.
a lot of suspicuously missing lisps
I like it
Among this chart's many other issues raised elsewhere, Ada is in totally the wrong place. Probably more system than Rust right now, and definitely not obsolete.
@ZILtoid1991 well, according to this, I'll learn Go.
I started using Go a few months ago, I'm loving it so far. Simple, gets the job done, stays out of your way.
What do you looking for in a programming language? Maybe I can suggest something better.
I’m sure everyone can suggest something better regardless of what they’re looking for in a programming language.
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.
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?