forked from daveray/bebot
-
Notifications
You must be signed in to change notification settings - Fork 0
Standard algorithms and datastructures implemented in Soar, for better or worse.
License
marinier/bebot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 (https://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 (https://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 0
No packages published