NOTE: This repository is obsolete. Was: A pilot project to use Clojure for introductory computer science courses at the University of Minnesota - Morris
Error: In function +, the argument "hi" must be a number but is a string.
Found in file test.clj on, or before, line 12.
corefns.corefns/+ (corefns.clj line 285)
intro.test/eval8687 (test.clj line 17)
intro.core/-main (core.clj line 21)
(seq? (vec (+ "hi" "hi")))
Error: In function +, the argument "hi" must be a number but is a string. Found in file test.clj on, or before, line 12. corefns.corefns/+ (corefns.clj line 285) intro.test/eval8687 (test.clj line 17) intro.core/-main (core.clj line 21)