home.social

#esolang — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #esolang, aggregated by home.social.

fetched live
  1. I built an esoteric programming language: rphle.de/tzap/
    It only has 4 instructions and no arbitrary values like numbers or memory addresses.
    I challenge you to implement Fibonacci in it!

    #esolang #pldev #programming #programminglanguages #challenge

  2. I have created an esoteric programming language called Uhhlang. In this language the only valid tokens (after comment removal) are hesitation words in various languages. For example: uh/erm (from English), euh (French), äää (Estonian), εμ (Greek), अ (Hindi). I've also included some RTL language tokens.

    Code repo including example programs: codeberg.org/mattp/uhhlang/src

    Blog post: peperell.com/2026/04/01/uhh-er

    Human-generated input, corrections etc from sufficiently advanced / native speakers of languages other than English is welcome.

    #esolang

  3. Yet another #LLM #benchmark. 😉

    EsoLang-Bench: Evaluating genuine reasoning in large language models via esoteric #programming languages esolang-bench.vercel.app/ #esolang #GenAI #AI

  4. I should continue learning more Python and Lua before I continue on my esoteric programming language, PolkaPy


    #programming #thoughts #blog #python #esolang
  5. I've been tormented by a very strange #esolang idea, it's like Lisp, but lists are unordered, and the only operation is composition.
    wiki.xxiivv.com/site/bagel

  6. Hallo an alle,

    wir treffen uns diesen Donnerstag den 26.02. ab 18 Uhr im @entropia Hauptraum.

    Thema ist dieses mal Esolangs. Es soll um seltene/alte Programmiersprachen und Paradigmen gehen - auch in einem interdiziplinären Kontext, Code als Kunst, Code als Widerstand. Bringt gerne eure Lieblingssprache mit.

    Es wird einen Talk über Ashwood geben.
    Wir bestellen gemeinsam Essen, es gibt Tee und Snacks.

    Kommt gerne vorbei :)

    #flinta #ccc #entropia #esolang #art #programming #ashwood

  7. We are excited to announce the interactive talk "Esolangs as Hacker Folk-Art and Computational Resistance" by Daniel Temkin (@rottytooth) about esoteric programming languages as a community-based form of art and resistance. The talk occurs as part of our open sessions format on the 7th February at 20:00 in our club space.

    More information on the talk: entropia.de/Open_Sessions:Agen

    More infos about the speaker: danieltemkin.com/

    #karlsruhe #esolang

  8. Nice article on Brainfuck compiler optimization. Makes me remember when I wrote a BF interpreter in high school for my Texas Instruments Voyage 200.

    calmerthanyouare.org/2015/01/0

    #brainfuck #esolang #compsci #compiler

  9. ...and what's interesting about thinking about such esoteric text editor behavior is that one realizes many of those ideas could be implemented in emacs.

    #emacs #esolang #esoeditor

  10. The other evening I started reading Daniel Temkin's "44 Esolangs":

    danieltemkin.com/Esolangs

    I just read the introduction and skimmed a few of the languages.

    In the following eight hours, I thought of three esolangs of my own!

    This book may be slightly deadly to my productivity...

    #programming #esolang

  11. Update: I have successfully solved Day One (both parts) in TIS-100, and it was of course very annoying but I did it, with a minimal wrapper script to inject input and run the program 184 times in a row to get the final answer. The whole run took 20 minutes (and 2.6 million cycles*) - not too shabby!

    I don't think I'll be attempting anything beyond Day 1 with TIS-100, handling 10-digit integers would be...a feat. But here's my solution to day one:
    gitlab.com/cincodenada/advent-

    I'll post a reply going over the details of how I even got the data into and out of TIS-100, because that's the funnest part, I think.

    For context: TIS-100 is a puzzle game that gives you a _very_ limited assembly-like programming environment: the only values available are integers from -999 to 999, and the input for a given run is limited to 39 values, further limited to the range -99 to 999. The only math operations are addition and subtraction, and the "registers" available are minimal and spatial. It's...not an ergonomic environment, but it is a very interesting architecture.

    * Sort of...see the last post in the thread below for details there!

    #AdventOfCode #TIS100 #esolang

  12. a programming language where you declare variables like this:

    Let's say we have an integer, 10, a numberOfPlayers, if you will.

    #esolang #esolangs #esolangIdea

  13. Yay, weirdo programming languages at #RoguelikeCelebration

    Seth Cooper on writing a roguelike with tile rewriting. #ProgrammingLanguages #Esolang