Tuesday, October 19, 2010

Dynamically extending applications using MEF and the new F# CodeDom

@ Matt's Software Blog

http://www.mattssoftwareblog.com/?tag=f

Matt:   I wrote this little applet to see what the combination of MEF and the F# CodeDom would look like, and for the record it looks really really good.

This combination opens a whole lot of doors. By using the F# CodeDom the plugin source code can brought in from anywhere;

  • A server,
  • A blog,
  • Code generated from a DSL, or even
  • Entered by the user directly.

No comments:

Post a Comment