ASP.net MVC 与 IronRuby?
ASP.NET MVC开发一定意味着C#应该在其中吗?使用 IronRuby 是否很痛苦(可能吗?)?ironruby 与 ruby 有何不同?
Does asp.net mvc development necessarily means c# should be in it? Is it painful to use IronRuby(is it possible?) and how ironruby differs from ruby?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ASP.Net 支持服务器端的任何 CLR 语言(C# 和 VB.NET)。使用 DLR 语言需要进行一些调整,如 Phil Haak 此处,代码由 Ivan Porto Carrero 更新并可用 这里。
IronRuby 和 Ruby 之间的差异主要是尚不支持的功能,我不知道是否有完整的列表,但您可以有一个摘要 这里。
ASP.Net supports any CLR-languages for the server side (C# and VB.NET). Using DLR languages will require a bit of tweaking as posted by Phil Haak here, and code updated by Ivan Porto Carrero and available here.
Differences between IronRuby and Ruby are mainly not yet supported features, and I don't know if there is a complete list somewhere but you can have a summary here.