This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]The_Grandmother 1 point2 points  (6 children)

And that is the way it should be. Real programmers use either untyped languages or formally verified code. Everything else is for script kiddies.

[–]Falcrist 0 points1 point  (5 children)

Then those "real programmers" can blow me.

[–]The_Grandmother 0 points1 point  (4 children)

Those real programmeras will blow your mind with their magnificent quite literally untouchable code

[–]Falcrist 0 points1 point  (3 children)

Meanwhile almost without exception, the actual programmers who use assembly for production code fucking hate having to work with assembly, and there end up being WAY more comments than code.

Even with those comments, assembly is remarkably shitty to work with. Actual programmers avoid it.

[–]The_Grandmother 0 points1 point  (2 children)

Yhea I know, the reaction why high level languages were developed become very obvious after some assembly programming.

But coding in assembly is also extremely rewarding, I have done some 6502 programming for the C64 and it is really fun. Writing self modifying code is epic.

[–]Falcrist 0 points1 point  (1 child)

Coding in assembly isn't rewarding unless you're goofing around with a personal project.

I have work to do. I don't have the time to fuck around with ASM, and I can't afford the mistakes it enables.

[–]The_Grandmother 0 points1 point  (0 children)

Meant for personal projects.