Candy: Difference between revisions
Jump to navigation
Jump to search
(add icon and team to topbox) |
|||
Line 1: | Line 1: | ||
{{Olpcboxtop|toptext=[[{{PAGENAME}}|Candy]]}} |
{{Olpcboxtop|toptext=[[{{PAGENAME}}|Candy]]}} |
||
{{ OBX activity ||extra |
{{ OBX activity | [[Image:activity-candy.svg|40px]]|extra}} |
||
{{ OBX source dev|activities/candy}} |
{{ OBX source dev|activities/candy}} |
||
{{ OBX devtickets|candy-activity}} |
{{ OBX devtickets|candy-activity}} |
||
{{ OBX team | [[User:Anthony.taranto|Anthony Taranto]] }} |
|||
{{Olpcboxbottom}} |
{{Olpcboxbottom}} |
||
Revision as of 03:44, 20 May 2008
Candy is an automated python tutor.
News
April 12, 2008
- Implemented a rough UI and partial framework for fixing lines of code that cause build time exceptions.
January 29, 2008
- New screenshot.
- Course file format. Groups assignments together.
- Move to the next assignment in the sequence once current assignment is completed.
January 24, 2008
- Source is hosted.
Getting Candy
git
git clone git://dev.laptop.org/activities/candy
Editor
The Candy editor will attempt to provide real time assistance as code is written.
Analysis
Assignments will be presented as a set of individual steps that the user must complete. Assignment completion will be based on a flexible system of code analysis. This system is currently implemented using python's abstract syntax tree functionality.
Localization
Eventually, Candy will explore possibilities for localizing the code writing and analysis.
Similar Projects
- HyperCard. Taught me everything I needed to know (about life).
- Hackety Hack. Excellent collaboration model and code publishing ability.
- Try Ruby.
- Reinteract