Monday, July 24, 2017

Pharo 6.1 released

New image and new VM for better Git support. Read more.

Thursday, July 20, 2017

Sista Open Alpha

The Cog VM already made a huge difference in performance for the OpenSmalltalk VM shared by Squeak, Pharo, Cuis and Newspeak. But now Sista - the optimizing JIT is getting open alpha and it looks good to increase performance even more. Read here.

Tuesday, July 18, 2017

RedditSt20

Pierce extended Sven's excellent "Reddit.st in 10 elegant classes" with even more. Read more.

Saturday, July 15, 2017

PharoLambda

PharoLambda is a simple example and GitLab build script for deploying a minimal Pharo Smalltalk image/vm to AWS Lambda.

Friday, July 14, 2017

Teapot: Web Programming Made Easy

Nice article on how to write a web application with Pharos Teapot framework.

Iceberg 0.5

A new release of Iceberg for Pharo is available to work with Git.

CORA

An add in for Pharos Quality assistant. Read more

Quuve

Debris Publishing have a new version of Quuve - an investment management platform written in Pharo and Seaside#. It is another success story and another example of "things people built with Smalltalk". They use my Twitter Bootstrap for Seaside project. Reminds me that I wanted to updated the project if my spare time permits. Full video demo is here.

Tuesday, July 04, 2017

P3, a modern, lean and mean PostgreSQL client for Pharo

P3 is a modern, lean and mean PostgreSQL client for Pharo provided by Sven. P3Client uses frontend/backend protocol 3.0 (PostgreSQL version 7.4 [2003] and later). Read the announcement here and check the source code here.

Monday, July 03, 2017

Moldable Debugger in Pharo

Pharo has a moldable debugger built in. So you can even customize the debugging experience for own needs. Look at this debugger for formal specs for an example:

 

VerStix

A new project to connect Pharo images to various services/languages in a reactive way via Vert.x. Vert.x TCP EventBus Bridge client for Pharo Smalltalk.

You can interact with various vert.x components (Web, Auth, DB, MQ, etc) via EventBus. Code is on GitHub