Slashdot article about multicore
Walter Bright
newshound1 at digitalmars.com
Sun Mar 22 21:52:56 PDT 2009
Jarrett Billingsley wrote:
> On Sun, Mar 22, 2009 at 9:55 PM, Brian <digitalmars at brianguertin.com> wrote:
>> This sounds like what "pure" functions are going to be for, right?
> That's more or less exactly what they're for.
Only partially. Pure functions are also a valuable tool to aid in
modularizing code and self-documenting that it is modularized. Pure
functions have some minor optimization benefits.
More information about the Digitalmars-d
mailing list