NOTE: This repository is obsolete. Was: A pilot project to use Clojure for introductory computer science courses at the University of Minnesota - Morris
I think this one is actually relevant, and we should handle it. I could see a student placing # on the wrong side of a parenthesis, the only issue is that this is something that is legal..... they would just be doing it wrong. (# foo 1 2 3)
Syntax error: No reader function for tag foo
Found in file may2015.clj on line 26 at character 9.
intro.core/-main (core.clj line 114)
I think this one is actually relevant, and we should handle it. I could see a student placing # on the wrong side of a parenthesis, the only issue is that this is something that is legal..... they would just be doing it wrong.
(# foo 1 2 3)
Syntax error: No reader function for tag foo Found in file may2015.clj on line 26 at character 9. intro.core/-main (core.clj line 114)