this post was submitted on 26 Aug 2023
818 points (91.4% liked)

Programmer Humor

19166 readers
575 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 1 year ago (1 children)

Yes, you can code in machine code. I did it as part of my CS Degree. In our textbook was the manual for the particular ARM processor we coded for, that had every processor-specific command. We did that for a few of the early projects in the course, then moved onto Assembly, then C.

[–] [email protected] 5 points 1 year ago (1 children)

That was a fun class. One of the last ones I took before recursion made me change majors.

[–] [email protected] 2 points 1 year ago (1 children)

Hand writing machine code and assembly was fine, but recursion is where you draw the line??

[–] [email protected] 1 points 1 year ago

My brain just can't write recursive code. I can read it, but not write it.