Sunday, May 22, 2016

Saturday, May 21, 2016

HashIds

Generate short unique ids from integers also for Smalltalk. Read more

Friday, May 20, 2016

OpenSmalltalk virtual machine repo

The virtual machine used for open source Smalltalks like Squeak and Pharo is now moved from Subversion to GitHub.

Read about the details.

TokyoDB

I did not know yet about this project from Esteban:

TokyoDB is a Pharo wrapper for Tokyo Cabinet.

Wednesday, May 18, 2016

Tuesday, May 17, 2016

Thursday, May 12, 2016

Sunday, May 08, 2016

Seaside 3.2.0

Seaside 3.2.0 is now final

Changing source code from tests

Nice article on changing source code from tests.

Parasol

Parasol is a Pharo Smalltalk framework to automate web browsers. It's particularly useful to write automated tests for Seaside web applications. Its design and implementation are based on the Java Selenium WebDriver API.