Re: 'Use-Once' Variables and Linear Objects

2011-08-12 Thread John Nagle
On 8/2/2011 7:19 AM, Neal Becker wrote: I thought this was an interesting article http://www.pipeline.com/~hbaker1/Use1Var.html Single-use was something of a dead end in programming. Single assignment, where you can only set a variable when you create it, is more useful. Single assignm

Re: 'Use-Once' Variables and Linear Objects

2011-08-02 Thread Chris Rebert
On Tue, Aug 2, 2011 at 7:19 AM, Neal Becker wrote: > I thought this was an interesting article > > http://www.pipeline.com/~hbaker1/Use1Var.html See also: http://en.wikipedia.org/wiki/Uniqueness_type Cheers, Chris -- http://mail.python.org/mailman/listinfo/python-list

'Use-Once' Variables and Linear Objects

2011-08-02 Thread Neal Becker
I thought this was an interesting article http://www.pipeline.com/~hbaker1/Use1Var.html -- http://mail.python.org/mailman/listinfo/python-list