Hello,Just curious, has this issue ever come up for discussion amongst record system designers?
For teh newbs, what I mean is that, since you can write literal lists as: '(a b c) and literal vectors as: '#(a b c) it would be nice to also write literal records: '#queue(a b c) Given a queue record type. (The particular syntax is just an example) Ed