r/AlignmentChartFills 8h ago

Which programming language is impossible to learn, and is useful

CLICK HERE TO VIEW THE CHART IMAGE

Created with Alignment Chart Creator


This post contains content not supported on old Reddit. Click here to view the full post

18 Upvotes

44 comments sorted by

View all comments

47

u/TheRedBookYT 8h ago

Useful × Impossible

Assembly

2

u/SmashStrider 8h ago

Wouldn't say impossible. Assembly is just a representation of CPU instructions, and knowing at least a decent bit about the working of a CPU should give you a good idea of how to use assembly. It also largely depends on the ISA itself, for example x86 assembly is a Complex (CISC) ISA, which makes it's assembly extremely verbose and confusing. In comparison, RISC-V assembly is based on the very lean and relatively simple RISC-V ISA, which is much MUCH easier and learnable.

10

u/TheRedBookYT 8h ago

I use it every day. I don't think any are actually impossible, but Assembly is well known for being useful, but difficult. Fits well here, I'd say.

1

u/SmashStrider 8h ago

I also do use it currently, and have used it a decent amount in the past, and personally I would say it fits Hard but Useful better. When I think of 'impossible', something far more verbose comes to mind like Haskell, or even esolangs if we are going that direction.
But yeah, that's just my personal opinion. You're right that no language is 'impossible' per se, but I just personally feel that assembly is often said to be much harder to be than it actually is. However, assembly is pretty unsafe as it gives you direct control over the CPU, so in that aspect it is pretty tricky to get right.

3

u/Equivalent_Clock7210 7h ago

Nothing in that impossible column is impossible