Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Would an automatic MSIL to JavaScript conversion be useful?

I've been working on a project called Axial that converts MSIL (compiled C# or VB.NET) to JavaScript. There are a few samples of working code, but some common situations don't work properly. (The current release doesn't work in production mode and the SVN code doesn't work in debug mode but is much cleaner.) I've heard from quite a few people that they hate writing JavaScript, so I know the project has some merit, but I'd guess that attitude is less prevalent among the SO community.

Assume the product works perfectly and smoothly, so your JavaScript works 100% of the time and a Visual Studio plug-in makes sure you're using the product correctly. Is this something you or your organization would use? What features other than straight code translation would interest you?

like image 257
Dan Goldstein Avatar asked Aug 04 '26 17:08

Dan Goldstein


1 Answers

That sounds very much like a .NET-centric version of GWT. I guess the questions are:

  • Have I understood the purpose correctly?
  • Do you believe you can overcome any roadblocks that GWT users might stumble over?
  • Is there enough benefit in having a .NET version as well as GWT to make the duplication of effort worthwhile? (I'd personally just write the Java code and use GWT, but I know not all .NET developers know Java, and you may already have common library stuff you want to port.)
  • Do you have any useful ideas you could contribute to GWT? :)

(Disclaimer: I work for Google, but haven't used GWT myself.)

like image 93
Jon Skeet Avatar answered Aug 07 '26 07:08

Jon Skeet



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!