Y
Hacker News
new
|
ask
|
show
|
jobs
by
jhomedall
1820 days ago
Many Common Lisp implementations allow you to dump the program state to an image, which can then be loaded later.
1 comments
neolog
1819 days ago
What do they do about open file descriptors?
link
rurban
1819 days ago
Store the path, position and open mode. Pipes will fail. Dynamic modules (shared libs) are also tried be re-opened.
link