You are currently browsing the monthly archive for February 2010.
Announcement from Lukas Renggli:
A print-on-demand, softcover copy of the book “Dynamic Web Development with Seaside” is available from Lulu. The printed book is identical with the online and the PDF version of the book.
http://book.seaside.st/book/introduction/print-book
We wish to thank the European Smalltalk User Group (ESUG), inceptive.be, Cincom Smalltalk, GemStone Smalltalk and Instantiations for generously sponsoring this book.
Please distribute this message widely.
Cheers,
Stef & Lukas
Photo by http://www.flickr.com/photos/takomabibelot/ / CC BY 2.0
[1]
James Foster has just published the complete set of videos covering his popular Learning Web Development with Seaside tutorial:
- Installing the ‘Seaside One-Click Experience’ (1:41)
- ‘Hello World’ in Seaside (4:40)
- Exploring Seaside Examples (4:36)
- Associating Domain Objects with Components (3:51) [post]
- Exploring Seaside Tools (3:35) [post]
- Saving State on the Server (2:29) [post]
- Continuations and Subroutine Calls (3:27) [post]
- Incorporating Images and CSS (3:55) [post]
- Embedding Seaside Components (6:50) [post]
- Web Forms in Seaside (7:33) [post]
- Supporting User Login (7:08) [post]
- Using Monticello for Source Code (1:56) [post]
James has gotten rave reviews for his series of videos covering web development with Seaside using the Pharo Smalltalk One-Click Experience for Seaside.
—–
[1]Photo by brandon king (Creative Commons).
So you’ve read Kent Beck’s Smalltalk: Welcome to the Balkans:
I don’t think the real issue is standardization.
It’s true that each dialect of Smalltalk has quirks, but version differences are not unique to Smalltalk. It can be challenging to move Ruby programs between different versions of Ruby and it can be challenging to move C code between different operating systems and compilers.
Seaside is proof that a significant body of code can be written to be portable across at least 7 different Smalltalk dialects. It takes a hefty glob of Grease (a Smalltalk portability layer), but it can be done.
Aida and Swazoo are additional examples of significant applications that have been ported to multiple dialects of Smalltalk. They are built on top of Sport (another Smalltalk portability layer).
Writing portable Smalltalk is a solvable problem.
Kent’s proposed solution is a good idea in and of itself:
But expecting a set of vendors to agree on the the “tiniest possible core”, when they can’t agree on a set of common methods is unrealistic.
Here’s what sent Kent off on his diatribe:
and it’s sent me off on my own diatribe:)
I’ve been working in Smalltalk for 25 years and this problem is just as bad now as it was 25 years ago! It is virtually impossible to do cross-dialect development in Smalltalk. It was unfortunate for Kent that Monticello was partially ported, because it gave him the illusion that cross-dialect development was possible:
Right on, Kent! Existing customers may not demand cross-dialect development, but prospective Smalltalkers are being turned away and turning your back on cross-dialect development is turning your back on the Smalltalk community.
You know the story of the Smalltalk balloon:
Smalltalk isn’t just balkanized, Smalltalk is an archipelago where every dialect is stranded on its own island! It would be a luxury to have a hot air balloon to transport code modifications back and forth between dialects!
It is technically feasible to port Monticello to every dialect of Smalltalk.
It is an idea whose time has come and gone about 50 times! You can claim that a file-based Smalltalk wouldn’t have this problem, but Monticello is file-based development for Smalltalk.
Monticello makes cross-dialect development possible.
The Monticello code base has not had the attention to portability that Seaside and Aida have, but seriously, Monticello isn’t under active development. A one off port is perfectly adequate. I did a one off port of Monticello to GemStone in December of 2006. It’s not incredibly difficult and it has not required a lot of maintenance.
Monticello has withstood the test of time in the Squeak community and it does a pretty good job:
Envy and Store are not viable candidates. Monticello is a light-weight solution compared to Store and Envy.
If you can afford to port Seaside, then you can afford to port Monticello.
So why don’t we just do it?
It isn’t realistic to expect all Smalltalk dialects to live on the same island, but to continue to perpetuate the current isolationism between dialects is just pathetic:
I’m calling bullshit on the state of Smalltalk. Vendors, you’re acting crazy.
Thank you, Kent for the kick in the butt!
And Happy Valentines Day!
Last November James Foster gave several presentations on GemStone at Smalltalks 2009. James recorded his presentations and recently finished editing the video down to digestible set of YouTube vieos each coming in under 10 minutes:
- What is GemStone?
- Video: Object format and pointers
- Special Objects and Header
- Large Objects
- Repository, Extents, and Object Table
- Component Overview
- Shared Page Cache
- How Gems Create an Object
- How Gems Read an Object
- How Gems Modify an Object
- How A Gem Dereferences an Object
- Commit Record Backlog
- Handling Commit Record Backlog
- Commit Process
- Issues in Concurrency
- Lock Granularity
- Reduced Conflict Classes
- The Stone Process
- Live and Dead Objects
- Nine Steps of Repository-Wide Garbage Collection
- Epoch GC, Offline GC, Multi-machine
- Garbage Collection Q & A
QuickTime versions of the videos are available here.
—–
[1]http://www.flickr.com/photos/michael_kesler/ / CC BY-NC-SA 2.0