|
|
|
|
|
by olah_1
2614 days ago
|
|
>Could you elaborate on how you got to the conclusion that adding types in Perl 6 slows things down? I was playing around with adding types to everything in my program. Creating kind of a little Haskell style script. I was sad when it ran slower than it did without the types. Someone informed me that that is the expected outcome because (as you said) type checking is done at run time. |
|
So I'm very curious as to what code exposed a slowdown after explicit types were added.