Re: IronPython 1.0 released today!

2006-09-07 Thread Felipe Almeida Lessa
7 Sep 2006 16:34:56 -0700, Luis M. González <[EMAIL PROTECTED]>: > People are already porting some of these libraries. > Those that are written in pure python don't need to be ported, but > those that rely on c extensions can be rewritten in c# or any other > .NET language. Or in C that is P/Invok

Re: IronPython 1.0 released today!

2006-09-07 Thread Luis M. González
Chris wrote: > Diez B. Roggisch wrote: > > Chris wrote: > > > >> Jim Hugunin wrote: > >>> I'm extremely happy to announce that we have released IronPython 1.0 > >>> today! > >>> http://www.codeplex.com/IronPython > >> > >> > >> I'm no code guru but it sounds interesting. So can I import numpy, >

Re: IronPython 1.0 released today!

2006-09-07 Thread Super Spinner
Congrats on reaching 1.0, Jim. BTW, here's a John Udell screencast of Jim demo'ing IronPython. Among other things, it shows IronPython integrating with Visual Studio, Monad, C#, VB.NET, and WPF. It's a great video. http://weblog.infoworld.com/udell/2006/08/30.html#a1515 -- http://mail.python.o

Re: IronPython 1.0 released today!

2006-09-06 Thread NoelByron
Great, I couldn't do better Ok, I couldn't do it all... ;o) But I'm a little bit concerned. Have you ever thought of using a different file prefix for python files depending on .NET assemblies like .pyi? Sooner or later we want to associate IronPython files with IronPython in the windows shell

Re: IronPython 1.0 released today!

2006-09-06 Thread gslindstrom
Jim Hugunin wrote: > I'm extremely happy to announce that we have released IronPython 1.0 today! > http://www.codeplex.com/IronPython Way to go, Jim!! I am impressed with the effort. --greg -- http://mail.python.org/mailman/listinfo/python-list

Re: IronPython 1.0 released today!

2006-09-05 Thread sanxiyn
[EMAIL PROTECTED] wrote: > > For those of us who have never used IronPython or Mono, is there a quick > start document laying about somewhere? It wasn't clear to me where to even > look. For example, is Mono == DotGnu? I scribbled a rough howto. Hope it help. Mono and DotGNU are two different p

Re: IronPython 1.0 released today!

2006-09-05 Thread Ray
Jim Hugunin wrote: > I'm extremely happy to announce that we have released IronPython 1.0 today! > http://www.codeplex.com/IronPython > Thanks - Jim Hugunin (for the IronPython Team) Congratulations I've been following IronPython too since you announced it years back--it's really exciting

Re: IronPython 1.0 released today!

2006-09-05 Thread skip
sanxiyn> Yes, it will run with Mono 1.1.17 or later out of the box with sanxiyn> zero problems. For those of us who have never used IronPython or Mono, is there a quick start document laying about somewhere? It wasn't clear to me where to even look. For example, is Mono == DotGnu? (I'm

Re: IronPython 1.0 released today!

2006-09-05 Thread sanxiyn
Neal Becker wrote: > Will it run with mono? Yes, it will run with Mono 1.1.17 or later out of the box with zero problems. -- http://mail.python.org/mailman/listinfo/python-list