. .

smalltalk

ZokuTalk

March 8, 2011 15:30:00.000

Peter William Lount has been working on Zokutalk as a side project for quite awhile - here's a code example to give you an idea as to what he's been up to.  If nothing else, it's a stab at a file based syntax for a Smalltalk-like language.

posted by James Robertson

 Share Tweet This

smalltalk

Build Automation

March 8, 2011 10:39:22.111

I've been continuing to work on build automation, because I've also been asked to refactor the package/bundle structure we use here (in order to create a cleaner separation between the various deliverables we produce out of the codebase). 

I've talked about the tools I've built for this before; what I did more recently was take the GUI focused tool I built and made it scriptable.  So instead of a few menu picks, listbox selections and button presses, it's now more like this:

 

BuildTool 
	generateFor: logicalName
	useSmartBundle: aBoolean 
	version: versionString 
	startWithImage: imageName

 

And that can be fired off via a batch file (this is Windows) - and that in turn could be automated via higher level tools - maybe I'll start investigating something like Hudson. It's coming together pretty nicely, and I can now kick off a complete build, starting from a base visual.im, and within 15 minutes have a development image and a runtime, ready to go.

posted by James Robertson

 Share Tweet This

smalltalk

Smalltalk in NYC

March 6, 2011 23:21:20.579

James Ladd will be at the NYC STUG on March 17th to talk about Redline Smalltalk:

Redline Smalltalk is Smalltalk for the Java Virtual Machine, because nothing is as productive as Smalltalk and the app has to run on the Java Virtual Machine. Redline compiles from source code directly to bytecode and is compatible with Pharo syntax. While Smalltalk on the JVM has been tried before there are some significant innovations coming with Redline, which will be detailed.

Follow the link for full details.

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

Marrying an Interpreter and a JIT

March 5, 2011 15:11:30.000

As always, Eliot is full of implemetation details on the ins and outs of "marrying" an interpreter and a JIT inside the same VM.

Technorati Tags: , ,

posted by James Robertson

 Share Tweet This

smalltalk

GLASS 1.0-beta.8.6 released

March 3, 2011 21:48:26.471

Dale Henreichs has announced the availability of the latest GLASS beta - to get started, go here.

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

Seaside Google Charts Updated for VA Smalltalk

March 2, 2011 21:33:58.335

Looks like Google Charts for Seaside has been updated for VA Smalltalk:

Yuri Vrancken ported the SeasideGoogle Chart library to VASmalltalk and published it at vastgoodies this port worked with 8.0 Beta, but has never been updated since that time. I took the code and make it work for me under 8.03 remove some system changes (to make the loading process easier and therefore broke the original code and made it perhaps not compatible with the original Squeak version).

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

JIT: How and Why

March 2, 2011 6:30:43.859

Eliot Miranda explains the hows and whys of writing a JIT for a language like Smalltalk.

Technorati Tags: , ,

posted by James Robertson

 Share Tweet This

smalltalk

ESUG 2011 Call for Contributions

March 1, 2011 19:07:52.334

I expect that ESUG 2011 will be beyond my personal budget, but boy - I'd love to visit Edinburgh. The important thing is this: it's time to get those speaking proposals in:

This call includes:

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

Silver Smalltalk Progresses

February 25, 2011 22:14:24.000

posted by James Robertson

 Share Tweet This

smalltalk

IWST Call for Participation

February 25, 2011 13:51:21.000

Spotted in Planet Squeak:

Alain Plaintec has published the call for papers for the International Workshop on Smalltalk Technologies which will be held on 23rd August during the ESUG 2011 conference in Edinburgh. The goal of the workshop is to “create a forum around advances or experience in Smalltalk and to trigger discussions and exchanges of ideas”.

Looks like you need to submit your proposals by June 17th, so you have plenty of time.

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

Previous Next (1107 total)