Feedback.pl: Difference between revisions

From Toplap
Jump to navigation Jump to search
No edit summary
m (Reverted edits by 194.8.75.155 (Talk) to last version by Yaxu)
 
(10 intermediate revisions by 7 users not shown)
Line 1: Line 1:
See http://www.perl.com/pub/a/2004/08/31/livecode.html
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]]

Latest revision as of 10:10, 11 January 2010

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