Thread overview
Using Pure
Aug 20, 2008
Wyverex
Aug 20, 2008
BCS
Aug 20, 2008
Wyverex
Aug 21, 2008
JAnderson
August 20, 2008

What benefit is there in using pure?  Messed around with it on some simple functions and there is no difference reported by the profiler..

So why use pure, and when should we use it?
August 20, 2008
Reply to wyverex,

> What benefit is there in using pure?  Messed around with it on some
> simple functions and there is no difference reported by the profiler..
> 
> So why use pure,

I don't 

> and when should we use it?

After it gets implemented (IIRC)


August 20, 2008
BCS wrote:
> Reply to wyverex,
> 
>> What benefit is there in using pure?  Messed around with it on some
>> simple functions and there is no difference reported by the profiler..
>>
>> So why use pure,
> 
> I don't
>> and when should we use it?
> 
> After it gets implemented (IIRC)
> 
> 
So I've been messing with something thats not implemented?!?!
Blah..
August 21, 2008
Wyverex wrote:
> BCS wrote:
>> Reply to wyverex,
>>
>>> What benefit is there in using pure?  Messed around with it on some
>>> simple functions and there is no difference reported by the profiler..
>>>
>>> So why use pure,
>>
>> I don't
>>> and when should we use it?
>>
>> After it gets implemented (IIRC)
>>
>>
> So I've been messing with something thats not implemented?!?!
> Blah..

I think the reason its there is so people can start using it in there code and they won't have backwoods compatibility issues when it is actually implemented.