NOTE: This repository is obsolete. Was: A pilot project to use Clojure for introductory computer science courses at the University of Minnesota - Morris
20
stars
3
forks
source link
Vectors evaluating as sequences in assert errors #65
The assert on (+ [2 3]) reports the argument correctly as error, but prints it as a sequence (2 3). This is true of all vectors -- but not of lists, hahmaps, or sets.
The assert on (+ [2 3]) reports the argument correctly as error, but prints it as a sequence (2 3). This is true of all vectors -- but not of lists, hahmaps, or sets.