Clojure-Intro-Course / clojure-intro-class

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

Open elenam opened 9 years ago

elenam commented 9 years ago

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.