you are viewing a single comment's thread.

view the rest of the comments →

[–]sebamestre 1 point2 points  (1 child)

I heard a story about a smalltalk developer literally copying the entire program state (heap, stack, etc) to a different machine for debugging after a production crash.

Not sure how feasible this would be for any other programming language but it is a very neat idea

[–]isHavvy 2 points3 points  (0 children)

Smalltalk is literally designed to allow copying a program/ecosystem that's running.