prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 161 forks source link

ptpython console inside pyvim #68

Open htzh opened 8 years ago

htzh commented 8 years ago

How easy would it be to incorporate a ptpython console and expose the editor state through the console? Much like the dev tool js console available inside browsers. Making it easier to interact with the editor while it is running will make it a lot easier and more fun to develop and debug features. If this is not something of interest to you could you give some pointers on how this could be best implemented?

I think this is an attractive platform for customized ides. The attraction to me is:

So a small hackable core of Pyvim could be the mother of many customized language ides.

jonathanslenders commented 8 years ago

It's a very cool proposal. I'd like to have this as well, but it's not my priority at the moment. We will see in the future. :-)