Feedback.pl

From Toplap
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 Hacking perl in nightclubs