LEORDO Computation Platform

Known Minor Bugs in the Current Distribution


The following are some points where the present implementation does not agree with the most recent distribution of a Path-1 individual. This will be corrected in the implementation; the documentation will remain.

KR Framework: Overview of Languages and Mechanisms

Example:

   [repeat i  [put .i have-seen true]]

Managing Information Aggregates in the KR Framework

List Processing in the KR Framework

Miscellaneous

According to the command-line conventions, if a command line starts with a full stop (i.e. a point) then the rest of the line will be assumed to be an S-expression and it will be given to the CommonLisp interpreter. This is inconvenient if one really wishes to obtain the value of a Leonardo session variable since it is by convenion preceded by a full stop as well. In this case one may use the command show like in the following example.

ses.263) ssv .a {b c d}

ses.264) show .a
{b c d}


Posted on 2011-03-08 as part of the
LEORDO website.