a good programming text editor (not IDE)

bruno at modulix onurb at xiludom.gro
Fri Jun 16 09:11:32 EDT 2006


John Salerno wrote:
> Ant wrote:
> 
>> jEdit is for me still the best text editor available. Very extensible
>> with macros (which can be written in Jython with the appropriate plugin
>> installed). 
> 
> 
> I like the idea of being extensible, but of course I can only write in
> Python.

Jython is Python on Java.

> Are there any editors that support that?

Emacs.

<plug>
Which BTW is just great for python programming  - not only do you have
an embedded interactive python shell - the default one or IPython -  but
much more, you can with a simple keystroke eval either the whole buffer
or a selected block in this embedded shell. Could'nt live without it no
more !-)

(and you have ecb if you want a file/class browser)
</plug>

But learning other languages might be a good idea too (even if once
spoiled by Python, if can be quite frustrating).

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list