Re: Abandoning Python

2011-05-22 Thread John Lee
John Lee pobox.com> writes: [...] > That's interesting, thanks. I see this is a different pylint than the old > logilab pylint. Unfortunate choice of name, since it makes it hard to find > IDE integration work that's already done. Hmm, I see the last release was in 2003

Re: Abandoning Python

2011-05-22 Thread John Lee
Ed Keith yahoo.com> writes: > > Have you looked at Falcon (http://www.falconpl.org/)? It seems to have a lot > of what you are looking for. I'm more interested in other people's opinions than my own "looking for"s. What *should* I be looking for (other than Python itself)? What's interesting,

Re: Abandoning Python

2011-05-22 Thread John Lee
Dan Stromberg gmail.com> writes: [...] > Pylint does type inferencing - I find it very valuable on large projects, and > even some not-so-large projects.I doubt Pylint's been integrated into any > IDE's, [...] That's interesting, thanks. I see this is a different pylint than the old logilab py

Re: Abandoning Python

2011-05-22 Thread John Lee
Stefan Behnel behnel.de> writes: > > John J Lee, 22.05.2011 17:58: > > Daniel Kluev writes: > >> Also, most of these complaints could be solved by using correct python > >> dialect for particular task - RPython, Cython and so on. > > > > Different topic. > > Why? The intended focus was "things

Re: List of WindowsError error codes and meanings

2011-05-22 Thread John Lee
Genstein invalid.invalid> writes: > > > Andrew Berg gmail.com> writes: > > Since Python 2.5, the errno attribute maps the Windows error to error > > codes that match the attributes of module errno. > > Good point, I completely misread that. At least the Windows error code > is still available

Re: Abandoning Python

2011-05-22 Thread John Lee
Dan Stromberg gmail.com> writes: > On Sat, May 21, 2011 at 8:49 AM, John J Lee pobox.com> wrote: > > I still like Python after using it for over a decade, but there are > things I don't like. > What are your favourite up-and-coming languages of the moment? > Here's my wishlist (not really in an

Re: Abandoning Python

2011-05-22 Thread John Lee
Bill Allen gmail.com> writes: > You have ideas, a text editor, and a computer - best get to coding. > What's stopping you? You largely want Python, with modifications. > Join the development team and help implement those changes, or fork > your own flavor and do what you wish. Right? You imag