Moo... moo...

https://lemmy.world/pictrs/image/f2dbc969-a467-484d-acad-ddb98eb56953.mp4

28 points · 6 comments · view on lemmy.world

6 Comments

NorthWestWind@lemmy.world · 14 pts · 1y (1 reply)

Brainfuck would like to have a word

Ephera@lemmy.ml · 8 pts · 1y

The last one seems to be mostly like Brainfuck, just with different capitalizations of "moo": https://esolangs.org/wiki/COW

barubary@infosec.exchange · 10 pts · 1y (2 replies)

@devilish666 C++ (non-stupid):

#include <stdio.h>
int main() {
puts("Hello, world!");
}

fushuan@lemmy.blahaj.zone · 2 pts · 1y

There is nothing wrong with cout, way better than the java long ass sentence.

data1701d@startrek.website · 2 pts · 1y

Yeh. They really did C++ unnecessarily dirty.

data1701d@startrek.website · 5 pts · 1y

I spent 4-6 hours the other day trying to figure out the equivalent of Hello World for a MediaWiki parser function extension.

In theory, they have a quick start guide, but that documentation has so many errors, and I spent ages jumping between PHP and a JSON configuration file I barely understood.

At least it's working now. Now time to figure out how the heck to properly interact with the MediaWiki database!

(Perhaps once I'm a bit more confident in MediaWiki development, I'll see if I can tidy up some that documentation.)