Viewing profile — mbue
mbue
HN member- Joined
- Sun, Jul 21, 2013, 11:26 PM UTC
- HN karma
- 93
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About mbue
No profile information was provided.
Recent public activity
-
comment
Comment #22731617
Appreciate the compliment. :)
-
comment
Comment #22726016
Yeah, that was the idea. Just a language for fun and specifically for code golf (solving programming problems in as small a program as possible). In the case of Retina, it turned o…
-
comment
Comment #22726006
Yeah, it really is surprisingly similar to sed. "Surprisingly", because when I first designed the language I knew nothing about sed, and I still know very little (but I've seen peo…
-
comment
Comment #22725993
FWIW, they're usually called esoteric programming languages/esolangs, but I'm not a fan of that term. That's why I've been using "recretional" instead. :)
-
comment
Comment #22718270
Hi, author here! Thanks for the feedback. I'm not in charge of Try It Online, so I can't do anything about filling it with code by default, but as someone else noted, there is a He…
- story
- story
-
comment
Comment #9761621
(I am not affiliated with Dinosaur Games in any way. Just a fan of the game.) > (Incidentally, branding aside, this article piqued my interest in the game. Is it worth a play?) I'v…
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #6155229
The problem is, regex flavors differ, and RegexPal uses JavaScript - whose regex flavor is really limited compared to most others (including Python). You should always try to find …
-
comment
Comment #6082352
Yes, this is explicitly a tool that uses PCRE via PHP. So I'd expect the behaviour to exactly reflect that of the `preg` suite in PHP... which does not use `u` by default.
-
comment
Comment #6080842
In the quiz, for competitive motivation it would be nice to see if you actually broke the current record on a quiz. Right now, there's no way to tell, whether you just caught up wi…