Friday, March 16, 2018

Pharo to Anki

Using Pharo to create Anki decks that help to deliberately practice Japanese grammar by visualizing.


Thursday, March 15, 2018

Instance inspection in Pharo

The Pharo Inspector on classes now has “instances” view. I added this a a few days ago and forgot to send a message to the list so anyone knows. Looks like I should blog more about my contributions again.

Wednesday, March 14, 2018

Tuesday, March 13, 2018

Pharo-sentry v0.2.2 releases

The unofficial Pharo SDK for Sentry error tracking platform from Peter is available with a new 0.2.2. release. Now with support for breadcrumbs and basic context.

Code is here:  https://github.com/peteruhnak/pharo-sentry

Feenk work on a Diagrammer for Pharo in Bloc

The Feenk team is working on on Diagrammer in Pharo. The idea is that developers should not have to leave the IDE - not even for drawing diagrams and they give a nice graphic preview on a more elaborate control of lines and figures in this tool with some screenshots on their twitter account.

 - Preview 1
 - Preview 2
 - Preview 3

This nicely shows what is already possible in Bloc.

Updated DiscordsSt for Pharo

A new version of DiscordsSt, An API wrapper for Discord written in Pharo

 https://github.com/JurajKubelka/DiscordSt

Wednesday, March 07, 2018

Clean and modular stateful traits for Pharo

Pharo 7 now integrated (beside many others) a special pull request (PR) to integrate a new version of Traits, this version includes the following features:

- Stateful Traits
- Modular implementation, it is loaded after bootstrap
- Cleaner interface
- Reducing duplicate methods as Traits extends from Class

Since Pharo also has Traits, Slots, MetaLinks, ClassAnnotations and other meta facilities it is a very nice lively system to also work on the metalevel and do metaprogramming.

Shortcuts in Settings tool

With the latest version of Commander and the new Calypso Code Browser, all shortcuts are
explorable and configurable.

SQLite Loadable Extensions for Pharo

Pierce implemented SQLite Loadable Extensions and you can find it in the UDBC repository.

Pharo Bitcoin's BIP39 mnemonic

Esteban Maringolo provides a simple implementation of Bitcoin's BIP39 mnemonic for Pharo

OSSubprocess - 64 bits support preview



The "OSSubprocess" project for Pharo now provides a preview on 64bits support

Tuesday, March 06, 2018