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

Handle No reader function for tag error #77

Closed leek5pin closed 9 years ago

leek5pin commented 9 years ago

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)

leek5pin commented 9 years ago

Closed as exact duplicate of: https://github.com/Clojure-Intro-Course/clojure-intro-class/issues/69