Learn programming with Reeborg
June 11, 2013 10:09 AM   Subscribe

Learn programming with Reeborg
Reeborg's World, an adaptation of Karel the Robot, is designed to teach programming. At present, only Javascript is taught but a Python version is planned for the near future. By design, the progression is very slow but the aim is to cover almost all the basic features (and keywords) of Javascript using a Test-Driven Learning approach. Reeborg's World is free to use and does not require any login.
Role: Programmer, designer
posted by aroberge (2 comments total) 1 user marked this as a favorite

Is there a way to save progress or skip ahead?
posted by cjorgensen at 7:48 AM on June 19, 2013


To skip ahead: at the top of each "lesson", there is a button that you can click which will load the Table of Contents. From the Table of Contents, you can select any lesson.

To save progress: nothing is saved on the server. However, the url changes as a unique code gets appended after the "#" sign. You can either use your browser history or bookmark a given lesson if you want to go back to it at a later time.
posted by aroberge at 5:41 PM on June 19, 2013


« Older Frank: Free, truly private, messaging for iOS...   |   The Summer of '63... Newer »


You are not currently logged in. Log in or create a new account to post comments.