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
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.
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.