Herb Sutter is right. Its the same thing year after year after year. Lifetime
, Initialization
, Type safety
, and Bounds safety
are the things which your language should do for you.
Lock and load
Consider the following example:
1 | [export] |
It causes daScript runtime panic.