> Also - I think "if()" shouldn't be a function, but a language construct. > Without it we cannot support lazy evaluation which is important for > functions that have side effects or take a long time to execute.
Oh - functions in NAnt should NEVER have side effect. If they have, you make them tasks. And we are again in task/function problem... > if (somefunction(), formatMyHardDisk(), formatMyHardDisk()) so formatMyHardDisk() will never exist (atleast in distribution package) :-) >I have one concern: should we keep some functions unprefixed: +1 for all functions be in namespace. maybe there could be few system functions or constructs without it, but user functions should always be in namespace & cathegory, imo. Regards, Martin ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
