Bookmarks for November 2nd through November 3rd

  • JBoss.com - JBoss jBPM - "Create business processes that coordinate people, applications, and services. Designed for SMB and large enterprise applications alike, JBoss jBPM brings process automation to a much wider set of business problems, from embedded workflow to enterprise business process orchestration and BPM. "
  • InfoQ: John Lam on IronRuby, Microsoft and Open Source - "In this interview from RubyFringe, John Lam talks about his work on IronRuby and how Microsoft is approaching Open Source software development. "
  • Dock Spaces - "Dock Spaces is a tiny application that allows you to have up to 10 different docks and swap anytime you want from the menu bar. It will radically improve your productivity, and completely reinvent your user interface experience."
    Spaces integration will offer you a different Dock depending on your Space!!
  • Mono and .NET talk at PDC video. - Miguel de Icaza - Miguel de Icaza's demo of Mono 2.0 capabilities at the PDC 2008.

Related posts

Tagged with: , , , , , , , , , , , , , , , , , , , ,

Jon Udell Screening Room Screencast on IronPython

Episode 8 of Jon Udell’s The Screening Room features Jim Hugunin, creator of Jython and now IronPython, a .NET implementation of Python. For Python fans, this is a fascinating screen-cast to watch. They’ve done some great work on IronPython, which just hit its 1.0 release this week.

Some of the cool things I liked about what I saw:

  • Integration of the Python language with the Visual Studio IDE (including the Debugger)
  • Full access to the .NET framework (The Avalon demo was cool)
  • Optional integration of CLR methods into Python objects (String.Trim() vs. String.strip())
  • The PowerShell demo was also pretty cool
  • In the early part of the screen-cast, Jim takes a benchmark program and increases performance of the program dramatically by refactoring one function into C#. Shows off the optimization opportunities possible with the platform, along with the great integration between IronPython and other .NET languages

IronPython looks like a really fun thing to start playing with and could be a really great addition to a Windows development group for prototyping. I am a big fan of dynamic languages and think this is a great addition to the .NET tool set.

Related posts

Tagged with: , , , ,