in reply to Re: Update a perl script when its running
in thread Update a perl script when its running

A couple of neat examples of Live_coding (for different usage cases) perl live coding, hacking perl in nightclubs (ISTR watching a video of this).

  • Comment on Re^2: Update a perl script when its running

Replies are listed 'Best First'.
Re^3: Update a perl script when its running
by SuicideJunkie (Vicar) on Feb 10, 2015 at 15:19 UTC

    There's also Coding for OpenGL "live"

    Instead of reloading and recompiling the code before rendering each frame, you can reload and recompile between each job.