# To resume an image's environment:
# With this example image:
# echo "(def a 1)" > test.janet
# janet -c test.janet test.jimage
# Now open the REPL:
# Enter an image, for continued development or exploration
(merge-module (curenv) (load-image (slurp "test.jimage")) "" true)