Investigate if it is possible to perform a snapshot without needing to read from disk.
0-arity case still needs to read from disk, to find all uses. However 1-arity might be able to get away with evaling based on REPL/ns state.
Is this worth the complexity of having two differing implementations, and potentially differing behavior?
Investigate if it is possible to perform a snapshot without needing to read from disk.
0-arity case still needs to read from disk, to find all uses. However 1-arity might be able to get away with evaling based on REPL/ns state.
Is this worth the complexity of having two differing implementations, and potentially differing behavior?