[Opensim-dev] Changes needed to DotNet engine to make use of shared LSL and OSSL

Melanie melanie at t-data.com
Wed Jul 2 11:23:21 UTC 2008


Hi,

Kyle Hamilton wrote:
> No matter what script languages are implemented, there are certain
> things that are going to have to be done by each call (certain
> permissions checked, certain object methods called, certain things
> changed, and only then the final 'commit' of the command).

That is not the current architecture. The script engine is not 
burdened with security at all. That is in the API level, and common 
to all languages, interpreted or compiled.
Implementing an interpreted language is very easy in the new 
architecture, since it can obtain and call API directly in the 
language bindings.
At one point, I actually suggested doing Tcl, just for laughs, 
because it's so easy to do.

Melanie




More information about the Opensim-dev mailing list