opennars / Narjure

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

duplicate link feedback message processing #66

Closed patham9 closed 7 years ago

patham9 commented 8 years ago

TODO put outside of doseq:

(doseq [term terms] (when (b/exists? @c-bag term) (when task-concept-id (when-let [{c-ref :ref} ((:elements-map @c-bag) task-concept-id)](cast! c-ref [:link-feedback-msg [task belief-concept-id]])))

patham9 commented 8 years ago

done. will be closed after my next pull request is merged.