this post was submitted on 16 Mar 2022
3 points (80.0% liked)

Programmer Humor

31224 readers
52 users here now

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

Rules:

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

Wondering if there is a monospace cursive font.

Some fonts express cursive elements whem italisised though.

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

I mean, are we sure the font used in that screenshot isn't monospace?
If you compare the two lines after the first comment, the columns seem to align quite well (though I cannot read some of that)...

[–] [email protected] 1 points 11 months ago (1 children)

Wait, you can read any of that? Impressive

[–] [email protected] 1 points 11 months ago (1 children)

Well, it helps a lot that I can guess the words from just knowing roughly what C looks like.

For example, the first line, I'm rather sure, reads:

static Chain *create_chain(char *name)

The only word I'm truly sure about, is "Chain", and I can mostly read "name".
The "static" and ”char", I would not be able to make out, without knowing that they're keywords in C.
And the "create" is pretty much unreadable to me, but it would make sense to be "create_chain", since it returns a Chain object.

[–] [email protected] 2 points 11 months ago

Ah, I see. My C skills could use some brushing up