Would be nice if MS made a decent javascript engine that embeddable in my own project,like V8, kinda like JScript was that is no more.
I would love to use javascript as a scripting language for my .Net programs, and I can't use the one MS built for IE, instead I need to go with less than complete codeplex projects.
Check out Jint, Jurassic and IronJS; all 3 are JavaScript implementations on the .Net framework. Jurassic compiles to CLR, Jint is interpreted and IronJS runs on the DLR.
I would love to use javascript as a scripting language for my .Net programs, and I can't use the one MS built for IE, instead I need to go with less than complete codeplex projects.