166
submitted 1 year ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 24 points 1 year ago

Hand written assembly is much more powerful than a turing-complete high level language because it lets you fuck up everything. Rust and python are way too wimpy to allow a user to destroy their computer.

[-] [email protected] 3 points 1 year ago

On the other hand you can't really have UB in code written in asm.

Just throwing that out there!

[-] [email protected] 0 points 10 months ago

could have instruction undefined behavior (eg, integer overflow wrap/saturate/trap/explode), and is different on different computers

this post was submitted on 11 Aug 2024
166 points (86.1% liked)

Programmer Humor

37808 readers
122 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS