smalltalk
August 30, 2010 11:47:57.374
The NYC Smalltalk User's Group has their next meeting set for September 22 - follow the link for time and location details:
Sean DeNigris is the President and Lead Scientist of Clipper Adams, a NYC-based consulting firm. His mission is to support people in fulfilling on what matters to them. Therefore, most of his current work is on realizing Doug Engelbart’s vision of making a difference in the world by using computers to enhance human intellect. For ten years, he has gotten into the minds of users and created the business software they would have created (if they knew how to program). He is also a regular contributor to Squeak and Pharo, and participates in the Smalltalk community and its conferences world-wide.
Technorati Tags:
squeak, pharo
posted by James Robertson
smalltalk
August 30, 2010 10:39:25.000
There have been some pretty major changes to the way memory is handled in VisualWorks in the 7.7.1 release - and that means that there have been changes for ObjectStudio 8.2.1 as well, since it's built on top of VisualWorks. You should really have a look at the release notes for 7.7.1, and the class comments for AbstractMemoryPolicy. This visual of the new hierarchy makes it clear what's changed:

Class MemoryPolicy is mostly a "legacy" class now, and is not the default one in use. The default is LargeGrainMemoryPolicy, as internal testing in Cincom engineering indicated that it performed best in the widest variety of situations.
Your mileage may vary, of course - so again, have a look at the docs.
Technorati Tags:
visualworks, objectstudio, memory policy
posted by James Robertson
smalltalk
August 30, 2010 7:07:35.000
posted by James Robertson
smalltalk
August 29, 2010 16:33:53.000
posted by James Robertson
smalltalk
August 29, 2010 15:24:05.000
Looks like Build tools for Smalltalk are finally starting to catch up. The Squeak/Pharo world has Gofer, the engineering team at Cincom has just released a project tool as part of the summer release (with more work in that direction to come), and Ernest Micklei pushed out a build tool for VA Smalltalk earlier this summer:
Melissa is a simple tool that can help in building development and runtime images in a continous integration environment. It is being used extensively to create daily builds for Smalltalk images. This post describes the steps to use Melissa for VA Smalltalk 8+
A lot of people yawn at these kinds of tools, but they are essential in order to reliably build applications. It's good to see activity here.
Technorati Tags:
build tools
posted by James Robertson
smalltalk
August 29, 2010 11:39:03.000
The deadline for submitting a paper/talk for Smalltalks 2010 has been extended to September 25th. The conference takes place in Buenos Aires (Argentina) November 11-13.
If you're submitting a paper, they want you to use EasyChair.
Technorati Tags:
smalltalks 2010, fast, argentina
posted by James Robertson
smalltalk
August 29, 2010 8:26:00.766
posted by James Robertson
smalltalk
August 28, 2010 9:49:46.000
This is pretty cool - Chris Cunnington (the guy behind Smalltalk TV) has pulled the MPEG player out of Sophie and made it a standalone Squeak project.
Technorati Tags:
squeak, mpeg
posted by James Robertson
smalltalk
August 28, 2010 7:41:25.000
I noticed that Smalltalk fell out of the top 50 in the Tiobe rankings; I think it's not just the niche status of Smalltalk at work here, but also the nature of Smalltalk code. What do I mean by that?
Well, consider what happens when you search for the more mainstream (file based) languages - you get code listings. When you search for Smalltalk, on the other hand, you'll get links to things like the "One Click Image" for Seaside. The image based nature of Smalltalk, and the fact that Smalltalk developers don't work in flat text files, impacts your ability to find Smalltalk code references.
Before the rise of search engines this was not terribly relevant, but now - it makes the community look much, much smaller than it really is. I don't have an answer to this problem - the Smalltalk image is unlikely to disappear (and personally, I'm a fan of it). It's just something we have to factor into these kinds of discussions.
Technorati Tags:
tiobe, image based, file based
posted by James Robertson
smalltalk
August 27, 2010 13:03:32.944
posted by James Robertson