| 6 | | * Add Web-based REPL to run kp6 |
| 7 | | 'kp6-perl5.pl --secure | perl -Ilib-kp6-mp6-p5' |
| 8 | | * Fix html display escaping problems (moritz: my @a = <foo 1 2 3>); |
| 9 | | * Put more functionality in JS (clear, timeout, history) [azawawi: history implemented] |
| 10 | | * Use true AJAX for front-end (e.g. prototype.js) [azawawi: DONE with jQuery...] |
| | 6 | * Add Web-based REPL to run kp6 using 'kp6-perl5.pl --secure | perl -Ilib-kp6-mp6-p5' |
| | 7 | * Fix excess html display escaping problems on the server side (my @a = < > <>); |
| | 8 | * Put more functionality in JS (clear, timeout) |
| | 9 | * Cleanup history code in server-side |
| | 10 | * Use true AJAX [remaining: hidden iframe/html payload -> $.ajax/JSON] |