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

Substitute clojure.lang.LispReader$ReaderException by RuntimeException #49

Closed elenam closed 9 years ago

elenam commented 9 years ago

Since cases for clojure.lang.LispReader$ReaderException seem to be a subset of cases as RuntimeException, we can substitute for RuntimeException before finding a match, to avoid code duplication.