Development Team/Prerequisites: Difference between revisions
| Line 9: | Line 9: | ||
Almost all of Sugar is written in python, small bits of C are used to interface with libraries or to improve the performance of computationally intensive operations. | Almost all of Sugar is written in python, small bits of C are used to interface with libraries or to improve the performance of computationally intensive operations. | ||
Some language features and extension modules | Some language features and extension modules that appeared at Python 2.5 are used, but reducing the dependency to 2.4 should be possible without much effort. | ||
==== Gtk+ ==== | ==== Gtk+ ==== | ||