Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Programming Education News

JavaScript Gets Visual With Waterbear 220

mikejuk writes "Waterbear, a new 'Scratch-like' visual programming language, made its debut at a JavaScript conference this week. Basically you can put together a JavaScript program by putting blocks together and entering some parameters. The output is JavaScript that you can use in other web pages. The Waterbear system runs in a browser, it's HTML5 based, and needs no installation. You can't help but think that this is the way all programming will be done in the future."
This discussion has been archived. No new comments can be posted.

JavaScript Gets Visual With Waterbear

Comments Filter:
  • Tool Wanted (Score:4, Funny)

    by Anne Thwacks ( 531696 ) on Thursday May 05, 2011 @01:06PM (#36037010)
    I am still waiting for a development tool that allows me to write PHP by throwing cowpats at the screen with my WiiMote. (It wont degrade the quality of my PHP code, I promise, but I cant speak fo others!).
  • by LighterShadeOfBlack ( 1011407 ) on Thursday May 05, 2011 @01:08PM (#36037030) Homepage

    You can't help but think that this is the way all programmng will be done in the future.

    Yes, occasionally, when I'm at my most cynical.

  • by shadowrat ( 1069614 ) on Thursday May 05, 2011 @01:51PM (#36037662)
    What if there was a language where each block was a character? then you could string them together to form more complex commands, variable names, and flow control! If you wanted to add the values in the A and B blocks, you would just put a + block between them. you could then use the assignment block to put the resulting value into the C block! you'd probably never need to learn more than 50 or so blocks and you could do just about ANYTHING with that!

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...