views:

107

answers:

1

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

+1  A: 

Have a look at the links compiled on this blog.

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

chollida