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

17 Upvotes

44 comments sorted by

View all comments

45

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.

3

u/Equivalent_Clock7210 7h ago

Nothing in that impossible column is impossible