[IronPython] Article on IronPython: Please Review

2005-04-14 Thread Luis M. Gonzalez
Richard, why don't you post your article here so we all can read it?   Luis ___ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

[IronPython] Not GotDotNet...

2005-04-28 Thread Luis M. Gonzalez
In my expererince, one out of three times I visit GotDotNet the site is down. I've been rying to submit a bug since yesterday, but this is what I see: "Operational Troubleshooting in Progress The Gotdotnet team is aware of the current site operational issues and is working on a solution. Thanks

[IronPython] lambda form

2005-05-08 Thread Luis M. Gonzalez
Regarding lambda, map and reduce, Guido Van Rossum has said several times that these built-ins are amongst its "Python regrets".   This is what he said in a recent interview:   - If you could change some things that have been done in the  langage, what would it be ?Drop lambda, filter, map

[IronPython] bug?

2005-06-30 Thread Luis M. Gonzalez
Hi all,   I post this here because I don't know how to describe it in the bug tracker. This simple code reads a text file and removes all the dots, parenthesis and signs from each word, which then is printed in the screen:   >>> f = open('c:/documents and settings/usuario1/escritorio/sw3.txt

[IronPython] Version 1.0?

2005-07-25 Thread Luis M. Gonzalez
Hi Martin,   I read the announcement and, with this description: http://conferences.oreillynet.com/cs/os2005/view/e_sess/6862 I assume you'll get version 1.0 ready for the conference. Is that right?   Luis ___ users-ironpython.com mailing list users-

[IronPython] bug

2005-09-23 Thread Luis M. Gonzalez
 Hi Martin,I just wanted to let you know that this strange bug reported om Jun 30 is still ocurring:_Hi all,I post this here because I don't know how to describe it in the bug tracker.This simple code re