in reply to Re^7: What will scientific computing in Perl 6 look like?
in thread What will scientific computing in Perl 6 look like?
Of all the Perl programs written, how many will use Gaussian numbers?
Or look at it another way. How many Perl programs will make use of all that "long list of numeric types that mathematicians have"?
The vast majority of Perl programs will use nothing more than the basics, and the few that do will each probably only use one or two of those exotics. So long as whatever packages are used to provide the required conversions between the exotic types they implement and one of the built in basic types, where applicable, everyone is happy.
Conclusion: The theoretical problem of a combinatorial explosion of type conversions never arises.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: What will scientific computing in Perl 6 look like?
by tilly (Archbishop) on Jul 16, 2008 at 16:15 UTC |