IronRuby 有 CodeDomProvider 吗?
如果没有的话有安排吗?
If not is one scheduled?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如果没有的话有安排吗?
If not is one scheduled?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我们目前不打算实现 CodeDom 提供程序。 但是,其他人可以做到这一点,如果其他人发现它有用,我认为没有理由不将其合并进来。
这将帮助我具体了解您将使用它的用途。
We're not currently looking to implement a CodeDom provider. However, someone else could do it, and if others find it useful I see no reason why not to merge it in.
It would help me to understand specifically what you would use it for.
在当前来源中似乎找不到任何参考资料。 然而,在几年前的这篇文章中,John Lam说这是他们希望在未来添加的内容
Can't seem to find any reference to one in the current source. However in this post some years back, John Lam said that it was something they would be looking to add in the future
它有很多 CodedomProvider 要做的事情。 从本质上讲,它是动态的,这意味着您可以使用一些强大的工具。 其中包括 eval 之类的东西,它允许您执行任意代码等。
it has many things to do what a codedomprovider would do. By nature it is dynamic which means that you have some powerful tools to your disposal. These include things like eval which allows you to execute arbitrary code etc.