Is this a bug?
Welcome to Racket v6.0. > (define v #(1 2 3)) > v '#(1 2 3) > (immutable? v) #t > (vector-map! add1 v) '#(2 3 4) > v '#(2 3 4) > (immutable? v) #t
____________________ Racket Users list: http://lists.racket-lang.org/users
Is this a bug?
Welcome to Racket v6.0. > (define v #(1 2 3)) > v '#(1 2 3) > (immutable? v) #t > (vector-map! add1 v) '#(2 3 4) > v '#(2 3 4) > (immutable? v) #t
____________________ Racket Users list: http://lists.racket-lang.org/users