> Obviously the language will have to be platform dependent, and preferably 
> the compilation happens in the browser itself after the code has 
> been fetched (this makes safety checking not a herculean task, too).
> Java and Safe-Tcl are both platform-independent - heck, even Perl's 
> pretty independent these days too, though hardly secure.
> 
> 	Brian
> 
	Platform dependence is a super bad way to go.  We need a platform 
independant scripting language.  This may mean an interpreted language 
that is then run however the browser wishes (my preference).  I am not 
going to wait while my browser tries to compile a script.  That will take 
forever!
	Kevin