this post was submitted on 05 Jul 2024
847 points (97.9% liked)
Programmer Humor
32361 readers
399 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Also each line starts with a semicolon and you have to escape spaces in strings using a double forward slash
I realized a while ago that there's nothing stopping me from writing rust like this
Also a spicial place in hell for you
Can we add the comefrom function too?
Nasm programmers probably think that is old code that you commented out.
hope you don't forget the semicolon on a line by itself at the end (except in functions where you want to return the value of the last expression)