photog.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for your photos and banter. Photog first is our motto Please refer to the site rules before posting.

Administered by:

Server stats:

242
active users

#esolang

0 posts0 participants0 posts today
Josiah Winslow<p>Back when I went to MATC, I created an <a href="https://hachyderm.io/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a> called "Poetic". It was like <a href="https://hachyderm.io/tags/brainfuck" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>brainfuck</span></a> , but the commands were encoded in the lengths of words.</p><p><a href="https://esolangs.org/wiki/Poetic_(esolang)" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">esolangs.org/wiki/Poetic_(esol</span><span class="invisible">ang)</span></a><br><a href="https://winslowjosiah.com/stuff/matc/vicom128/final/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">winslowjosiah.com/stuff/matc/v</span><span class="invisible">icom128/final/</span></a></p><p>But I have an <a href="https://hachyderm.io/tags/idea" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>idea</span></a> for a better esolang, which actually achieves what I wanted it to.</p><p><a href="https://hachyderm.io/tags/program" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>program</span></a> <a href="https://hachyderm.io/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://hachyderm.io/tags/code" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>code</span></a> <a href="https://hachyderm.io/tags/coding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>coding</span></a> <a href="https://hachyderm.io/tags/programminglanguage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programminglanguage</span></a> <a href="https://hachyderm.io/tags/programminglanguages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programminglanguages</span></a></p>
mhd<p>Hmm, I know there's <em>Whitespace</em>, but is there an <a href="https://tilde.zone/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a> that's the opposite, without any whitespace? BASIC almost got there, I think. </p><p>(And no, just replacing whitespaces with some unused ASCII or Unicode would be a boring solution)</p>
Jim Flanagan<p>Brainfuck with function calls</p><p><a href="https://hachyderm.io/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a> </p><p><a href="https://github.com/jimfl/little_livebook_library/blob/main/brainfuck-with-functions/Brainfunk.livemd" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/jimfl/little_livebo</span><span class="invisible">ok_library/blob/main/brainfuck-with-functions/Brainfunk.livemd</span></a></p>
AlgoCompSynth by znmeb 🇺🇦<p>TIL the BrainFuck programming language has its own IDE</p><p><a href="https://app.zdechov.net/LazFuck" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">app.zdechov.net/LazFuck</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a> <a href="https://mastodon.social/tags/brainfuck" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>brainfuck</span></a></p>
Susam<p>3) FXYT (<a href="https://github.com/susam/fxyt" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/susam/fxyt</span><span class="invisible"></span></a>): A tiny, stack-based, postfix, canvas colouring language with only 36 simple commands. A very recent project and there is not much of a community around it yet. Nevertheless, I find it a lot of fun to play with.</p><p><a href="https://mastodon.social/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a> <a href="https://mastodon.social/tags/graphics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphics</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a></p>
Susam<p>2) CFRS[] (<a href="https://github.com/susam/cfrs" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/susam/cfrs</span><span class="invisible"></span></a>): An extremely minimal drawing language consisting of only 6 simple commands: C, F, R, S, [, and ]. Received several impressive demos from community members. One such demo by btknu is attached to this post.</p><p><a href="https://mastodon.social/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a> <a href="https://mastodon.social/tags/graphics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphics</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a></p>
Csepp 🌢<p><span class="h-card"><a href="https://merveilles.town/@merl" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>merl</span></a></span> That'd be an interesting <a href="https://merveilles.town/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a>, one where every function call (or instruction) had a random chance of executing a no-op instead. 🤔<br>I know there are some nondeterministic esolangs that are still Turing-complete, not sure what would be needed to make this Turing-complete though. It seems similar to radiation hardened defensive programming.</p>
Anti-Pattern Games<p>I just released my first game on Steam: SIC-1, a free <a href="https://mastodon.gamedev.place/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a> <a href="https://mastodon.gamedev.place/tags/zachlike" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zachlike</span></a>: <a href="https://store.steampowered.com/app/2124440/SIC1/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">store.steampowered.com/app/212</span><span class="invisible">4440/SIC1/</span></a></p><p>If you're tired of the conveniences of modern programming language, give SIC-1's single-instruction (subleq) programming a try!</p>
Devine Lu Linvega<p>The Handmade stream starts in an hour or so, I'll be talking in two hours about fun things that I stumbled upon while exploring <a href="https://merveilles.town/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a> and virtual machines.<br><a href="https://handmade-seattle.com/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">handmade-seattle.com/</span><span class="invisible"></span></a></p>
Devine Lu Linvega<p>Let me introduce you to one of my favourite <a href="https://merveilles.town/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a>.</p><p>Thue is a matrioshka esoteric computer based on string rewriting rules.</p><p>A Thue program consists of two parts: a list of substitution rules, which is terminated with a line having both sides of the operator empty, followed by a string representing the initial program state, which may extend over multiple lines.</p><p><a href="https://wiki.xxiivv.com/site/thue.html" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">wiki.xxiivv.com/site/thue.html</span><span class="invisible"></span></a></p>
Ryuno-Ki<p><span class="h-card"><a href="https://mathstodon.xyz/@nanjekyejoannah" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>nanjekyejoannah</span></a></span><br>There's a whole programming language for that!</p><p><a href="https://github.com/munificent/vigil" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">github.com/munificent/vigil</span><span class="invisible"></span></a></p><p><a href="https://layer8.space/tags/vigil" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vigil</span></a> <a href="https://layer8.space/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a></p>
Devine Lu Linvega<p>Started porting my Lietal <a href="https://merveilles.town/tags/conlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>conlang</span></a> tools over to the Uxntal <a href="https://merveilles.town/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a>.</p><p>Feeling at home in this cozy and crazy computing place.</p><p><a href="https://github.com/XXIIVV/oscean/blob/main/archive/projects/lietal/lie.tal" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/XXIIVV/oscean/blob/</span><span class="invisible">main/archive/projects/lietal/lie.tal</span></a></p>
Devine Lu Linvega<p>A BQN compiler written in BQN.<br><a href="https://github.com/mlochbaum/BQN/blob/master/src/c.bqn" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/mlochbaum/BQN/blob/</span><span class="invisible">master/src/c.bqn</span></a><br><a href="https://merveilles.town/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a></p>
David Bremner<p>Today in things that the virtual cat dragged in, scheme implemented in make. If you don't know what that means, that's probably a good thing.</p><p><a href="https://github.com/bhk/scam" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">github.com/bhk/scam</span><span class="invisible"></span></a></p><p><a href="https://mathstodon.xyz/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a> <a href="https://mathstodon.xyz/tags/scheme" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>scheme</span></a> <a href="https://mathstodon.xyz/tags/notsureifserious" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>notsureifserious</span></a></p>
Devine Lu Linvega<p>In 1879 Gottlob Frege published his Begriffsschrift: A formula language, modeled on that of arithmetic, of pure thought.<br><a href="http://www.attoparsec.com/artifacts/gottlob/language.html" rel="nofollow noopener" target="_blank"><span class="invisible">http://www.</span><span class="ellipsis">attoparsec.com/artifacts/gottl</span><span class="invisible">ob/language.html</span></a><br><a href="https://merveilles.town/tags/esolang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esolang</span></a></p>
read-only account (Rain 🚱)cursed programming language idea