[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Optional types



> The biggest impediment to good optimization with all the dynamic
> languages is the amount of uncertainty at compile time. Anything that can
> reduce the uncertainty gives the optimizer more to chew on.

Yes.  This is especially important if you are compiling lazily.

- Christopher