[Cuis] Cypress compatibility

Dale Henrichs dhenrich at vmware.com
Fri Jun 15 14:28:36 CDT 2012


Hannes,

Cypress[1] is a cross dialect disk-based format for Smalltalk package structures.

cuis-cypress[2] is a Cuis native implementation of the common Cypress package format.

FileTree[3] is a Monticello-based implementation of the common Cypress package format. FileTree has been ported to Squeak, Pharo and GemStone, where the development environment has been built around Monticello.

FileTree and cuis-cypress share "the exact same disk format for packages". 

The two projects _differ_ in the implementation of the reader/writers. 

cuis-cypress is based on a reference implementation for Cypress.

FileTree was based on code originally written by Otto Behrens. Much of the code in FileTree is tightly coupled to Monticello. 

The cuis-cypress code borrows the basic ideas and rough implementation of definitions and snapshots from Monticello, but was designed to be independent of Monticello.

Dale

[1] https://github.com/CampSmalltalk/Cypress/wiki
[2] https://github.com/CampSmalltalk/cuis-cypress
[3] https://github.com/dalehenrich/filetree

----- Original Message -----
| From: "H. Hirzel" <hannes.hirzel at gmail.com>
| To: "Discussion of Cuis Smalltalk" <cuis at jvuletich.org>
| Sent: Friday, June 15, 2012 11:04:48 AM
| Subject: Re: [Cuis] Cypress compatibility
| 
| Hello,
| 
| Thank you all for these clarifications.
| I think I understand what Cypress is by now but I do not understand
| how it relates to FileTree. Is FileTree an earlier version of
| Cypress?
| 
| --Hannes
| 
| On 6/15/12, Juan Vuletich <juan at jvuletich.org> wrote:
| > Hi Dale,
| >
| > Thanks for the clarifications. Now it is perfectly clear.
| >
| > I added this information to README.md at
| > https://github.com/CampSmalltalk/cuis-cypress . Feel free to
| > correct or
| > modify as you see fit.
| >
| > Cheers,
| > Juan Vuletich
| >
| > Dale Henrichs wrote:
| >> ...
| >> Ah, you need a little history here:)
| >>
| >> ...
| >
| >
| > _______________________________________________
| > Cuis mailing list
| > Cuis at jvuletich.org
| > http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
| >
| 
| _______________________________________________
| Cuis mailing list
| Cuis at jvuletich.org
| http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
| 




More information about the Cuis mailing list