On Tue, Mar 1, 2016 at 1:33 PM, Terry Reedy <tjre...@udel.edu> wrote: > On 2/29/2016 3:20 AM, Chris Angelico wrote: > >> Incidentally, HTML+CSS is another excellent example of code being used >> to create a visual effect. While there *are* WYSIWYG HTML editors, I'm >> not familiar with any WYISWYG HTML+CSS editors, and I much more often >> see a fast-turnaround code editing system such as codepen.io - you >> change the HTML in one box, or the CSS in another, and the result down >> below changes in real-time. > > > Does it change with each key stroke (if the keystroke leaves the text in a > coherent, non-error state) or only on some special input?
In the case of codepen, it's not quite either; when you finish typing and leave it for half a second, it updates. Not quite instant, but automiatic. ChrisA -- https://mail.python.org/mailman/listinfo/python-list