-
Notifications
You must be signed in to change notification settings - Fork 211
gsoc_2011_interpreter
https://www.google.com/accounts/o8/id?id=AItOawnIDK5ERNYzZQUJALcyMjUQXUyiYA_Tij8 edited this page Apr 7, 2011
·
21 revisions
- In-browser PyJS Interpreter
- Abstract
The purpose of this project is to re-factor and improve python-to-javascript translator component (pyjs) of Pyjamas in order to reach following goals:
1. Translator should be able to translate itself, and resulting javascript should be able to correctly translate python code into javascript code while being run in browser environment, turning pyjs into proper python implementation. 2. Remove deprecated interfaces and provide clean, extensible API for Pyjamas utilities and 3rd party applications/libraries which use pyjs translator, supporting small DSL use-cases in addition to current web applications. 3. Research and attempt to provide support for translating python 3
- In-browser interpreting
- API and utilities update
- Python 3 support
- Timeline and milestones
- May 10 - May 23
- Start of Program (May 24)
- May 24 - July 11
- Midterm Evaluation (July 12)
- July 13 - Aug 22
- Final Evaluation (Aug 23)