NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
More users (Score:1)
Re:More users (Score:1)
I'm not sure you have "Sam's" (and lets add "Matz") motivation correctly. Speed is obviously a factor but the biggest thing I keep hearing (especially from the Ruby crowd) is access to CPAN. So speed *and* transperant language interoperability where by the latter I mean if you provided stubs for the external code then your script would run as is with CPython or the Ruby interpreter.
To me language interoperability i
Re:More users (Score:1)
"Too many priorities is no priorities."
Re:More users (Score:1)
So a couple of comments:
1. Users Sam, Rasmus, Matz etc are important. A good VM model will last forever (or nearly so).
2. While I'd claim to be a User Matz type, I am also a User Tom. While I do try and keep up with the design docs, I have not been invo
Ilya user type tweak (Score:1)
I mentioned this on #perl6, but I think you missed it -- the high-performance user ("Ilya") may be doing bandwidth-intensive stuff as well -- it's important then to have efficient access to packed data streams.
This becomes especially important when each data element requires very little computation, but there are a LOT of data elements to go through.
Hmmm, perhaps this should be a new user type . . . .
Re:Ilya user type tweak (Score:1)
Perhaps you could contribute an "Ilya Prime" sub-profile?
Re:Ilya user type tweak (Score:1)
=== docs/req/model_users.pod
=====================================================
--- docs/req/model_users.pod (revision 13090)
+++ docs/req/model_users.pod (local)
@@ -103,6 +103,38 @@
a favorite feature set and stick with it
+=head2 "Ilya Prime": Intensive Memory Bandwidth User
+
+Ilya Prime writes high-performance memory bandwidth-bound code,
+typically involving either very large packed arrays or "touch once"
+streaming algorithms that make CPU caches near-usele
Re:Ilya user type tweak (Score:1)