How is cobol toy wasn’t it made for military?
System vs Toy?
ngl I’m pretty mad right now
Where Perl?
Outside the chart. Somewhere far above the image
If everything written in those “obsolete” languages suddenly disappeared, the whole world would go dark.
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.
AKA: How to annoy a bunch of computer nerds very quickly…
Make one for Linux distros next!!!
By being wildly wrong you mean?
You say “wildly wrong”, they say “incentivizing engagement”.
So rage bait?
Precisely. Getting people upset is the foremost technique to farm engagement on social media. Sites such as Facebook even deliberately altered their algorithms to show content that will anger readers because it works so well to keep them invested.
Engagement bait is omnipresent and really obvious once you learn to spot it - even something as innocuous as one or two “accidental” typos in a meme to get people into the comments section.
You could rent yourself to translate corporate-speak in email and meetings
Assembly being obsolete has to be the funniest joke in here. It fundamentally never will be even if it’s use is niche
…and C++ being obsolete is the second funniest.
It is clearly surpassed by C though this chart seems to have missed that fact.
deleted by creator
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?
Nude 😳
OP probably lived through the mid-1990s rise of “nu-metal” bands like Linkin Park
Funny that nushell is not on here.
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.
“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!
Did the same with D’s superset, betterC.
betterC is a subset… 🤦
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?
OP is a “C guy”
Where’s Latin and Summerian? 🤔
Are those programming languages?
Just imagine any of these programming languages with keywords in Latin. One morning you’re debugging a double ended queue and the next thing you know, a bit flip is being caused by a 300 year old spirit.
I’m not sure “computer” was even a profession back at that time.
The Cult of Pythagoras would like to have a word with you.
The Greeks were very into geometry, a purely calculated algebraic proof didn’t count for them.
They could have been. 😌
It’s missing another axis, where else is Scott Lang gonna fit?
It wouldn’t be a good compass if nobody had strong issues with it:
- System vs Toy is not opposed to each other. Should have been system vs abstract or useful vs toy or whatever
- Where LISP? Best language missing makes graph bad
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.
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.
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.
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.
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 )
So, it’s an almost useless dimension with misleading names? Yeah, it’s a good “political compass”.
Javascript is compiled, just in time.
This guy JITs 👆
What’s the difference between interpreted and compiled?