Interested in advertising on Derpibooru? Click here for information!
Help fund the $15 daily operational cost of Derpibooru - support us financially!
Description
And this is part of the reason my personal tag is “Funge-98 is Magic.”
This is a quine of Pear Butter and Bright Mac, written in Funge-98. More specifically, Befunge-98 (2 dimensions). A quine, if you don’t know, is a program that outputs its own source code. Quines are super easy in Funge. Partially because two of the commands, g and p, get and place characters in the source code, respectively. Makes it really easy to “read” the source code without actually making the program open itself as an external file (which is kind of cheating when making a quine).
I already had made a Rarity quine in Funge, but I haven’t posted it yet. I wanted to finish this one and post it before anything else. This episode was the closest I came to crying over something on a television show, ever. Granted, I tend to be the Applejack-ish “cry on the inside” type. And boy, did I do that.
Besides, the Rarity one doesn’t come close to the level of quality I put in this one. :P
This is a quine of Pear Butter and Bright Mac, written in Funge-98. More specifically, Befunge-98 (2 dimensions). A quine, if you don’t know, is a program that outputs its own source code. Quines are super easy in Funge. Partially because two of the commands, g and p, get and place characters in the source code, respectively. Makes it really easy to “read” the source code without actually making the program open itself as an external file (which is kind of cheating when making a quine).
I already had made a Rarity quine in Funge, but I haven’t posted it yet. I wanted to finish this one and post it before anything else. This episode was the closest I came to crying over something on a television show, ever. Granted, I tend to be the Applejack-ish “cry on the inside” type. And boy, did I do that.
Besides, the Rarity one doesn’t come close to the level of quality I put in this one. :P
Nice! Rainbows make everything more comprehensible. ^^
I always wanted to make a sort of Funge-like evolutionary simulation where the organisms would be physically composed of their own code, but I never got around to figuring out the details :)
So I fixed that real quick, and made a neat little explanation on how it works as well!
seriously try funge-98 its so different, its fun aaaaa
Hell, I encourage you to at least try Funge-98. It’s a silly, damn near useless language that is tons of fun to write random crap in.