Subject: Re: Matrix class in Ruby
From: Joel VanderWerf <vjoel PATH.Berkeley.EDU>
Date: Tue, 5 Mar 2002 02:32:10 +0900
References: 349983511135222
Paul Brannan wrote:
> If an array is mutable, a matrix should be mutable, too.
FWIW, Matlab has mutable arrays. But Matlab isn't a good standard to
judge Ruby by. (Matlab has no reference semantics, for example.)