|
|
|
|
|
by ptrott2017
788 days ago
|
|
Factor provides support for both file and image based workflows. Factor is image-based and uses files when sharing, loading or refreshing vocabularies. however, just like lisp and Smalltalk, you can also save, share and restore system state via an image. For example you can save the whole state of Factor with the word save-image and you can restore that image using ./factor -i=path-to-image This image workflow and interaction via the inspector provides a very similar workflow experience to both Smalltalk and Common Lisp. |
|