drzo / opensim4opencog

Automatically exported from code.google.com/p/opensim4opencog
2 stars 0 forks source link

BeanShell Object Descent #80

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
now that i get botvars totally working.. at least the way i think they should 
be, i am going to put it on my todo to write the code to do it in this special 
way i been envisioning.. if anyone has messed with BeanShell it has  this 
really cute way of doing namespaces and varnames... it well does 
"namespace.varname" which supports 
"namespace.classname.objectinstance.membervalue" or just 
"namedobject.membervalue" etc... I implemented this like 90% with AIML but the 
GlobalScriptVars (botvars) need to also work this way.

Original issue reported on code.google.com by logicmoo@gmail.com on 1 Jul 2012 at 8:07