Johan Vromans wrote:
>
> This message was passed to me by one of the Dutch Perl Mongers.
> It makes me wonder: does Python have an integrated editor system that
> only allows correct code to be written?
Um, not yet, unless emacs, vim, BBEdit, etc. are rewritten to only except
Python programs as the only valid form of keyboard input. :-)
Seriously though, this sounds like IDLE: http://www.python.org/idle/
(the Python IDE, written in Python). I think IDLE was originally
envisoned to be part of CP4E.
(http://www.python.org/doc/essays/ppt/os99addr/sld029.htm
and http://www.python.org/doc/essays/cp4e.html).
-- Adam