有人用过 IronJS 吗?
我只是想知道是否还有其他人在他们的应用程序中使用 IronJS ?
IronJS 真的很棒,因为它是 DLR 上的 JavaScript。就我个人而言,我一直在等待能够使用 JavaScript 在 ASP.NET / ASP.NET MVC 中编写服务器端和客户端代码。微软放弃了托管 JScript 真是太糟糕了,但不用担心,因为 IronJS 确实展现出了希望。
我想知道是否有人已经开始在他们的应用程序中使用它?
最近,我一直在尝试添加使用 IronJS 在 JavaScript 中编写 ASP.NET MVC 控制器操作的功能。
I'm just wondering if there is anyone else using IronJS within their apps yet?
IronJS is really awesome as it's JavaScript on the DLR. Personally, I've been waiting to be able to write both server-side and client-side code in ASP.NET / ASP.NET MVC using JavaScript. It's too bad Microsoft abandoned Managed JScript, but no worries since IronJS is really showing promise.
I am wondering if anyone has started using it in any of their apps yet?
Lately, I've been playing around a little bit with adding the ability to code ASP.NET MVC Controller Actions in JavaScript using IronJS.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
作为 IronJS 的开发人员,我不得不说我正在使用它。 :)
然而,我的大部分工作都是运行命令行项目,例如 CoffeeScript(100% 有效)和 Uglify.js(不太有效)。
如果您发现任何粗糙的地方,请将其发布到 GitHub 错误跟踪器上。我还将在此处关注 IronJS 标签,以帮助解决任何 Q/A 风格的请求。
As a developer on the IronJS, I have to say that I am using it. :)
However, most of my work has been running command-line projects like CoffeeScript (which works, 100%) and Uglify.js (which is not quite working).
If you find any rough edges, please post them on the GitHub bug tracker. I will also be watching the IronJS tag here on SO, to help with any Q/A style requests.
我一直在尝试集成 ASP.NET MVC 和 IronJS,结果是新的 IronJSMVC 项目。如果您对 IronJS 感兴趣,那么您可能也会对 IronJSMVC 感兴趣。
https://github.com/crpietschmann/IronJSMVC
它仍处于非常早期的原型阶段(当时发布此内容),目前还不适合生产使用。但不要因此而放弃检查。
I've been playing around with integrating ASP.NET MVC and IronJS, and the result is the new IronJSMVC project. If you are interested in IronJS, then you'll probably be interested in IronJSMVC.
https://github.com/crpietschmann/IronJSMVC
It's still in a very early prototype stage (at the time of posting this) and not meant for production use just yet. But don't let that scare you away from checking it out.
我实际上在我的 DynamicPad 项目中玩过一些
https://github.com/khebbie/Dynamicpad/
但决定使用 IronRuby,因为它更
成熟我也在 linqPad 中玩 IronJs 玩得很开心
https://gist.github.com/1256505
I actually played a bit with in my DynamicPad project
https://github.com/khebbie/Dynamicpad/
But decided on using IronRuby since it's more mature
By the way I also had some fun playing with IronJs in linqPad
https://gist.github.com/1256505