dodygunawinata:
Why is there no more information about managed jscript? If you search around the web, the freshest information about managed jscript was about a century ago and they were mostly about announcement than the information about the implementation itself. There are far more information about other javascript on the server implementation like Rhino on JVM than the blip on managed jscript.
http://codeplex.com/sdlsdk has information about Managed JScript in Silverlight, and every month or so updates Managed JScript bits for Silverlight. Honestly, the team working on it is very focused on making the language implementation, and I'm doing them a favor by releasing their bits for Silverlight regularly. It's aimed at being a ECMAScript 3 implementation, but outside of that, what would you like to see?
dodygunawinata:And will we ever see a sane managed jscript for a desktop (instead of it being tied to Silvelight)? Is there any plan to support Javascript 2.0 specification, etc.
Sane? As in the origional JScript for the desktop was insane? Well, no arguments there. =)
Today Managed JScript can build on the desktop, but there still needs to be work done in providing a REPL console, VS integration, ASP.NET integration and other useful things like that. The DLR is pushing towards 1.0 in the fall, so I'd expect to hear a lot more about Managed JScript then.