|
|
|
|
|
by Leszek
4367 days ago
|
|
I've been working on something similar for teaching graphics programming to our undergrads. Uses esprima to parse the input JS and add some runtime error checking with line numbers, including unidentified variables and timeouts for loops: http://www.cl.cam.ac.uk/~ls426/graphicstutor/ |
|
> As you can see, live coding, on its own, is almost worthless. The programmer still must type at least a full line of code before seeing any effect. This means that she must already understand what line of code she needs to write. The programmer is still doing the creative work entirely in her head -- imagining the next addition to the program and then translating it into code.
(To be fair to yaxu, its not live coding that he is talking about, but the feature of live update in isolation.)