Recommendation: "functional" keyword

Sean Eskapp eatingstaples at gmail.com
Sun Jan 9 14:05:15 PST 2011


It's a programmer contract, nothing more. It forces the code to be functional, not
procedural. Just like const and @safe are simply programmer contracts, functional
would mean no explicit stack allocation, except that allocated in called functions.


More information about the Digitalmars-d mailing list