508
submitted 2 months ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 71 points 2 months ago
[-] [email protected] 111 points 2 months ago
[-] FanBlade 52 points 2 months ago
[-] [email protected] 9 points 2 months ago

Javascript is basically just C with some syntactical sugar, right? RIGHT?!?

[-] [email protected] 7 points 2 months ago* (last edited 2 months ago)
[-] [email protected] 3 points 2 months ago

To the contrary, it's Lisp with a lot of syntactic sugar to make it look more like C, but underneath it's nothing like C. It's a weird hybrid.

[-] [email protected] 1 points 2 months ago

I would say that your username doesn't check out, but being honest we're all coders, or at least script kiddie pirates, around here.

[-] [email protected] 12 points 2 months ago
[-] [email protected] 19 points 2 months ago* (last edited 2 months ago)

Math.min isn’t the minimum integer; it’s the minimum of a list (and max visa versa)… the min/max of an undefined list is the same… IDK what it is, but this probably the most reasonable of the “WTFs” they could have put there i think… other languages would throw an exception or not compile (which JS definitely SHOULD do instead of this, buuuuut lots of JS has aversions to errors)

*edit: okay the curiosity was killing me: Math.min() is Infinity and Math.max() is -Infinity

[-] [email protected] 4 points 2 months ago

That explains it then. It could be mislead for -inf and +inf

this post was submitted on 17 May 2025
508 points (100.0% liked)

Programmer Humor

25276 readers
288 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 2 years ago
MODERATORS