vote up 1 vote down star

If not is one scheduled?

flag

78% accept rate

3 Answers

vote up 2 vote down check

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. Can you give me an example where you want IronRuby to support this?

link|flag
Jimmy I would like to use if for code generation. ATM i am using almost exactly the same code for generating code in C# VB and F#. But for IronRuby I need to do a fair amount of custom code. – Simon Jul 20 at 9:07
vote up 1 vote down

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

link|flag
Conrad. U missed the "l" off your link iunknown.com/2007/07/… And i did see that one and should have included the link in the question. But it is two years ago. I was hoping for something a bit more definitive than "on the roadmap to implement". – Simon Jul 16 at 12:19
vote up 0 vote down

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.

link|flag
1  
Yes but the idea of a CodeDomProvider is that you can write the same generation code and it will work for any language. Without a “IronRubyProvider” I will have to treat iron ruby as a special case. – Simon May 24 at 23:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.