Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Python & .NET

Python & .NET

Rudi MK

June 26, 2012
Tweet

More Decks by Rudi MK

Other Decks in Programming

Transcript

  1.  A brief history of how the DLR, and the

    IronPython project came into being.  Current status of the IronPython project.
  2.  Basic fundamentals of the DLR  How exactly does

    IronPython run on top of the DLR?  What can you do, with IronPython?
  3.  DEMO: Running a Django app on the DLR, IronPython,

    with SQL Server as the backend.  DEMO: Running a Web2Py app on the DLR, IronPython, with SQL Server as the backend.
  4.  DEMO: Sample code that interfaces with the Cpython libraries,

    as well as the .NET Base Class Libraries.
  5.  Silverlight, Moonlight and the Gestalt library.  DEMO: A

    sample XAML app, scripted using Python.
  6.  How does the DLR aid in language design? 

    Using IronPython for language design.  DEMO: Sympl, a small functional language written using IronPython.