opennars / Narjure

A Clojure implementation of the Non-Axiomatic Reasoning System proposed by Pei Wang.
GNU General Public License v2.0
43 stars 11 forks source link

remove core.match from deriver #7

Closed rasom closed 8 years ago

rasom commented 8 years ago

Small performance improvement. We don't need to use core.match for destructuring of the premises. let form is faster.