Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が知っているのは次の2つです。
他のもの?アプリケーションの外部 (外部リソースへのハンドル、ファイル オブジェクトなど) の状態を保存することには興味がなく、データと関数だけです。
Squeak(Smalltalk): SmalltalkImage の現在のスナップショット: true andQuit: false。
上記の場合と同様に、Squeak Smalltalk では、開発者/ユーザーは、sbcl (または他の Lisp システム) のようなイメージ ファイルを使用して、アプリケーションの状態をディスクに保存/復元できます。