Tag: Pharo

Highlights from the Zürich Smalltalk Meetup November 10th 2023

Highlights from the Zürich Smalltalk Meetup November 10th 2023

On November 10th, 2023, the vibrant city of Zürich played host to a gathering of Smalltalk enthusiasts. Organized by the ever-dedicated Peter Ursprung, this fall’s meetup featured four talks that delved into the depths of Smalltalk’s versatility and its modern applications. To top it off, attendees had the pleasure of enjoying some fine wine, adding […]

Byte Magazine’s Legacy: Unraveling the Smalltalk-80 Revolution

Byte Magazine’s Legacy: Unraveling the Smalltalk-80 Revolution

In the dynamic realm of microcomputing, Byte Magazine emerged as a beacon of innovation during the late 1970s and throughout the 1980s. This influential publication not only chronicled the technological zeitgeist but also played a pivotal role in shaping it. Byte Magazine’s comprehensive editorial coverage became a cornerstone for tech enthusiasts, providing insights that resonated […]

Client-Server Application Development with PharoJS

Client-Server Application Development with PharoJS pharoJsClientServerTalk-PharoDays2022

PharoJS is a free open source infrastructure that allow developing and testing in Pharo applications that ultimately run on a Javascript interpreter. It is a general purpose solution that can target a wide range of applications, running in a web browser, on top of NodeJs or packaged in cross-platform mobile apps using some framework such […]

Mac OS X Bug and Workaround to Open a “file:” URL with Parameters from Command-Line

Mac OS X Bug and Workaround to Open a “file:” URL with Parameters from Command-Line

Testing the PLC3000 project requires opening HTML files by a web browser. Indeed, PLC3000 is developed using PharoJS. Its code is written in Pharo, before getting transpiled to JavaScript and exported to a JS files referenced by HTML files. Developing PLC3000 in a TDD fashion, I quickly faced an issue. I realized that it is […]

PharoJS ESUG 2019 Update

PharoJS ESUG 2019 Update PharoJS Talk at ESUG Smalltalk Conference

I gave a short presentation at the ESUG 2019 Smalltalk conference that was held this year in Cologne, Germany. In this talk, I made a summary of main PharoJS changes and improvements done during the last 12 months. This includes a more robust test framework to run and test Javascript  code generated from Pharo code. […]

Polygon-Based 2D SLAM for Robotic Exploration

Polygon-Based 2D SLAM for Robotic Exploration polygon-based SLAM algorithm for robotic exploration

Johann Dichtl successfully defended his PhD, that I’ve co-supervised with Luc Fabresse and Guillaume Lozenguez. The defense took place this tuesday July 2nd, 2019 morning. The jury members were: Prof. Ouiddad Labbani from Université de Limoges, Dr. Mikal Ziane, HdR, from Université Paris Descartes, and Dr. Laetitia Matignon from Université Claude Bernard, Lyon 1. Title […]

Observer Pattern Made Easy with Pharo Lightweight Observer

Observer Pattern Made Easy with Pharo Lightweight Observer Observer Design Pattern implementation in Pharo

Lightweight Observer is an alternative to Announcement, the default Pharo  implementation of the Observer Design Pattern. I started developing Lightweight Observer because I needed a small framework, with an implementation that can be easily converted to Javascript using PharoJS. I also wanted to be straight forward to use. I had in mind beginners such as […]

Farmers Market App: Find Fresh Locally Grown Food

Farmers Market App: Find Fresh Locally Grown Food farmers market pharojs mobile app

If you care both about the planet and your health, the Farmers Market app is for you! This app allows you to find nearby markets, where you can buy fresh food directly from farmers. Most of the produce are grown locally. This means less fuel for transportation. So, by buying locally grown food you contribute […]