Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 625 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 625 Bytes

fNARS

Modular and fast (hopefully) implementation of NARS logic.

Components diagram

UML class diagram for fNARS components

"Inheritance" between NAL layers and NARS layers should be implemented with final tagless approach. Here is good introduction to the approach from analogous OOP technique.

Likely that relationship between NAL and NARS could be implemented with final tagless too.