On Mon, Mar 26, 2012 at 01:31, Joe Gilray <jgil...@gmail.com> wrote: > Hi Tom, > > thanks for the comments. > > As far as reading the data into a vector, that can be accomplished with > "(define vec (read in))" I was more interested in how to create an srfi/25 > array from that vector.
(apply array (shape 0 3 0 3) '(1 2 3 4 5 6 7 8 9)) #<array:srfi-9-record-type-descriptor> Does this help? ____________________ Racket Users list: http://lists.racket-lang.org/users