Viewing profile — rottytooth
rottytooth
HN member- Joined
- Thu, May 30, 2013, 11:57 PM UTC
- HN karma
- 99
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About rottytooth
Recent public activity
-
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 …
-
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…
-
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…
-
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…
-
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…
- story
- story
- story
- story
-
comment
Comment #18499077
I've updated it to use a hashtable and the tests run quite a lot faster
-
comment
Comment #18499059
Don't see how this will work without checking for control characters, surrogates and chars above 0x10000 (try 𝄞 for instance)
-
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
- story
- story
- story
- story
-
comment
Comment #11757489
Speaking of which, the image for this article has code in a variation of brainfuck
- story
- story
- story
-
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
- story
-
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…
-
comment
Comment #6687474
CJK support is fixed now.
-
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