[IronPython] blog post about my FuturePython talk last week

Anthony Baxter anthonybaxter at gmail.com
Mon Dec 11 01:03:48 CET 2006


I put up a post about the talk I did last week "futurepython" (on
IronPython and Python 3.0).
The post is here:
http://codingweasel.blogspot.com/2006/12/talk-2-futurepython.html
Michael Foord has some notes about getting the presentation software I
wrote for the talk (in a couple of hours) working on Windows on his
blog at http://www.voidspace.org.uk/python/weblog/arch_d7_2006_12_09.shtml#e577

Note that the software is a very very rough port of the current-SVN of
Bruce to IronPython. It has many many missing bits (for instance, the
autotyping in the interpreter and the like)

So... anyone know a sane and simple way to detect the underlying
platform from Mono/.Net? If os.popen() didn't make Mono crash, I could
always do something like checking the output of os.popen("/bin/ls") -
but that's not an option for now.

BTW - the reference to Jim as a "crazy person" is because of his
initial stated reason for writing IronPython - just to write a mean
paper about .Net :-)



More information about the Ironpython-users mailing list