Category Archives: Smalltalk

VASmalltalk – Daylight Saving Time and ICU support

To get rid of these problems with DST I changed the startUp of ICU MSKICUApp>>startUp | estzd | MSKLocale clearCurrent. “Patching the errors in 8.5.2 – does nothing on earlier releases” “nicer way – thanks to Tom Koschate” estzd := … Continue reading

Posted in Smalltalk | Tagged , , | 3 Comments

ESUG 2012 slides

The slides for this year ESUG are online available at ESUG 2012. Were these talks also recorded ?

Posted in Smalltalk | Tagged , | 1 Comment

VASmalltalk – Installation: What happens if …

… I do install an update (e.g. 8.5.2) and I have a minimized VA 8.5.1 running on my platform ? Ever ask you this question ? I tried it and found out, that you might end up in a full … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

VA 8.5.2 – Daylight Saving Time

Now we have it. The relase 8.5.2 is out and now with the long awaiting Timezone support everything is fine …. … installed 8.5.2 and DateAndTime now printString -> 2012-09-18T20:45:20.939+01:00 Pretty cool and – eh wrong for my country: Germany. … Continue reading

Posted in Smalltalk | 5 Comments

VASmalltalk – Version 8.5.2 is out …

subject says it all. You get access to it via this page.

Posted in Smalltalk | Leave a comment

ICU: Initial source code for Squeak/Pharo.

After one week of learning Squeak/Pharo and NativeBoost I published the first (in development) version of my ICU wrapper based on my wrapper fro VASmalltalk. Its available at SqueakSource2. It also needs the source code from the MSK-OS-Interface, which gives … Continue reading

Posted in Smalltalk | Tagged , , , | Leave a comment

Working with Pharo 1.4/2.0 …

As I mentioned in my previous posting I at last have found now some time to do actually some “serious” work with Pharo. Here are some thoughts – just to write down my first impressions: Pharo 1.4 I do most … Continue reading

Posted in Smalltalk | Tagged , | 1 Comment

ICU under VASmalltalk and Squeak/Pharo

After we interviewed Igor Stasenko about NativeBoost – a FFI implementation for Pharo/Squeak I took a closer look at it and looked for projects testing it. I found two projects I actually would need in the future: 0MQ as a … Continue reading

Posted in Smalltalk | Tagged , , , , | Leave a comment

SmalltalkInspect – #019 Interview with Craig Latta

Just before the ESUG Joachim Tuchel talked with Craig Latta about his projects, which he will present at ESUG this week: Spoon.

Posted in Smalltalk | Leave a comment

Article about Smalltalk in c’t 19/2012

In the new issue of the computer magazine c’t (19/2012 Page 168ff) there is an introduction article about programming in Smalltalk.

Posted in Smalltalk | Tagged , , | 1 Comment