|
|
|
|
|
by myrmidon
499 days ago
|
|
> can I save it to disk, shut off the interpreter, boot it again and it imports it fine (in which case it somehow dumps them as code...? Yes, it dumps them as bytecode (probably not compatible between completely different interpreters). It even preserves debug metadata, so stack traces involving serialized/deserialized functions look right, and still show the original source file. This is really neat. |
|