New repository location for Strongtalk
talksmall <[email protected]> Mon, 4 Oct 2010 18:49:10 -0700 (PDT)
| Newsgroups | gmane.comp.lang.smalltalk.strongtalk |
|---|---|
| Message-ID | <f85cffca-e79e-46d8-8853-08e885b9e1b8@d17g2000yqm.googlegroups.com> |
I've been using git locally for development for some time and have found synchronizing to SVN unreasonably painful, particularly as there were no updates to pull. So I've set up a new repository location on github - http://github.com/talksmall/Strongtalk. I'll be pushing updates to this repository rather than to the googlecode SVN repository. The repository is public and you can checkout a read only copy using git clone git://github.com/talksmall/Strongtalk.git strongtalk You will also find the first steps on a Newspeak port on branch nsreboot. I've also uploaded a new VM to the downloads page on github. You can find it here - http://github.com/downloads/talksmall/Strongtalk/strongtalk-NS.exe. This VM can be used for both a standard Strongtalk image, or for a Newspeak-on-Strongtalk image. The key difference from a VM built from the Strongtalk master branch is the inclusion of icons required by the Newspeak UI framework Brazil (with the kind permission of Gilad Bracha). To use the Newspeak port switch to the nsreboot branch following the repository clone. cd strongtalk git checkout nsreboot Download the VM (or build it from scratch if you prefer) and launch the app. The BrazilDemo class contains class-side methods to launch various Brazil tools dialogues. In itself not that useful, but it illustrates the code required to configure and launch Newspeak applications. I would also like to dedicate this release to Alexander von Humboldt (http://en.wikipedia.org/wiki/Alexander_von_Humboldt) on behalf of Artur Lojewski, for whose kind donation earlier this year I am very grateful. Cheers, Steve -- You received this message because you are subscribed to the Google Groups "Strongtalk-general" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/strongtalk-general?hl=en.