80

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
[-] arcterus@piefed.blahaj.zone 6 points 1 day ago

What is the Main; at the end? Is this like a scripting language where having something like main() is just an idiom? Also is printf() like built-in or something?

[-] bitcrafter@programming.dev 8 points 1 day ago

Yes, it is the scripting language of TempleOS.

[-] arcterus@piefed.blahaj.zone 4 points 1 day ago

I knew it was from TempleOS, didn't realize it was actually a scripting language though.

this post was submitted on 09 Feb 2026
80 points (93.5% liked)

Programmer Humor

29648 readers
1352 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