this post was submitted on 09 Feb 2026
50 points (98.1% liked)

Programmer Humor

43306 readers
2 users here now

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

Rules:

founded 7 years ago
MODERATORS
 

Alt text:

Transcendence meme template

function main() {...}

int main() {...}

void main() {...}

U0 main() {...}

/* HolyC example */
U0 Main()
{
  U8 *message = "hello world";
  "%s\n",message;
}
Main;
you are viewing a single comment's thread
view the rest of the comments
[–] Ephera@lemmy.ml 5 points 6 months ago

Oh man, a zero byte long unsigned integer? Lots of languages represent it as an empty tuple these days (the "unit" type), but from quickly scanning the documentation, it looks like HolyC doesn't support tuples, so I guess you gotta get creative...