- books.pharo.org version from March 24, 2019
- Archive ouverte HAL version from August 12, 2019
- Travis CI build with latest version
Monday, October 28, 2019
Pharo with Style
Pharo with Style explains the difference between code that runs and code that talks to the reader. Found the book on several places:
Rotten Green Tests
Rotten Green Tests explained
There is also a paper called "Rotten Green Tests A First Analysis"
There is also a paper called "Rotten Green Tests A First Analysis"
Pharo Bootstrapping Challenges
In the beginning of the year 2019 I already wrote that Pharo is able to bootstrap the image. This is based on the Pharo Bootstrap project from Guille and already used in the Pharo Bootstrap process itself to form images like Pharo 7 and Pharo 8 for the releases.
If you look in the Pharo project repository you will find a bootstrap folder with the code that is used to bootstrap the standard pharo image if you are interested.
But sometimes you want to build and bootstrap an own fully custom image. There are new tools helping you to do this like the nice Pharo Bootstrapper project. This project allows you to use Pharo build small images and bootstrap own Smalltalk systems if you like.
I can also recommend to read the paper: "Challenges in Debugging Bootstraps of ReflectiveKernels"
If you look in the Pharo project repository you will find a bootstrap folder with the code that is used to bootstrap the standard pharo image if you are interested.
But sometimes you want to build and bootstrap an own fully custom image. There are new tools helping you to do this like the nice Pharo Bootstrapper project. This project allows you to use Pharo build small images and bootstrap own Smalltalk systems if you like.
I can also recommend to read the paper: "Challenges in Debugging Bootstraps of ReflectiveKernels"
Sindarin - advanced debugging in Pharo
Sindarin: is a Versatile Scripting API for the PharoDebugger. Watch the videos below from ESUG 2019 or read the following working paper.
Wednesday, August 21, 2019
Pharo Headless - Beta
An early preview - but you can already get real headless vm and image from zero-conf and play with it. This is work from the Pharo Consortium Team from the last couple of
months.
Some interesting features:
If you want to try it out check the headless branch within the OpenSmalltalk VM repository:
There is also a Continuous integration (CI) job available.
Read the full announcement.
Some interesting features:
- Image handles creation of main world - so the Pharo world instantiation and handling is even more shifted to the image side - allows to play with new ideas on world and window creation This will provide more backends: the regular VM support (compatibility with non-headless VMs), and OSWindow with two additional backends: SDL and GTK3+ (implemented using UFFI calls)
- Handling of events on the image side - which will hopefull allow for better event handling as we can process events directly within the image and not the VM
- VMMaker code migrated to Tonel and update on VMMaker to execute in Pharo 7 and 8 - this allows for easier VM building of the Pharo virtual machine (which is based on OpenSmalltalk VM)
- Removing GPL code from the VM repository - to be more license clean
If you want to try it out check the headless branch within the OpenSmalltalk VM repository:
https://github.com/pharo-project/opensmalltalk-vm
There is also a Continuous integration (CI) job available.
Read the full announcement.
Pharo bindings to the LLVM disassembler and Unicorn library
Guille Polito wrote bindings to the LLVM disassembler and Pharo bindings to the Unicorn library. Both projects are available on GitHub:
https://github.com/guillep/pharo-llvmDisassembler
https://github.com/guillep/pharo-unicorn
This should allow for better machine code simulation directly within Pharo.
https://github.com/guillep/pharo-llvmDisassembler
https://github.com/guillep/pharo-unicorn
This should allow for better machine code simulation directly within Pharo.
Spec2
The UI framework in Pharo receives an update. Spec2 will replace Spec over time - it is already included within upcoming Pharo 8 (which is still in development). Both run in parallel to ease migration.
Source code is also on GitHub: https://github.com/pharo-spec/Spec
It is possible to load Spec2 into latest Pharo release - Pharo 7. You will find a script on the project page. Some early documentation on Spec2 is already available as PDF booklet - but as the framework itself work in progress.
Spec2 will also allow for a binding to other backends like Gtk (which is based on Mars project from Esteban):
https://github.com/pharo-spec/mars-gtk
Source code is also on GitHub: https://github.com/pharo-spec/Spec
It is possible to load Spec2 into latest Pharo release - Pharo 7. You will find a script on the project page. Some early documentation on Spec2 is already available as PDF booklet - but as the framework itself work in progress.
Spec2 will also allow for a binding to other backends like Gtk (which is based on Mars project from Esteban):
https://github.com/pharo-spec/mars-gtk
Booklet - Testing in Pharo
An upcoming new booklet for Pharo. It is about "Testing in Pharo" including SUnit, DrTest and other. Still work in progress but PDF is already here
Event Music Manager for Pharo - ESUG2019.
The project Event Music Manager (EMM) for Pharo from BenoƮt Verhaeghe allows us to play with music and video in Pharo. It will also be shown on ESUG 2019 conference.
Source code is available on GitHub: https://github.com/badetitou/EMM
It uses Seaside web framework and a special UFFI binding to the VLC lib which is also available on GitHub;
https://github.com/badetitou/Pharo-LibVLC
VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols.
Go check the trailer:
Source code is available on GitHub: https://github.com/badetitou/EMM
It uses Seaside web framework and a special UFFI binding to the VLC lib which is also available on GitHub;
https://github.com/badetitou/Pharo-LibVLC
VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols.
Go check the trailer:
GistBrowser for Pharo
There is a nice GistBrowser for Pharo - now also including Gist Press support.
Code is on GitHub:
https://github.com/brackendev/GistBrowser-Pharo
Code is on GitHub:
https://github.com/brackendev/GistBrowser-Pharo
Pharo Chip Designer
Pavel released a new project: Pharo Chip Designer - a Silicon chip layout design game written in Pharo
Code is on GitHub:
https://github.com/pavel-krivanek/PharoChipDesigner
Sample Video is here:
https://github.com/pavel-krivanek/PharoChipDesigner
Sample Video is here:
Woden 3D engine for Pharo - ESUG 2019 Demo
ESUG 2019 conference is ahead and Ronie Salgado is preparing a demo of his 3D engine Woden - written in Pharo.
Spider
The page http://vastgoodies.com allows to browse VAST ENVY goodies.
The "Spider" project from Jan van de Sandt (http://github.com/jvdsandt/spider) seems to allow similar but for the ST source graph of git and MC projects. Work in progress - but nice example for P3/Glorp, Seaside and Pharo usage if you have a deeper look at the code. Nice!
The "Spider" project from Jan van de Sandt (http://github.com/jvdsandt/spider) seems to allow similar but for the ST source graph of git and MC projects. Work in progress - but nice example for P3/Glorp, Seaside and Pharo usage if you have a deeper look at the code. Nice!
Thursday, July 04, 2019
PolySLAM and Pharo
PolySLAM (Polygon based Simultaneous Localization And Mapping) is a solution for multi-robot exploration of indoor environments.
Pharo Smalltalk was used to implement and simulate it.
Read more here or watch the video:
Pharo Smalltalk was used to implement and simulate it.
Read more here or watch the video:
Smalltalk and the largest MIDI instrument
Mariano has a nice story on using Smalltalk to control the largest MIDI instrument of the world. Nice and well done.
Smalltalk always rocks!
Smalltalk always rocks!
Pharo Compiler: add the concept of a Production Environment
In Pharo so far the Compiler compiled into instances of class CompiledMethod. Now, there might be the case that the result of the compiler (the compiledMethod) should not be an instance of the class CompiledMethod from the environment in which we compile, but from some other environment.
The Pharo compiler is now able to support that as Marcus explains here.
This is more flexible and should allow for cross compiling locally or into remote environments. One could use it to build up a new environment within the existing one, ...
Nice!
The Pharo compiler is now able to support that as Marcus explains here.
This is more flexible and should allow for cross compiling locally or into remote environments. One could use it to build up a new environment within the existing one, ...
Nice!
Wednesday, July 03, 2019
Telemon: Pharo and TIG
Pierce has two interesting blogposts:
He implemented Telemon - a Pharo package that allows producing Pharo VM and application-specific metrics compatible with the Telegraf HTTP input plugin
Sunday, June 30, 2019
Revealing ALLSTOCKER
Allstocker (https://allstocker.com) is one of the success stories of Pharo.
There is a presentation prepared for "Smalltalk Day Japan 2019" revealing some infos on how Pharo and other technologies are used.
Friday, June 28, 2019
Seaside 3.3.4 released
Seaside 3.3.4 was released this morning, for details see https://github.com/SeasideSt/Seaside/releases/tag/v3.3.4
Monday, June 24, 2019
Progress with Pharo Code Completion [June]
Myroslava is reporting about her progress with Pharo Code Completion in a June Medium Article
New PetitParser minor release (v2.2.0)
Read more here and check the project on https://github.com/moosetechnology/PetitParser
Friday, June 14, 2019
Observer Pattern in Pharo
Read more here. Code is on github in https://github.com/bouraqadi/PharoMisc
Thursday, June 13, 2019
Event Music Manager in Pharo and Seaside
BenoƮt Verhaeghe experimented with Pharo, Seaside and MP3 playing on Linux using LibMPEG3.
Result can be seen here: https://twitter.com/badetitou/status/1139261925722902536
Code is on GitHub: https://github.com/badetitou/EMM
Code is on GitHub: https://github.com/badetitou/EMM
Sunday, June 02, 2019
Thursday, April 25, 2019
Madrid Smalltalk User Group Meeting on Pharo - 29. April 2019
Nueva reuniĆ³n del meetup de Madrid Smalltalk el lunes 29/4: "Taller sobre Moldable Development en Pharo". Read more here
Tuesday, April 23, 2019
Type Checking Pharo methods
Manuel Leuenberger reported that he improved performance on his type checker for GT Tools.
Code is here: https://github.com/maenu/gtoolkit-contribution-typer
I wonder if it would work also without GT / Bloc / Brick and could be used already in a standard out of the box Pharo image...
Code is here: https://github.com/maenu/gtoolkit-contribution-typer
I wonder if it would work also without GT / Bloc / Brick and could be used already in a standard out of the box Pharo image...
Geranium
Geranium is an Energy consumption simulator for participatory modelling and decision making, taking into account: urban, social and micro-climate data.
It is written in Pharo available on github on
https://github.com/npapoylias/Geranium
They are currently looking for a Pharo Developer for 4 months, based in La Rochelle France. Check the jobs channel on Pharo Discord if you are interested. Or check here.
https://github.com/npapoylias/Geranium
They are currently looking for a Pharo Developer for 4 months, based in La Rochelle France. Check the jobs channel on Pharo Discord if you are interested. Or check here.
Thursday, April 18, 2019
Pharo and native UIs - from Mars to Spec
Pharo 7 (beside many other features) was focused on being able to bootstrap an image right from the source as well as the transition to using git.
Also stabilizing Iceberg tool with Git binding to have an improved source code management and give Pharo and its source code more exposure to the outside non-Smalltalk world.
Now Pharo 8 (which is currently in development) will focus on an updated version of Spec called "Spec 2.0". To build abstractions and prove that other backends (beside Morphic) could be used there is a plan to have a GTK binding as a second backend. This goes back to the old "Mars" project from Esteban - a native user interface framework which aimed to bring the native UI into Pharo. If I remember correctly back at the time it used an ObjectiveC Bridge.
This was already discussed on PharoDays 2019 and now Esteban gives some more detailed infos about the background on the Pharo mailinglist.
Now Pharo 8 (which is currently in development) will focus on an updated version of Spec called "Spec 2.0". To build abstractions and prove that other backends (beside Morphic) could be used there is a plan to have a GTK binding as a second backend. This goes back to the old "Mars" project from Esteban - a native user interface framework which aimed to bring the native UI into Pharo. If I remember correctly back at the time it used an ObjectiveC Bridge.
This was already discussed on PharoDays 2019 and now Esteban gives some more detailed infos about the background on the Pharo mailinglist.
Wednesday, April 17, 2019
Workflow engine written in Pharo
In 2017 Netstyle open sourced a workflow engine for Pharo. I reported about this here.
Now in 2019 there is another Workflow engine written in Pharo from Sebastijan Kaplar:
https://github.com/skaplar/NewWave
Still in early development. But you can also join if you like
Now in 2019 there is another Workflow engine written in Pharo from Sebastijan Kaplar:
https://github.com/skaplar/NewWave
Still in early development. But you can also join if you like
Data Analysis of UCI Heart Disease Dataset using Pharo
Data Analysis of UCI Heart Disease Dataset using Pharo - a short tutorial by Dhanya Sreekumar
Tuesday, April 16, 2019
Why I Talk About Smalltalk Even Though I’m Working in Java
Interesting medium.com article from Andrew Glynn called "Why I Talk About Smalltalk Even Though I’m Working in Java"
Thursday, April 11, 2019
Hunter: a JavaScript reengineering platform based on Pharo
Hunter: a JavaScript reengineering platform based on Pharo is available on
https://github.com/dorellang/hunter
https://github.com/dorellang/hunter
Wednesday, April 10, 2019
Pharo language track on exercism.io
An exercism.io language track for Pharo can be found here: https://exercism.io/my/tracks/pharo-smalltalk
Pharo DataFrame v2.0
Pharo DataFrame release v2.0 is available:
https://github.com/PolyMathOrg/DataFrame/releases/tag/v2.0
Read here what it can do for you.
https://github.com/PolyMathOrg/DataFrame/releases/tag/v2.0
Read here what it can do for you.
Pharo graphics using Roassal
Milton shows some nice graphics examples on his twitter stream (using Pharo and Roassal):
https://twitter.com/akevalion
https://twitter.com/akevalion
Pharo Newsletter April 2019
Pharo Newsletters for each month are available at: http://newsletter.pharo.org
Debugger driven development in Pharo
Some work Vincent Blondeau and Stephan Eggermont have been doing on the Taskbar have inspired Stephan me to make some screencasts showing how to do debugger driven development, and take the first steps towards refactoring the TaskBarMorph in Pharo, driven by tests.
- Part 1 https://vimeo.com/329317634
- Part 2 https://vimeo.com/329368348
Friday, March 29, 2019
ComputedSlots in Pharo
In Pharo 8 it is now possible to use ComputedSlots. Beside the regular instance variable (slots) we add a computed slot with a block.
Let's assume I would like to implement a Person class with a name and firstName but also get a fullName.
so when you test
it would return the full name 'Douglas Adams'.
When you now add an additional class side method #firstName:name: like
you can simply write with our small english like DSL:
to get the same result.
For sure we could have implement the getter method #fullName like this:
to achieve the same - but a computed slot shows up really in the inspector as if it would be a real variable and is recomputed if you for instance would change the name or firstName.
Let's assume I would like to implement a Person class with a name and firstName but also get a fullName.
Object subclass: #Person slots: { #name. #firstName. #fullName => ComputedSlot with: [ :obj | obj firstName asString , ' ' , obj name asString ] } classVariables: { } package: 'Simple-Example'
so when you test
|p| p := Person new. p name: 'Adams'. p firstName: 'Douglas'. p fullName
it would return the full name 'Douglas Adams'.
When you now add an additional class side method #firstName:name: like
firstName: firstName lastName: lastName ^(self new) firstName: firstName; name: lastName; yourself
you can simply write with our small english like DSL:
(Person firstName: 'Douglas' lastName: 'Adams') fullName
to get the same result.
For sure we could have implement the getter method #fullName like this:
fullName ^self firstName asString , ' ' , self name asString
to achieve the same - but a computed slot shows up really in the inspector as if it would be a real variable and is recomputed if you for instance would change the name or firstName.
Thursday, February 28, 2019
Friday, February 15, 2019
Thursday, February 14, 2019
Wednesday, February 13, 2019
P3 V1.2 - PostgreSQL client for Pharo
A new release 1.2 of P3, the modern, lean and mean PostgreSQL client for Pharo.
ObservableSlots for Pharo
A language extension for Pharo to have slots that announce changes. This is useful expecially in UI projects.
https://github.com/guillep/ObservableSlots
https://github.com/guillep/ObservableSlots
The computational notebook of the future
This screencast shows an idea of how computational notebooks should work in the future. For pointers to the technologies being used, see the accompanying blog post
Tuesday, January 22, 2019
TravisCI and Smalltalk
SmalltalkCI was integrated with Travis. To set up continuous integration for your Smalltalk project, you need a .travis.yml and a .ston configuration file for SmalltalkCI. It is easy to setup and works great in many Squeak and Pharo projects already.
Read the docu for more.
Pharo 7.0 released
Smalltalk systems influenced computing like no other technology in the world. You will find many of its ideas in all modern software systems ranging from graphical user interfaces up to mobile devices.
With Pharo-Project we continue with this tradition to provide an inspiring lively object-oriented system but also move Smalltalks ideas to the next level.
Today is the day we release Pharo 7.0 into the wild and again as a free open source gift to the world.
This is yet another major step towards a brighter future for dynamic development approaches. Pharo 7.0 was realized by a worldwide community of 75 people - taking us over one year of distributed development.
Pharo advanced on many sides. Now we can fully bootstrap into a custom image - including Slots, Metalinks and other meta facilities. New books and tutorials were written about it, it is used in web development, IoT and other. It's already a business driver for several companies worldwide with a growing number of users.
2142 issues solved in general - 762 commits done from my side (astares) alone. Mostly trivial stuff but each still important to cleanup and form a well structured core. Dont know if I could be proud to have climbed to the top in github contribution statistics in this release - personally I will remember the PR's primary as 762 times fighting with the CI infrastructure ;)
Pharo 8 work already started now ... so come in - the water is just fine. Step by step it goes...
With Pharo-Project we continue with this tradition to provide an inspiring lively object-oriented system but also move Smalltalks ideas to the next level.
Today is the day we release Pharo 7.0 into the wild and again as a free open source gift to the world.
This is yet another major step towards a brighter future for dynamic development approaches. Pharo 7.0 was realized by a worldwide community of 75 people - taking us over one year of distributed development.
Pharo advanced on many sides. Now we can fully bootstrap into a custom image - including Slots, Metalinks and other meta facilities. New books and tutorials were written about it, it is used in web development, IoT and other. It's already a business driver for several companies worldwide with a growing number of users.
2142 issues solved in general - 762 commits done from my side (astares) alone. Mostly trivial stuff but each still important to cleanup and form a well structured core. Dont know if I could be proud to have climbed to the top in github contribution statistics in this release - personally I will remember the PR's primary as 762 times fighting with the CI infrastructure ;)
Pharo 8 work already started now ... so come in - the water is just fine. Step by step it goes...
Subscribe to:
Posts (Atom)