Which programming languages (besides Smalltalk) are image based? [closed]
Images Images are basically memory dumps. Typically a Lisp development system starts a runtime plus an image. The user then makes changes and later can write a new image. Sometimes this is a feature used by the developer, sometimes it’s also used during the development of the Lisp system itself. Many Lisp systems are using … Read more