My toolchain for Cammy, another esoteric language somewhat like Vigil, has a similar feature: code can be proposed at the REPL, but ill-formed or ill-typed terms are rejected and not added to the code database. Strangely, I completely forgot about Vigil until reading this article!
When I was a kid, I was obsessed with esolangs. The best one I made was O, which is stack based and heavily inspired by GolfScript. The original joke was every program had to end with o for you to output the final items on the stack (this requirement was later dropped because this, of course, did not do well in code golf). Another language, this time in 2D, had mirrors and portals to bounce execution around. If it weren’t for these funny programming languages, I probably wouldn’t be as interested in languages as I am today. I definitely recommend creating whatever goofy ideas you can think of - and try them out on the codegolf stackechange!
I love this stuff. I hadn’t heard of HQ9+ before; that’s great.
I wonder if this was inspired by the famous GHC bug which deleted your source code when a type check failed: https://gitlab.haskell.org/ghc/ghc/-/issues/163
Just remembered one of my favorite humor languages: Swearjure
https://hypirion.com/musings/swearjure
It’s a subset of Clojure where you’re not allowed to use alphanumeric characters. Here’s factorial in Swearjure:
My toolchain for Cammy, another esoteric language somewhat like Vigil, has a similar feature: code can be proposed at the REPL, but ill-formed or ill-typed terms are rejected and not added to the code database. Strangely, I completely forgot about Vigil until reading this article!
When I was a kid, I was obsessed with esolangs. The best one I made was O, which is stack based and heavily inspired by GolfScript. The original joke was every program had to end with
o
for you to output the final items on the stack (this requirement was later dropped because this, of course, did not do well in code golf). Another language, this time in 2D, had mirrors and portals to bounce execution around. If it weren’t for these funny programming languages, I probably wouldn’t be as interested in languages as I am today. I definitely recommend creating whatever goofy ideas you can think of - and try them out on the codegolf stackechange!There’s actually quite a few joke languages out there. https://esolangs.org/wiki/Category:Joke_languages
Yes but something like 90% of them are just reskins of Brainfuck, GolfScript, Befunge, or another well-known esolang.
Footnote 1 references ngate, which is sadly defunct (and mostly existed to poke fun at Hackernews culture, not languages per se).
What about lolcode, the lolcats language where variable declarations start with I CAN HAS? I think someone actually implemented it.
aren’t they covered in the first paragraph?