Changes between Version 5 and Version 9 of Ticket #403
- Timestamp:
- 2013-03-28T17:48:15Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #403
- Property Keywords gsoc13 added
- Property Owner set to
- Property Status new → assigned
-
TabularUnified Ticket #403 – Description
v5 v9 2 2 3 3 Details:: 4 Python is a dynamic programming language that support object-oriented, imperative and even functional programming styles. Currently, HelenOS has no Python support but uses Python during build (e.g. for preparing configuration or for assembling disk image).[[br]]4 Python is a dynamic programming language that support object-oriented, imperative and even functional programming styles. Currently, HelenOS has no Python support but uses Python during build (e.g. for preparing configuration or for assembling disk image).[[br]] 5 5 Integrate a reasonable subset of CPython to HelenOS so that it can be used to run helper scripts used in the build process. The selected subset shall also include support for tools used in development process of HelenOS, above all Bazaar revision system.[[br]]In the absence of missing backing libraries on HelenOS side (e.g. for some advance text user interface) to fulfill the goal outlined above (run helper scripts and Bazaar), the focus shall be on porting Python to such extent to allow most common operations. 6 6 7 7 What Gains and Benefits will this bring?:: 8 One of the strategic goals for HelenOS is becoming self-hosting. 9 During previous GSoC, a PCC compiler (Portable C compiler) was ported to HelenOS, thus allowing to compile HelenOS sources inside HelenOS. Porting core parts of Python would bridge over the last step to have the possibility to build HelenOS from inside HelenOS. 10 8 One of the strategic goals for HelenOS is becoming self-hosting. During previous GSoC, a PCC compiler (Portable C compiler) was ported to HelenOS, thus allowing to compile HelenOS sources inside HelenOS. Porting core parts of Python would bridge over the last step to have the possibility to build HelenOS from inside HelenOS. 11 9 12 10 Difficulty:: 13 medium 14 11 Medium 15 12 16 13 Required skills:: 17 A successful applicant will have good skills of programming in the C and Python languages and the ability to survive in a non-standard non-POSIX application environment.14 A successful applicant will have good skills of programming in the C and Python languages and the ability to survive in a non-standard non-POSIX application environment. 18 15 19 16 Documentation:: … … 24 21 25 22 Possible mentors:: 26 HelenOS Core Team, Vojtech Horky23 HelenOS Core Team, Vojtech Horky