Article:
 |
|
Smalltalk for Everyone Else
|
| Subject: |
|
Other language with image |
| Date: |
|
2006-09-23 07:05:45 |
| From: |
|
lvaruzza
|
|
|
|
The author says:
"The image, however, doesn't have an analogue with other languages--it is a platform-independent snapshot of the current state of the VM's object memory."
But Common Lisp has a similar concept of image. See the reference for SBCL:
http://www.sbcl.org/manual/Saving-a-Core-Image.html
|
Showing messages 1 through 3 of 3.
-
Other language with image
2006-09-23 14:36:42
wanorris
[View]
-
Re: Other language with image
2006-09-28 10:58:51
whartung
[View]
-
Re: Other language with image
2006-09-29 10:28:23
prand
[View]
Either way it's cool, I was just wondering.