Viewing profile — alabamenhu
alabamenhu
HN member- Joined
- Thu, Aug 29, 2019, 7:55 PM UTC
- HN karma
- 9
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About alabamenhu
No profile information was provided.
Recent public activity
-
comment
Comment #20841894
90% of Perl's line noise comes from using short cute variable names and trying to cram way too much into way too compressed regexes. There's nothing inherent about Perl that causes…
-
comment
Comment #20834624
I think so. I regularly use JS and Java in daily life and used to use a whole host other languages in the past. Perl 6 is actually a joy to code in, as weird as that sounds. It's f…
-
comment
Comment #20834536
The idea that there's only one way implies that code context means nothing. For example, if you have a simple function that kicks backed cached values: sub foo ($bar) { if %cache{$…
-
comment
Comment #20833203
That's a problem with the people who wrote the script, though, not the language itself. Consider the difference between a minified JS script or one produced with emscripten and the…