Did you know ... Search Documentation:
Pack logicmoo_nars -- README.md

Narsese on Prolog (NP)

This is a SWI-Prolog pack that runs Narsese like OpenNARS

OpenNARS for Prolog is a completely new platform and not branched from the existing OpenNARS codebase. The Narsese in Prolog (NP) system takes the logic and conceptual ideas of OpenNARS, and will be doing event handling and procedural learning much like ANSNA.

Installation

Using SWI-Prolog 7.1 or later:

?- pack_install('https://github.com/logicmoo/narsese.git').

Source code available and pull requests accepted at http://github.com/logicmoo/narsese

?- use_module(library(narsese)).
true.

Some TODOs

Document this pack!

Write tests

Untangle the 'pack' install deps (Moving predicates over here from logicmoo_base)

Not obligated to maintain a git fork just to contribute

Dislike having tons of forks that are several commits behind the main git repo?

Be old school - Please ask to be added to logicmoo and Contribute directly !

Still, we wont stop you from doing it the Fork+PullRequest method

[BSD 2-Clause License](LICENSE)

Copyright (c) 2020, logicmoo and Douglas Miles <logicmoo@gmail.com> All rights reserved.