vote up 0 vote down star

I'd like to learn more how to create a language for .NET framework. I think I'd like to build a DLR language. I'm having hard time founding good resources. I found a descent article on MSDN that was written more than a year ago. I also spent couple of hours looking at IronPython source code.

Could you please share with your resources on this subject.

Thanks

flag

The authoritative SO question on compiler resources: stackoverflow.com/questions/1669/… . Of course you need to understand you target (.NET) too. – dmckee Sep 19 at 14:29
and look, in the first answer to the above "Roll Your Own Compiler for the .NET framework": msdn.microsoft.com/en-us/magazine/… – dmckee Sep 19 at 14:31
@dmckee, I read the article and I mentioned it in my question. However, the link to the article in my question is not very descriptive. You need to click on it to see what article it reefers. I should've done a better job. – Vadim Sep 19 at 14:53
Ah. Sorry 'bout that. – dmckee Sep 19 at 15:00

1 Answer

vote up 1 vote down check

Have a look at the links compiled on this blog.

http://benjaminnitschke.com/2009/03/31/WritingYourOwnProgrammingLanguageWithTheDLRDynamicLanguageRuntime.aspx

link|flag

Your Answer

Get an OpenID
or

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