. .

smalltalk

Running Dolphin on OS X

4 October 2011 8:16:23 PM

The Object-Arts people have put up a very detailed post on the subject, and some videos.

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

GNU Smalltalk on OS X

2 October 2011 10:04:14 AM

Tony Garnock-Jones has a build of GNU Smalltalk for OS X.

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

PetitParser Tutorials

30 September 2011 8:51:59 AM

PetitParser tutorials - video and slides - are available now.

posted by James Robertson

 Share Tweet This

smalltalk

New Evaluation License for Cincom Smalltalk

28 September 2011 10:45:06 AM

Cincom has updated the license for the download versions of VisualWorks and ObjectStudio - it seems to be a lot more reasonable than earlier drafts that were up on the site. More importantly, the license that comes with the download now matches what you'll find on the site, so there's no confusion as to what the terms are. Check it out.

Technorati Tags:

posted by James Robertson

 Share Tweet This

smalltalk

Coral Scripting

27 September 2011 9:03:15 AM

Pharo based scripting is coming along:

Coral makes it possible to write shell scripts with Pharo. It’s actually several parts:

  • A wrapper shell script
    • To seamlessly invoke the VM from the command line.
  • A tiny syntax extension
    • Smalltalk has no syntax to declare classes and methods outside of the code browser. Coral’s syntax extension allows to declare classes, methods, and to evaluate code, all in a simple text file.
  • A lighter, prepared image
    • The Coral image is configured to launch quickly, without a graphical interface, and is preloaded with packages useful for scripting, like access to the system’s filesystem and processes.

If you follow the link, there's a video as well

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

More ESUG 2011 Video

26 September 2011 8:38:56 PM

Some of the videos from Monday, August 22 have been posted.

Technorati Tags:

posted by James Robertson

 Share Tweet This

smalltalk

ESUG Videos on YouTube

26 September 2011 2:32:23 PM

The ESUG folks are getting their videos posted to YouTube.

Technorati Tags:

posted by James Robertson

 Share Tweet This

smalltalk

Updated Glorp for Pharo

26 September 2011 8:30:44 AM

You'll want to grab Pharo 1.3, and then do this to load the latest:


Gofer it
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfGlorpDBX';
    load.
    
(((Smalltalk at: #ConfigurationOfGlorpDBX) perform: #project) perform: #version: with: #stable) load

Looks like a lot of work went into that in order to update Glorp for Pharo to the latest code being used in VisualWorks - great job!

Technorati Tags: , ,

posted by James Robertson

 Share Tweet This

smalltalk

Don't make objects that end with 'er'

23 September 2011 11:44:55 PM

Travis has some interesting thoughts on how we should make objects

posted by James Robertson

 Share Tweet This

smalltalk

Fast Package Loading for Pharo

23 September 2011 9:50:11 AM

Via Torsten:

Mariano is working on fast package loading for Pharo using Fuel. Impressive: 7 seconds for loading Seaside - he will report soon on his blog.

Sounds like the same idea as Parcels for VisualWorks.

posted by James Robertson

 Share Tweet This

Previous Next (1106 total)