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

Strange errors from java interop involving system properties. #78

Open HFellows opened 9 years ago

HFellows commented 9 years ago

(-> (ClassLoader/getSystemResource file) clojure.java.io/file .getParent) creates a unique error message that doesn't parse well. We may want to look into it.