Build your Own Language and IronPython DSL Update

Two new articles:
  • IronPython DSL for Databses Update V - Another update to David Seruyange's IronPython DSL for working with databases. His target is to end up with a DSL that lets him write "database('excel').tables('sheet1').copyto.database('mydb')".
  • DLR - Build Your Own Language - A Bitwise article on using the Dynamic Language Runtime and the ANTLR parser to create your own language.

Comments

Popular posts from this blog

IronPython Tools for Visual Studio CTP3

In memory: Michael Foord 1974-2025

Further Adventures of the Debugger