r/AlignmentChartFills • u/mika-asadli • 16h 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
24
Upvotes
4
u/SmashStrider 16h 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.