Hacker News new | ask | show | jobs
by asimpletune 1085 days ago
Thanks for sharing your experience with working with Smalltalk.

I wonder in a parallel universe, a smalltalk one, what VCS would have been like? Would the "last version that worked" also just have been an object?

2 comments

You've been given a mistaken impression of the Smalltalk-80 development process.

Changes were automatically logged to an external text file and could be recovered.

By the late '80s there was multi-user fine-grained version control: ENVY/Developer

https://www.google.com/books/edition/Mastering_ENVY_Develope...

Check out the Monticello VCS for Smalltalk.

https://wiki.squeak.org/squeak/1287