Feedback.pl

From Toplap
Revision as of 21:01, 4 July 2006 by 84.233.211.1 (talk)
Jump to navigation Jump to search

A text editor, written in Perl, for live coding Perl. It has two threads, one is the editor, the other executes the code being edited. Interestingly, the executing code can make edits to its own sourcecode in the editor, particularly useful for adding and modifying comments to let the livecoding human know what's going on.

See http://www.perl.com/pub/a/2004/08/31/livecode.html