Friday, April 29, 2016

ESUG 2016 Registration

Read more.

Aqueducts

Nice quote on Twitter:

"Every time I look at Smalltalk, I feel I know how Dark Age engineers must have felt looking at the Roman Aqueducts."

FullBlockClosureInstaller

In Pharo installing Kernel classes is far from trivial (the SlotClassBuilder raise error and one cannot modify the Kernel classes using the IDE).

This package from Clement allows to install the correct classes for the FullBlockClosure, and update everything so all the state is correct. Nice.

Smalltalk VM History

Did you notice that the commits from Eliot Miranda to the Squeak/Pharo/Cuis/Newspeak VMMaker packages follow a year pattern (1850, 1851, ...) and include not only a description of the changes but also what happened in the year corresponding to the commit number.

Wonder what happens when he reaches 2016 and following commits...

Wednesday, April 27, 2016

Genetic Algorithm for Pharo

A genetic algorithm implementation is available from the Pharo Catalog provided by Alexandre Bergel.

I helped Alexandre in providing the config for this. I like the package. His genetic algorithm code is nice and interesting - it allows to play with Genetic algorithms in the regular Smalltalk tools (workspace, inspectors, ...) and the package also provides Roassal visualizations for them. 
You definitely should check this package out. Code is on STHub.

Monday, April 25, 2016

Arff Generator in Pharo

Weka is a collection of machine learning algorithms for data mining tasks. Weka defines a format called "Arff" to be used for data importation. On GitHub you will now find an Arff generator written in Pharo.

Changing Pharo background picture

Want to style your Pharo image with a wallpaper image? Peter describes the possible options in detail.

JSON persistency with SQLite database in Pharo

as described by Pierce on his blog. Really nice!

Saturday, April 23, 2016

Scratch performance

Tim optimized Scratch for the Raspberry Pi ... now it runs much faster. Read more.

Monday, April 18, 2016

Algernon-Launcher for Squeak

Back from the days when I used Squeak there was a nice tool called "Algernon" which was a simple "type in search" tool. I used it very often.

Later in Pharo days such a tool was missing - but after a while the "Spotter" tool for Pharo was provided by the GT team based on the same idea.

The nice thing is that now also the Algernon code was updated for latest Squeak in a project called "Algernon-Launcher".

BTW: Spotter does not allow to evaluate the given text as expressions, but the tool is extendable and maybe should provide this Algernon feature by default as well.

Wednesday, April 06, 2016

Pharo Pomodoro (updated) - version 1.6

Updated the code of Pomodoro timer for Pharo 5 once again:

  • settings with custom start value and custom colors
  • better resizing behavior of the morph
  • pause/continue - start/restart possibility
  • default colors aligned with Pharo scheme
  • pause state in Pomodoro instead of Morph
  • separate core and tests in own packages
demonstrated in a new video:

New version of Mocketry 3.0

is available. Read more here.

MessageFlowBrowser updated for Pharo 5

I updated my MessageFlowBrowser for Pharo 5 and added a new video:

TDOOOP Slides from ETAPS 2016

Interesting Slides from Oscar Nierstrasz from an invited talk at European Joint Conferences on Theory and Practice of Software (ETAPS 2016) with the provocative title "The Death of Object-Oriented Programming" (TDOOOP)

 As meanwhile any technology claims to be object orientied (or object based) I would rather say

"OOP is dead long live REAL OOP (with Smalltalk and Pharo)"

Friday, April 01, 2016