Toksyuryel (toksyuryel)'s status on Sunday, 08-Apr-12 07:36:08 UTC

  1. @ponydude readline is much more than a programmer's interface, it provides a bunch of nice features to the user such as tab-completion, history, and some other cool stuff I haven't committed to memory yet. It has python bindings available via a module in the python standard library, allowing you to work with readline without having to use C yourself. A lot of python is like that- providing a nice, convenient way to use something that's written in C without having to actually use C. There's an ncurses module in there too.

    Sunday, 08-Apr-12 07:36:08 UTC from web in context