fholm / IronJS

IronJS - A JavaScript implementation for .NET
http://ironjs.wordpress.com
Apache License 2.0
680 stars 79 forks source link

Silverlight 4 binary #35

Open fholm opened 13 years ago

fholm commented 13 years ago

IronJS needs to be able to run on SL4

dotjosh commented 13 years ago

This would be incredible (assuming MS doesn't end up killing off SL). I may be forking shortly in a naive attempt to get something going.

fholm commented 13 years ago

@dotjosh: You're more then welcome, I think it's mostly an issue of duplicating functionality that is missing from the SL runtime but exists in the default CLR that IronJS relies on.

Soul-Master commented 13 years ago

Don't forget to create some example Silverlight project for implementing IronJS in milestone 0.2.1. Something like Sliverlight console for evaluate IronJS.

fholm commented 13 years ago

@Soul-Master: yes, we'll make sure to do that, first business is to get it running at all though :)