Summer of Code/2013/Turtle Blocks Python export project: Difference between revisions
Marion Zepf (talk | contribs) add pending decision on blocks introduced by plugins |
Marion Zepf (talk | contribs) add pending decision re. type conversion |
||
| Line 59: | Line 59: | ||
* Should the status bar be shown when the exported code is run? | * Should the status bar be shown when the exported code is run? | ||
* Blocks introduced by plugins: Should the plugin provide info about how to transform its blocks into Python? | * Blocks introduced by plugins: Should the plugin provide info about how to transform its blocks into Python? | ||
* How to handle type conversion between numbers and strings that is done implicitly in TA? | |||
** E.g., resolve types when converting the code (possible?), and output the code specific to the type. | |||