Viewing profile — doomvox
doomvox
HN member- Joined
- Tue, Aug 10, 2021, 11:13 PM UTC
- HN karma
- 31
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About doomvox
No profile information was provided.
Recent public activity
-
comment
Comment #31524442
> Perl 7 there was a mutiny by jealous and bitter collaborators Look, I hate to harsh on Sawyer X-- he's done a bunch of good stuff for perl over the years, and I hope to see him a…
-
comment
Comment #31524336
If you use -E rather than -e you get some new features turned on by default, notably you can use "say" instead of "print".
-
comment
Comment #31524322
Since doomacs and spacemacs, the vi folks have discovered org-mode and stopped fighting.
-
comment
Comment #31524308
Perl has a fast, powerful well-integrated regular expression engine, with full unicode support. In general, Perl tends to be much faster than the competing scripting languages (whi…
-
comment
Comment #31524269
> it falls massively short when it comes to anything concurrent or async Perl has some decent CPAN modules for handling multi-process applications-- it is true that it's very weak …
-
comment
Comment #31524230
> no, there's been quite a few. Yes, most of them relatively minor though, which is why the OP has never stumbled across one. (I found one once-- it turned out one coder had invent…
-
comment
Comment #31524191
> That butterfly was the worst. Agree completely. Larry Wall is pretty brilliant, but he shouldn't be doing graphics design. Actually, I tend to dislike cutsey-poo cartoon icons, i…
-
comment
Comment #31524128
I think quite a few people are confused by the line about it becoming Perl 7 "sometime in the future". I think it is unlikely that that is the distant future, myself. I think the m…
-
comment
Comment #31523902
> It should be easy to always stay on the latest language version With perl you can upgrade your language version whenever you like, and do it reasonably safely, because there's a …
-
comment
Comment #31523845
> Perl devs would be in a better situation with a "fiasco" like that. Well, the hang-up in the roll out of "Perl 6" (now, Raku) gave people ammunition to shout about how "Perl is d…
-
comment
Comment #31523810
> the Editions system lets people keep older syntax in source code Perl 'features' are lexically scoped, and could be applied in a finer-grained style, if you like. Shutting someth…
-
comment
Comment #31267608
We're still reading the text of a speech from 1999, which would seem to say something in its favor. Dated pop-culture references in something that's ~25 years old is hardly surpris…
-
comment
Comment #31267586
"... but wherever I interfaced with people writing/maintaining Perl code, it was the most hastily thrown together crap" The badly written stuff needs more "maintenance", and the pe…
-
comment
Comment #31267558
Maybe you're thinking of slashdot.
-
comment
Comment #31267405
Well, Larry Wall's latest project was called "Perl 6" but has been renamed "Raku"-- in belated recognition that it really is a new language, and Perl is going to continue being Per…
-
comment
Comment #31267209
Well, there's certainly a deprecation cycle in play, and some things may be on their way out that I would rather see kept around (e.g. they seem to have given up on getting the cas…
-
comment
Comment #31267142
"But unfortunately, some Perl devs in recent years keep thinking that what they need to do is break stuff to 'modernize'. They keep eyeing goals like turning `strict` on by default…
-
comment
Comment #30315337
https://idlewords.com/2005/04/dabblers_and_blowhards.htm
-
comment
Comment #29006288
Don't know exactly who you mean, but while sawyer x has stepped down recently, the dev team seems to be in good shape-- they've adopted the steering committee idea, and are using a…
-
comment
Comment #29006060
Adultfriendfinder, cams...
-
comment
Comment #28407249
During the crazed bubble 1.0 days, and the word is it got re-written in C++ soon afterwards.
-
comment
Comment #28135988
Douglas Crockford, "Javascript: The Good Parts" (2008): "But it turns out that strong typing does not eliminate the need for careful testing. And I have found in my work that the s…