top | item 45626218

(no title)

Flow | 4 months ago

Funny, and the persistent memory-image everyone outside the Smalltalk/Lisp community seems to hate, it's your normal filesystem now.

discuss

order

pjmlp|4 months ago

The irony is that anyone using IDEs is using the same idea, as all of them use a virtual filesystem layer to simulate the same capabilities as the image approach.

shwaj|4 months ago

Not really, because you still recompile and start the program from scratch, rather than modifying the code that executes on the still-existing data structures.

Edit: rather than just naysaying, it occurred to me to reference the notion of Orthogonal Persistence, which the image-based approach provides (not without drawbacks) but IDEs typically don’t. Previous HN discussion: https://news.ycombinator.com/item?id=39615228