Mark Derricutt's Disturbing Thoughts

smalltalk



How I Got Started in Software Development

Sunday, 20 July 2008 11:11 P GMT+12
Earlier in the week Nic Wise pinged me on the How I got started in software development meme, I'd been meaning to post my entry sooner but ended up getting sidetracked. How old were you when you started programming? Way way way back in the da

If Smalltalk is dead - why is it my most read post?

Tuesday, 1 July 2008 12:38 A GMT+12
Somehow I topped 2gb of traffic on the blog this month so I went in search of my stats, unfortunately I found nothing which highlighted any untoward usage, but I did find that my most read blog post is for that dead language Smalltalk: If Smalltalk

A Little Head Trauma...: Returning None is Evil

Thursday, 22 November 2007 2:59 P GMT+12
Via Cedric's blog I came upon Marty Alchin's post on the perils of returning None or Null from your methods: That is, of course, until you try to use your shiny, newly-retrieved object. Java then falls over itself and dies a horrifically painful d

The Power of Smalltalk IDE's

Sunday, 11 December 2005 5:46 P GMT+12
So it seems that every man and his dog is commenting on the power of Smalltalk IDEs in response to Cedric's interview with Vanguard Technologies.Now I'll admit that Cedric is partially wrong, and that all the Smalltalkers are right, Blaine Buxton wri

Dolphin Smalltalk 6 now available!

Wednesday, 23 November 2005 12:41 P GMT+12
Congrats to the boys and girls at Object Arts for the release of Dolphin Smalltalk 6 - and special congratulations for a full swath of documentation.Now where was that purchase request form?

Planet Smalltalk

Monday, 7 February 2005 7:43 P GMT+12
Just came across Planet Smalltalk ( rss feed ) - a good common phone for all blogs Smalltalk ( which seem to be popping up all over the place now ).

Smalltalk - Self Modifying code

Friday, 3 December 2004 3:48 P GMT+12
In this wee Smalltalk application I'm writing I'm pulling out the version number to use as a custom header in SMTP messages, it's a small thing, but the code I was using was:SessionManager current versionInfo productVersionStringWhich is all well and

Dear Java, I need closure....

Thursday, 25 November 2004 11:59 P GMT+12
I'm sitting here having on of those "enlightened" moments when you suddenly grok the power of something, in this case its closures/blocks. I've been loving the power and flexability Smalltalk's blocks provide for sometime now, and whilst J

Re: Unit tests, Refactoring not Edit and Continue

Wednesday, 20 October 2004 3:36 P GMT+12
As with everyone in the blogging world I noticed all the announcements over the new "Edit & Continue" functionality in C#, Sam Gentile's says: As a C# MVP, I am obligated to tell you that Edit & Continue is in C# now in this build regardless of my

BottomFeeder withStyle

Monday, 27 September 2004 2:25 P GMT+12
James Robertson recently updated the development versions of BottomFeeder with WithStyle as the browsing component - mixing this with a customized stylesheet and you've got a whole new blogging experience... My hat goes off to James and Michae

Dolphin XMPP Message Sending

Monday, 27 September 2004 12:00 A GMT+12
I'm starting to get something of a more working/functional set of classes to drive XMPP/Jabber from Dolphin Smalltalk. Now at the point that I need to think about HOW I want to use XMPP from Dolphin; how the API should look and be used. From a fr

GNU Smalltalk gets a GTK Browser...

Tuesday, 14 September 2004 4:13 P GMT+12
Via Bruce Badger in #smalltalk, I find a screenshot Robert Collins work on a GTK/Blox based browser for GNU Smalltalk. Damm thats looking nice, I'll definitely keep an eye on this project...

Small sockets - posting to usenet in Dolphin Smalltalk

Monday, 6 September 2004 10:34 P GMT+12
The other day someone in comp.lang.smalltalk.dolphin posted asking about sockets and "direct access to the internet" in Dolphin Smalltalk. Frankly, I still have no idea exactly what he was asking, but the subject at least made sense: "Newsgroup po

Dolphin XMPP

Wednesday, 18 August 2004 11:10 P GMT+12
So whats a self respecting jabber geek to do with a new development environment and language, and a desire to import his roster into a simple messaging application he's working on? Write a library of course! It was only a few years ago when every

An Introduction to Smalltalk Syntax

Monday, 2 August 2004 10:44 A GMT+12
Spotted in Cincom Smalltalk Blogs I thought people might find it useful to have a random introduction to Smalltalk syntax. It's not as hard as it seems, but it does take a while to get your head around it. So, lets start with the basics. M

Smalltalk: Agile yet Brittle

Wednesday, 28 July 2004 11:59 P GMT+12
So I was standing there in the shower and the thought struck me to give this Smalltalk thing another go, it was more the "damnit - I want to at least do SOMETHING in it before I write it off" so I sit down at the PC and load up Visual Works, check th