Re: Best IDE for Python?
- From: "Fredrik Lundh" <fredrik@xxxxxxxxxxxxxx>
- Date: Fri, 31 Mar 2006 10:41:58 +0200
bruno wrote:
Nonsense ! *Ed* is the the standard editor !
http://www.gnu.org/fun/jokes/ed.msg.html
unless you're on Windows, where edlin is the true standard editor.
as you can see, Microsoft's usability team has made some massive
improvements (note how well it deals with the "eat flaming death"
command):
C:\> edlin
Filename missing.
C:\> edlin spam
New file.
*help
Syntax error.
*quit
Do you want to abort (Yes=Y, No=N)? n
Syntax error.
*exit
C:\>edlin spam
End of input file.
*hello?
Syntax error.
*eat flaming death
C:\>edlin foo
End of input file.
*^C
*^C
*^D
Syntax error.
*^Z
Syntax error.
*^C
*^C
.
- Follow-Ups:
- Re: Best IDE for Python?
- From: Duncan Booth
- Re: Best IDE for Python?
- References:
- Best IDE for Python?
- From: sushant . sirsikar
- Re: Best IDE for Python?
- From: Fredrik Lundh
- Re: Best IDE for Python?
- From: bruno at modulix
- Best IDE for Python?
- Prev by Date: Re: Why are so many built-in types inheritable?
- Next by Date: Re: any() and all() on empty list?
- Previous by thread: Re: Best IDE for Python?
- Next by thread: Re: Best IDE for Python?
- Index(es):
Relevant Pages
|