Did you ever wonder, while implementing this system, whether future generations of Perl should allow for distributed computing in an integral way. In a similar way to how accessing modules is integral to the language, for example.
Sorry, I don't follow.
Accessing modules in Perl is a useful aspect of the language, but it's not necessarily integral to Perl itself.
My belief is that it would be great to have a Perlish language that is a GRID language as well as an ordinary stand-alone language.
Can you define these two language aspects?
The way I see it, we use language to tell the computer what we want it to do. So one piece of code chops a job up into smaller parts, from 3-4 to millions; and another piece of code runs the smaller piece and returns a result.
One way I can see that changes that viewpoint in a really interesting way would be for the computers to work something like a recycling plant -- large things are input, they are broken down, stripped, cleaned and reassembled into something new and useful.
Alex / talexb / Toronto
"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.