in reply to Re^3: Reasons for Using Perl 6
in thread Reasons for Using Perl 6
Real world programming tends to involve functions. For instance, trigonometric functions are very common. How exactly does Perl 6 do it right? What is the domain of accurate calculations? Say, can it do simple interest calculations accurately?
Perl and speed aren't mutually exclusive. You can have a low-level module or Inline::C doing the heavy lifting and still benefit from rapid prototyping or other comforts that Perl allows.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Reasons for Using Perl 6
by Laurent_R (Canon) on Dec 23, 2017 at 20:24 UTC |