Live data from Hacker News

Viewing profile — rottytooth

rottytooth

HN member
Joined
Thu, May 30, 2013, 11:57 PM UTC
HN karma
99
Public activity
30 items

About rottytooth

I break software and make esolangs

Recent public activity

  1. comment
    Comment #46207983

    Hi, I’m the creator of Velato, the programming language (which is at http://velato.net/ ). Velato multicodes with music, much like Piet does with images. The challenge is to write …

  2. comment
    Comment #43528848

    I’m finishing several esolangs for the first artist’s monograph of programming languages, out in Sept: https://mitpress.mit.edu/9780262553087/forty-four-esolangs/ including a hands…

  3. comment
    Comment #43498471

    Yes, that's a typo: the first two strands have hooks pointing up, the third to the left. I forgot to mention that you can run the interpreter with -p to convert the program to pseu…

  4. comment
    Comment #43494028

    The glyph start marker ╵ also marks a block of code; if several consecutive glyphs start with the same number of them, they are part of the same block. When the question strand exe…

  5. comment
    Comment #43493875

    Hi, I created this language as part of a series of experiments with bringing aspects of natural language into code. My previous language, Valence ( https://danieltemkin.com/Esolang…

  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #18499077

    I've updated it to use a hashtable and the tests run quite a lot faster

  11. comment
    Comment #18499059

    Don't see how this will work without checking for control characters, surrogates and chars above 0x10000 (try 𝄞 for instance)

  12. comment
    Comment #18498033

    Thanks -- added an issue for the linear search https://github.com/rottytooth/rot8000/issues/2 -- will place a limit on chars in that textbox as well

  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #11757489

    Speaking of which, the image for this article has code in a variation of brainfuck

  18. story
  19. story
  20. story
  21. comment
    Comment #8961626

    I like that idea too (I'm the developer), but it does mean that string data would be an enormous number of folders

  22. story
  23. comment
    Comment #6687491

    I put in a fix for CJK and the result is: nearly everything that's not CJK now rotates into it and back out; CJK is an huge section of the Basic Multilingual Plane. The fix invalid…

  24. comment
    Comment #6687474

    CJK support is fixed now.

  25. comment
    Comment #6687442

    It's using 0x8000, which is half of 0x10000 (the size of the basic multilingual plane). It doesn't extend out of BMP