Google Blockly — a Language With a Difference
mikejuk writes "There are aspects of Google that increasingly don't make sense. First they dump App Inventor — a graphical language for Android apps — in a fit of spring cleaning and closures — and now they have launched another Scratch-like graphical language, Blockly. However Blockly is different. It works like Scratch or App inventor but it is written in JavaScript. This means it can be included in any web page or web app very easily. This, in turn, means that it can be used for education, getting people to learn to program, or as an easy-to-use script generator for the app. The FAQ gives the example of automating GMail filters and management. The additional difference is that Blockly can compile its programs to JavaScript, Dart or Python so you can take the script and develop it further. This is a really good idea. As long as Google doesn't throw this one out in a fit of reorganization and spring cleaning, it's a welcome new language."
Dwarf Fortress did it better in my opinion. Using fluids you can construct literal logic gates!
You know you can run a webserver and access it locally, right? You don't need (and in fact, it's best if there ISN'T) external access to a webserver you're learning to code on.
Nobody cares what the CAPTCHA for your post was.
File: Open File...
You're welcome.
Its released under an Apache license. Anyone can run with it if they want to.