smalltalk
September 2, 2011 21:13:43.424
James Ladd is rebooting the Redline blog:
What still needs to change are some of the posts here that are no longer correct as they don’t refer to the current implementation of Redline Smalltalk. I’m confident the current incarnation of Redline will be the one that makes it to a V1.0. As such it is now time to delete these old incorrect posts and begin a new series that is correct.
Technorati Tags:
java, redline, jvm
posted by James Robertson
smalltalk
September 2, 2011 16:58:00.988
posted by James Robertson
smalltalk
August 31, 2011 22:58:59.323
Torsten Bergman explains just how deep the Smalltalk polymorphism rabbit hole goes:
While a function/method name in a class has to be unique so it could be called it usually is a Symbol. You know all these #foo, #bar, #negated, ... In Java you may call it foo() or bar() or negated(). But in Smalltalk this selector could be ANY object. Yes, yes - this is not a type.
Technorati Tags:
polymorphism
posted by James Robertson
smalltalk
August 30, 2011 20:47:19.799
Spotted in Planet Squeak
Pharo 1.3 is in release candidate mode. The last action needed for release is to package the OneClick image with the right Cog VM. On this side Igor is working on a few critical fixes that should be ready in a couple of days. So you can put the Champagne in the fridge now. Pharo 1.4 is in alpha mode. Note that starting from 1.4 only one image will be released. Releasing two images actually needs too much effort for our community. Furthermore the core developers usually work on PharoCore and it's hard for them to follow bugs on a image (Pharo) they don't use. So one small image with easy package loading (and unloading) seems a better way to go. Only one Pharo. About infrastructure, continuous integration server is moving from Hudson to Jenkins. The Hudson server will be stopped when the migration is finished. For Cog VMs, Pharo 1.4 and current projects, check the Jenkins server.
Lots of interesting things happening with Pharo these days...
Technorati Tags:
pharo
posted by James Robertson
smalltalk
August 29, 2011 12:10:06.918
posted by James Robertson
smalltalk
August 28, 2011 20:51:27.525
Michael van der Gulik has some interesting notes on playing around at the meta levels of Smalltalk:
I want to add more instance variables to Class. How difficult is this? Pretty. I suspect that for vanilla Squeak or Pharo, you'd need to carefully remake every single Metaclass instance and Class instance. For me, my Packages architecture means I only need to recompile my own private Metaclasses and all its instances which can be done safely.
Read the whole thing; Michael is working where angels fear to tread :)
Technorati Tags:
pharo
posted by James Robertson
smalltalk
August 27, 2011 21:15:34.830
If you downloaded the podcast early today, you might want to grab it again - I got Squeak News from Randal after I posted, so I merged that in and pushed new audio files.
Why did I go so early? This:

posted by James Robertson
smalltalk
August 27, 2011 2:12:22.782
posted by James Robertson
smalltalk
August 24, 2011 8:18:10.607
posted by James Robertson
smalltalk
August 23, 2011 13:02:50.186
Smalltalk Solutions is being renamed to the "Smalltalk Industry Conference" (STIC), and the 2012 show will be in Biloxi, Mississippi. Georg Heeg just announced the following at ESUG 2011:
I just made this announcement at ESUG in Edinburgh:
- Smalltalk Solutions has been renamed to Smalltalk Industry Conference (STIC)
- STIC 2012 will be in Biloxi, Mississippi
- STIC 2012 will open Sunday March 18th, 2012 in the evening
- STIC 2012 conference days will be Monday to Wednesday March 19th to 21st, 2012
- STIC 2012 will be followed by a Camp Smalltalk on Thursday and Friday
- There will be program for Student Volunteers
- Call for papers is open
- STIC will continue to collaborate with ESUG
Technorati Tags:
sts12, esug11
posted by James Robertson