so the idea is

get all the people working on open-source IDEs for python to
collaborate on the effort so they dont keep redoing the same job.

this will also improve the end product because it will take the best
parts of all the others.

and finally
it will be more modular in essence by making the core framework
separate from the gui or front end

that separation should make more opportunity for portable code, like
for example the main project in c++, the GUI parts in Object oriented
c and other operating system specific code to make it pretty and most
functional to each operating. and to make it the most accessible, some
of the more sensitive code should be in python. Also it allows for
some kind of uniformity in their behaviors between operating systems.
(this way we don't have such finger slowing differences like there
would be between versions of a video game but you don't have ctrl-s
saving on apples. i just hope this, as an IDE is giving all the
functionality as expected, like a Ctrl-r/Command-r for running the
code with the associated framework of python. and syntax coloring (
including the word 'self' BareBones)
 these are just my suggestions though.
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to