On 2008.04.11, Juan José del Río (Simple Option) <[EMAIL PROTECTED]> wrote: > Suggestions? Ok, here I go... > > I was going to suggest adding support for another language apart from > TCL... be it Mono. That'd give support for languages such as C#, VB, > Python, and faster performance. > > ... am I too crazy? :)
In order to support a language in the core, the language runtime must have these two non-negotiable properties: 1) Fully thread-safe 2) Embeddable Otherwise, the best you can do is execute code in the other language in a nsproxy outside of the nsd process space. This is why I started work on nsjsapi, support for in-process server-side JavaScript in AOLserver. SpiderMonkey, the JavaScript runtime, has both of those properties I listed above. -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.