Discussion:
Cypress implementation available
(too old to reply)
Richard Sargent
2013-10-01 21:55:22 UTC
Permalink
I have published an implementation of Cypress for GemStone/S to GitHub. For those interested in producing an implementation for another platform, the project is at https://github.com/rjsargent/CypressReferenceImplementation.

Have fun and let me know how it goes.
c***@neogov.net
2013-10-04 16:54:38 UTC
Permalink
Whats is it for?

version control like GIT?

or building file servers?
Richard Sargent
2013-10-04 17:40:20 UTC
Permalink
Post by c***@neogov.net
Whats is it for?
version control like GIT?
or building file servers?
Cypress format uses discrete files for each Smalltalk artefact (each method, each class definition). While it is primarily aimed at using Git, it can be used with any file-based version control system. Git is better, since it is so smart about recognizing what has really changed.
Loading...