MoriEdan / opensim4opencog

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

DotLisp - having a 'this' setting #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Have too many CodeMatches in Simbots.ini

What is the expected output? What do you see instead?

Application to load quickly. Application to load too slowly, but instead too 
slowly.

Must make DotLisp not need a full interpreter for every object context.  
Instead just one Interpreter with many mini instance with their own 
environment. 

Original issue reported on code.google.com by logicmoo@gmail.com on 20 May 2012 at 6:20

GoogleCodeExporter commented 8 years ago

Original comment by logicmoo@gmail.com on 22 Jul 2012 at 5:19

markhurd commented 8 years ago

Just noting my patch makes much of the interpreter static (but not all), but it is a rather big change compared to your current version.