1

I like the concept and scalablity of Emacs

but I'm not good at Lisp. So I'm finding the similar thing using python.

Is there?

inspectorG4dget
  • 110,290
  • 27
  • 149
  • 241
from __future__
  • 305
  • 2
  • 6

3 Answers3

3

There is vim. You can use python directly in vim script to write your own functions, plugins etc.

Check out this link

tuxtimo
  • 2,730
  • 20
  • 29
3

There is pymacs which allows you to extend emacs with python.

Tom
  • 7,515
  • 7
  • 38
  • 54
0

Well there is Emacs for python, eclipse, and a whole host of other ide's. For eclipse you will need to get the pydev. I'm including vim here, but from what I know, Emacs users don't like vim. Check out This post for more information

Community
  • 1
  • 1
Snakes and Coffee
  • 8,747
  • 4
  • 40
  • 60