5 ms·
Yeah! We have full curriculum around it, as well (Intro to JavaScript, Game development, and Natural Simulations): https://www.khanacademy.org/computing/compute
by jeresig 12y ago
Yeah! We have full curriculum around it, as well (Intro to JavaScript, Game development, and Natural Simulations): https://www.khanacademy.org/computing/computer-programming https://www.khanacademy.org/computing/computer-programming
It uses a real-time JavaScript editing framework that we're in the process of open sourcing:
https://github.com/Khan/live-editor https://github.com/Khan/live-editor
A technical talk on the editor (a bit dated at this point, but most of the points still hold) can be found here:
http://ejohn.org/blog/talk-khan-academy-computer-science/ http://ejohn.org/blog/talk-khan-academy-computer-science/
- deleted 12y ago[deleted]
- voltagex_ 12y agoWhat's the difference between the editor on the course page and the one in the repo?
- jeresig 12y agoNone - other than on the course page you can save your progress. A simple demo of the open source editor can be found here: https://khan.github.io/live-editor/demos/simple/ https://khan.github.io/live-editor/demos/simple/
- _nullandnull_ 12y agoGreat work! I'm excited to mess around with these.