Spyke
programming.dev

Assembly being obsolete has to be the funniest joke in here. It fundamentally never will be even if its use is niche

114
lemmy.world

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"?

87
Lenareply
gregtech.eu

Also, what the hell is "nu" supposed to mean?

37

OP probably lived through the mid-1990s rise of “nu-metal” bands like Linkin Park

15
lemy.lol

AKA: How to annoy a bunch of computer nerds very quickly....

Make one for Linux distros next!!!

66

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.

10

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?

47
lemmy.sdf.org

Also Python as a toy lang and somehow more "nu" than Java despite Java being younger?

12

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.

1
feddit.org

It wouldn’t be a good compass if nobody had strong issues with it:

  1. System vs Toy is not opposed to each other. Should have been system vs abstract or useful vs toy or whatever
  2. 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).

42
lemmy.world

I literally opened it looking for Lisp and dismissed the whole thing when I realized its not there

14

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.

6
discuss.tchncs.de

If everything written in those "obsolete" languages suddenly disappeared, the whole world would go dark.

39

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.

4
lemmy.world

How is C or assembly obsolete when they are literally everywhere is beyond me

29
CanadaPlusreply
lemmy.sdf.org

C is more obsolete than Rust. Coding directly in assembly is rare. Beyond that it's more subjective.

2
Avicennareply
lemmy.world

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?

21
sunbeam60reply
lemmy.ml

Many games are still hand optimised in assembly, at least the inner loops.

1
Blackmistreply
feddit.uk

Compilers are pretty damn good at doing that by now.

I can believe there's some direct assembly usage down in the depths of Unity and Unreal engines, but the average game dev is probably not going to touch it.

3

I’d agree that the average game dev is on Unity or unreal and won’t be hand optimizing any inner loops.

But there are a surprising amount of studios still on their own tech and there the low-level engineers definitely do (I’ve worked in the industry and have seen it first hand - and done it myself).

It also tends to be at the start of a console’s life span before the compiler and linker is mature up against the hardware.

2
CanadaPlusreply
lemmy.sdf.org

So, the Linux kernel is already partially moved over to Rust. It's probably in the Python ecosystem too, although I can't actually say.

More obsolete was a deliberate word choice. Hell, even COBOL is still used.

-1
Avicennareply
lemmy.world

yea but Rust is not above %80 of the languages in the chart. It is not just a matter of C being more obsolete than Rust it is more like C being one of the most obsolete in the chart. Can't call it that until it is replaced %80 by something else in systems that exists world-wide and everywhere.

6

I'd actually use some kind of projected future to define obsoleteness. Like, fossil fuels are obsolete relative to renewables, because there's going to be more going forwards even though there's more fossil fuels right now.

Athough, I have no idea if Mojo or Nim are going anywhere, and Brainfuck isn't. Maybe there's a dimension of novelty that's also flattened into that axis.

2
lemmy.zip

And I bet this is based in opinion and not any sort of scientific understanding because you put assembly as an obsolete language…

28
CanadaPlusreply
lemmy.sdf.org

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.

-1
T. Hexreply
lemmy.dbzer0.com

Should it not say "machine code" then? It would still be bizarre to call it obsolete, given that it's literally the foundation of all the other languages in the chart. It's like saying letters are obsolete because we have words now.

-1

Why? An assembler isn't the same thing as a compiler. (Although, I'm not personally sure where the dividing line is. Where would literally just an assembler with loops instead of goto classify?)

The practice of directly using assembly is relatively obsolete. To bootstrap you might have to a bit, but writing Rollercoaster Tycoon in it was already an anachronism. I'm not really sure how to fit that into your analogy, because there's no word-compilers in wide use. If voice-to-text had became that dominant, typing would be obsolete, I guess.

0

"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.

-8
lemmy.blahaj.zone

Curious how you decided what goes where, I'd hardly consider SQL a "Toy Lang" as opposed to a "System Lang"

26
lemmy.world

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.

-2

So, it's an almost useless dimension with misleading names? Yeah, it's a good "political compass".

39

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.

11

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 )

3

The only way Assembly will be obsolete is if there were no new chips processor models being created.

Every time a new architecture or a new instruction group is announced, it has to be bootstrapped into the C compiler.

22
lemmy.ca

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.

22

"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!

1

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.

3
marcosreply
lemmy.world

I'm not sure "computer" was even a profession back at that time.

3
Adalastreply
lemmy.world

The Cult of Pythagoras would like to have a word with you.

4
lemmy.ml

How is Lua further down along the Nu Lang axis than Go, Rust and Nim?

12

Yeah, that one caught my eye too. Brainfuck is also pretty old IIRC, and it's hiding down there in the bottom right.

5
feddit.nu

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.

10
lemmy.world

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.

-1

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.

16
feddit.nl

This is a very bad chart:

  • I don't understand what Toy Lang, Nu Lang or even System Lang mean
  • How are C and Assembly obsolete?
  • How is C++ more obsolete than D or Go?
  • PHP still powers a large portion of the internet, certainly not a "Toy Lang"
  • Why is ECMAScript here and not JavaScript?

Downvoting.

9
mkwtreply
lemmy.world

This chart is easier to understand if you make the following substitutions:

  • Toy Lang --> high level language (except brainfuck really is a low level toy language)
  • System Lang --> low level language
  • Obsolete Lang --> old programming language, regardless of obsolescence status
  • Nu Lang --> newer programming language

After understanding this construction, I fail to find any humor in this.

Why is ECMAScript here and not JavaScript?

Among other things, "JavaScript" is a trademark of Oracle.

6

I fail to find any humour in this. I think the humour are the labels (Toy, System, Nu, Obsolete), which are however incorrect and misleading.

Among other things, "JavaScript" is a trademark of Oracle.

Does this prevent it from being used in memes?

1
alt_xa_23reply
lemmy.world

ECMAScript is included, which is the official JavaScript standard

9
CanadaPlusreply
lemmy.sdf.org

I actually did miss that one. TIL.

Interesting that it's just as nu as TypeScript, despite TypeScript definitely coming after.

4
lemmy.world

I roughly based the nu-obsolete scale on language features not age (or use), TypeScript is just ECMAScript with an optional type safety feature.

2

That's... not the whole story. TypeScript is very powerful without users noticing. The most widely used feature is probably implicit this binding in fat arrow functions, but also targeted compilation to lower ES standards. It's not just type annotations à la Python.

1
CanadaPlusreply
lemmy.sdf.org

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.

3

I'll pull out the emojis for this one.

👉️😎👉️

4

As a Ruby fan having a blast with Elixir, where the hell is anything BEAM related?

The compass is truly political.

4

My man put EMCAScript like Oracle was gonna C&D 😅

5
hperrinreply
lemmy.ca

In what way is typescript not a language?

1

No colours? But how am I going to look down on the other three quadrants?

But for real, how did you make it? Hold up, did you screenshot draw.io? You absolute madlad!

3

You can export from draw.io with dark mode and grid enabled as well. Seeing as the space even on all sides...

1
Lenareply
gregtech.eu

I started using Go a few months ago, I'm loving it so far. Simple, gets the job done, stays out of your way.

6
lemmy.world

What do you looking for in a programming language? Maybe I can suggest something better.

-4

I’m sure everyone can suggest something better regardless of what they’re looking for in a programming language.

9

@ZILtoid1991 so many years ago I dabbled on C and C++, loved how efficient they were, then I got into things like Matlab and R. I'm no programmer but I'd love to learn something new.

1

Fortran is obsolete? I just constrained myself about to write something about your mum

1

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.

1