Live data from Hacker News

Google Blockly - a visual programming language

code.google.com

31–40 of 129 posts

Re: Google Blockly - a visual programming language

#37
post #4

Can this program be made any shorter? http://www.dodaj.rs/f/1K/vW/2gLz63rl/blockly.png

Here's one that runs the fastest through this particular maze (I noticed there's always a wall on the right side when we need to make a left turn):

http://i.imgur.com/gNaRA.png

Re: Google Blockly - a visual programming language

#38
The name of this language immediately made me think of the blocky.io (http://blocky.io/) visual programming language, which was written in Common Lisp by David O'Toole before this language was developed. Blocky.io is very similar to this language, in more then just name, it even has its own MIT scratch like interface: http://blocky.io/blog/wp-content/uploads/2012/03/Screenshot-....

Re: Google Blockly - a visual programming language

#40

I can't seem to find the end condition for the Maze demo. There is no 'goal_reached?'

There isn't. I had to enclose the algorithm in a while (true) loop and if you reach the goal the program stops automatically. Here is a screenshot: http://imgur.com/0mape
Post reply on HN