Friday, December 21, 2012

Lazy Functions

I imagine compiler supported lazy functions that memorizes last value of return , then never computes it again until an input variable changes , maybe keeps states of input vars. This may help to reduce computation , when reads are more frequent than writes .  A flag could be set if there is any write to specified vars

Be human

The biggest mistake repeated throughout history has always been people in power thinking they have the right to harm the innocent for what t...