5 comments

  1. I agree! Since I’ve been including Alice and Lego Mindstorm in my teaching of computer programming in high school, my students are more engaged and excited about being there, and they don’t even realize how much they are learning! Even classroom discipline problems have gone away, as they are too interested in building and programming robots, or creating worlds in Alice, to risk losing that priviledge due to bad behavior. I wish these tools were around when I first started teaching programming in Java and VB!

  2. Interesting.. We developed similar application to teach programming for beginners at http://roorky.com. Checkout our application iPUBReader – an application to read iPUBs. With iPUBS readers can execute code snippets straight away while reading the book. Also they can tweak the code, edit it and observe the changed output.

  3. I like this website very much.

    This is such a outstanding web.
    And it is not like other money directed website, the message here is genuinely important.

    I am definitely bookmarking it as well as sharing it with my friends.

    :)

  4. Shouldn’t this
    REPEAT 4 [ FORWARD 100 LEFT 90 ]
    be
    REPEAT 4 [ FORWARD 50 LEFT 90 ]
    to have the same effect as the more verbose code?

Leave a comment