this post was submitted on 05 Jul 2024
864 points (97.9% liked)

Programmer Humor

32380 readers
1310 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 207 points 4 months ago (7 children)

all lines not terminated by a single space are comments

[–] [email protected] 52 points 4 months ago (5 children)

Also each line starts with a semicolon and you have to escape spaces in strings using a double forward slash

[–] [email protected] 49 points 4 months ago (4 children)

I realized a while ago that there's nothing stopping me from writing rust like this

;println!("This is great")
;println!("I think everyone should write rust like this")
;println!("Probably works in most languages that use semicolons")
;
[–] [email protected] 15 points 4 months ago (1 children)

Also a spicial place in hell for you

[–] [email protected] 6 points 4 months ago

Can we add the comefrom function too?

load more comments (2 replies)
load more comments (2 replies)
load more comments (3 replies)