Google Blockly – A Visual Programming Language
filed in Programming on Jun.12, 2012
Google Blockly is a new visual programming language that is itself written in JavaScript. This means that it can be embedded in any webpage and its code can even be exported to JavaScript, DART, or Python.
It’s open source and the code is available here along with a few demos: code.google.com/p/google-blockly.
It seems to be a great tool to get non-programmers to start programming without the need to learn a language.



Leave a Reply
You must be logged in to post a comment.