Skip to content
/ bebot Public

Standard algorithms and datastructures implemented in Soar, for better or worse.

License

Notifications You must be signed in to change notification settings

daveray/bebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A bunch of reusable "functions" implemented as Soar operators. Most functions operator on linked lists of the form:

^value a
^next
    ^value b
    ^next
        ^value c
        ^next nil

The usual functional list operations like map, fold-left, filter are implemented.

Everything is thoroughly tested with SoarUnit (http://code.google.com/p/jsoar/wiki/SoarUnit). To run the tests, get a recent version of the JSoar distribution (after 7/29/2010) and run SoarUnit like this:

$ soarunit --ui -R /path/to/bebot

Bebot is licensed under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html)

About

Standard algorithms and datastructures implemented in Soar, for better or worse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published