The Artima Developer Community
Sponsored Link

Java Buzz Forum
Python for the CLR: Microsoft hires the guy who did it :)

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Python for the CLR: Microsoft hires the guy who did it :) Posted: Jul 29, 2004 11:52 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Python for the CLR: Microsoft hires the guy who did it :)
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Jim Hugunin has joined the CLR team at Microsoft, and also just released version 0.6 of IronPython, an open source CLR implementation of the Python language. He has written an interesting paper which focuses on the performance of Python on a VM. Unfortunately, as I carried out my experiments I found the CLR to be a surprisingly good target for dynamic languages, or at least for the highly dynamic specific case of Python. This was unfortunate because it meant that instead of writing a short pithy paper I had to build a full Python implementation for this new platform to see if there would be any hidden traps along the way. Because performance is such a dominant question for Python on the CLR, the rest of this paper focuses entirely on performance issues and measurements. The CLR version runs some benchmarks as fast or faster than the native C implementation of Python. Microsoft keeps hiring bright guys. Why aren't we hearing that Sun is hiring these folk? Jim was the guy who brought us Jython, so he was playing in our backyard first!

Read: Python for the CLR: Microsoft hires the guy who did it :)

Topic: An idea for Struts that didn't quite work Previous Topic   Next Topic Topic: WebLogic Server Administration Best Practices

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use