aroberge / reeborg

Enhanced Karel-the-robot clone
http://reeborg.ca/reeborg.html
Other
47 stars 36 forks source link

Editor enchancement: Text to blocks translation (both ways) #288

Closed dz0 closed 8 years ago

dz0 commented 8 years ago

There is a tool, called Droplet (https://github.com/droplet-editor/droplet), which is used by http://pencilcode.net and https://code.org/educate/applab

It implements issue request for JS and CofeeScript, and some explanations how to add a language (Python) http://ideas.pencilcode.net/home/htmlcss/droplet-paper.pdf

dz0 commented 8 years ago

oh, Droplet seems to have some of Python already :) https://github.com/droplet-editor/droplet/blob/master/src/languages/python.coffee

though, I havent't tried it live yet..

mu-hun commented 8 years ago

@dz0 That's awesome! However, Reeborg language has been developed for the purpose of multi-language. (for example, Blockly supports multiple languages)

So I think it will be not fit..