clojure-numerics / expresso

Clojure library for symbolic computation
312 stars 20 forks source link

update to clojure 1.11.1 and update expresso version to 0.2.3 #34

Closed hahahahaman closed 1 year ago

hahahahaman commented 1 year ago

I was getting an error : java.lang.RuntimeException: Unable to resolve symbol: pos-int?

expresso is using clojure 1.8.0 and pos-int? was added in clojure 1.9.0.