paperlined.org
dev
>
programming_languages
>
features
document updated 18 years ago, on Aug 25, 2006
Live coding
, the ability to update code while it's running.
python has a built-in called
reload()
that reloads a module, but leaves its data intact
perl has several modules, of course.
Apache2::Reload
and
Module::Reload::Selective
and
Class::Data::Reloadable
discuss several of them