On 24 May 2012 14:28, Seth Woodworth <
seth.wo...@gmail.com> wrote:
> Hi Neil,
>
> I found blocky via a friend from an internal google list of some kind. This
> is an excellent tool, I'm very pleased to see it. I'd like to get involved
> with the development of the tool.
>
> Do you have a something in mind for next steps? Personally, I'd like to
> work on more examples with the controls you have implemented now. A drawing
> canvas like the one LOGO or TurtleArt looks like it would be easy to
> implement. I'd also like to see a python >> blocks version of your blocks
>>> python code.
The latter is an extremely difficult topic. Python is a ridiculously
flexible language which I don't think can be represented in blocks.
For instance list comprehensions, closures, regular expressions and
even local variables are all things that Blockly can't do at the
moment. Any code->block translator would be hopelessly buggy at this
time. Blockly has a lot of growing up to do before that topic can be
seriously considered.
However, creating a drawing canvas (ideally with the same API in all
three languages) would be totally awesome. Can't wait to see
spirographs being drawn using Blockly. The easiest way to create new
blocks right now is to look at an existing, similar example and clone
it. I'll write docs ... soon. In the mean time, feel free to ask
questions.
--
Neil Fraser
http://neil.fraser.name