this post was submitted on 16 Jul 2023
1619 points (96.7% liked)

Memes

45197 readers
2107 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago

Yes, the classic readability of c style for loops.

How about some Haskell

let numbers = [1, 2, 3, 4, 5] let sumOfNumbers = sum numbers