Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jbrechtel
on June 1, 2012
|
parent
|
context
|
favorite
| on:
Google Blockly - a visual programming language
Nice. I didn't realize you could parameterize the conditionals so I did this (bumps into walls):
while (true) do if(wall ahead) then turn left else move forward turn left if(wall ahead) turn right
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
while (true) do if(wall ahead) then turn left else move forward turn left if(wall ahead) turn right