NARS overview

See:
          Description

Packages
nars.entity Data entities that are independently stored
nars.gui Graphical user interface of the system
nars.inference The inference rules and control functions
nars.io Input/output management
nars.language Term hierarchy in Narsese
nars.main Top-level classes of the system
nars.operation Built-in operators
nars.storage Storage management

 

NARS overview

Package Specification

The code for distribution is NARS.jar, in Java 1.6.0_03.

It works both as an application (with full functionality) and an applet (with restricted functionality and display).

To run the application from the command line, go to the folder containing NARS.jar and type the following:

            java -jar "NARS.jar"
        
To run the applet in a browser, open an HTML file, which is in the folder containing NARS.jar, and has the following line in it:
            <applet ARCHIVE="NARS.jar" CODE="nars.main.NARS"></applet>
        
For more information, see NARS website, open-source project, discussion group