[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
VECTORs
- To: ALAN at MIT-MC
- Subject: VECTORs
- From: Jon L White <JONL at MIT-MC>
- Date: Tue, 11 Aug 81 19:09:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 11 August 1981 15:09-EDT
Date: 9 August 1981 23:49-EDT
From: Alan Bawden <ALAN at MIT-MC>
(sprinter (vector 1 2 3)) prints:
(1 2 3)
notice the lack of a leading "#". Also (set-vector-length v n) seems to
always get an MPV trying to write a #777777 into nowhere.
Fixed now, in VECTOR 71. Problem with SPRINT method was merely missing
output of #, and with SET-VECTOR-LENGTH was a 'twiddle' in the args to
RPLACX.