Tagged Questions
6
votes
9answers
1k views
Why Haven't GWT- and Script#-style Frameworks Become Dominant?
With GWT, we can write code in Java and have it translated to JavaScript code.
With Script#, we can write code in C# and have it translated to JavaScript code.
It sounds GWT and Script# will save web ...
3
votes
1answer
219 views
Maturity of Script# (in comparison to GWT)
I already spent some time developing small projects with the GWT and I recently discovered Script#.
Now I am curious about how mature this toolkit is.
I am especially interested in the opinion of ...
3
votes
3answers
477 views
Can I use GWT (or Script#) to write individual functions in Java (or C#) and compile them to JavaScript?
I understand the purpose of GWT, but I'm wondering if I can use it to compile a few functions from Java to JavaScript just to make sure that I don't have to maintain the same code in two different ...
2
votes
2answers
880 views
What is Microsoft's GWT solution for .NET?
I like GWT but I prefer to use ASP.NET MVC for my projects, however, these two are not integrated and require me to write my code in two different platforms and two languages. Does Microsoft have any ...
2
votes
4answers
910 views
GWT vs. ScriptSharp Pros and Cons
We have determined it's too difficult for us to maintain the bulk of javascript we need to write full-scale "single page" javascript "applications". Relying on programming conventions still has left ...
2
votes
4answers
248 views
Pushing javascript too hard with Script# and javascript?
So I have been playing around with a home project that includes a lot of js. I having been using Script# to write my own library etc. Personally I wouldn't write a lot of js if I didn't have a tool ...
0
votes
0answers
146 views
script# vs. il2js [closed]
I'm a .net developer and I'm interesting in writing a cross platform/Mobile application. so I came to the conclusion to write it in javascript,
So I start to look around for something similar to ...