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

Programmer Humor

32184 readers
407 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
[–] manucode@infosec.pub 119 points 3 months ago (29 children)

It uses XML-like syntax:

<fun>
  <name>sum</name>
  <in>
    <int>foo</int>
    <int>bar=0</int>
  </in>
  <out><int>foo+bar</int></out>
</fun>
[–] A_Very_Big_Fan@lemmy.world 2 points 3 months ago (1 children)

I took every coding class my highschool offered, and the only thing that drove me more crazy than this syntax was trying to use CSS.

[–] fibojoly@sh.itjust.works 4 points 3 months ago

That's because you didn't try our lord and savior SASS. Vanilla CSS should be illegal at this stage.

load more comments (27 replies)