For those interested, we are organizing monthly Pharo sprints in Lille, in the Inria Research Center every last friday of the month! Tell us if you would like to come! What’s a Pharo Sprint? Imagine coding in something fun. And having cookies. Pair-programming with a guy that does something completely different than you in yourContinue reading “Next Pharo Sprints @ Lille”
Monthly Archives: September 2023
Pharo @ ESUG’23
The yearly European Smalltalk User Group conference happened last week in Lyon, France.Unofficial numbers tells it had more than 80 participants, and we had met with lots of people we hadn’t seen for years!We are slowly recovering from COVID 🙂 Of course, you can find the full conference info and schedule in here: https://esug.github.io/2023-Conference/agenda/agenda.html.However, theContinue reading “Pharo @ ESUG’23”
Writing benchmarks with SMark
Introduction SMark is a benchmarking framework for Pharo written originally by Stefan Marr. It serves as an essential tool for Pharo developers, enabling them to benchmark their code, identify performance bottlenecks, and make informed decisions to enhance their software’s efficiency. It is composed of four main components: A Suite (which represents the benchmarks), a RunnerContinue reading “Writing benchmarks with SMark”