Pharo 10 Focuses On Stability
Monday, 18 April 2022

The latest version of Pharo, the open-source Smalltalk-inspired language and core library, has been released, with what the developers describe as a massive system cleanup that has gained speed, removed dead code, and removed old or deprecated frameworks including Glamour, GTTools, and Spec1.

Pharo is strongly object-oriented and everything in the Pharo language is an object. The language is dynamically typed; inheritance is simple; memory management is automatic via a garbage collector and its syntax is very simple and small. There's an enthusiastic collection of developers using Pharo, and the developers make regular commits and provide almost daily bug fixes. The language has a number of ways to interface with C, and there are Java and JavaScript libraries.

pharo

The environment enhancements are partially due to the move to Spec 2, which is a major release. Spec is a framework in Pharo for describing user interfaces, and the new version means that all layouts are now dynamic, and support more presenters - Pharo's term for the base “presenting” UI mechanism. The move to Spec 2 has also enabled the developers to clean up Pharo's APIs, and to remove the tools that were written in Spec 1 and that have now been rewritten in Spec 2. The Glamour and GTTools have been removed, as they were no longer maintained and their functionality has been incorporated into Spec 2.

Other tools that were created using the deprecated frameworks and have been rewritten include the Dependency Analyser, Critique Browser, and many other small utilities.

The developers say that "modularisation has made a leap", and that this has resulted in the creation of project descriptions for many internal systems.

Support has been removed for the old Bytecode sets, and embedded blocks have simplified the compiler and language core. This has reduced the image size by 10 percent.

The VM has also been improved, and offers better async I/O support, socket handling, and FFI ABI.

Pharo 10 is available now. 

pharo

More Information

Pharo Website

Related Articles

Pharo 7 Focuses On IoT

Pharo 6.0 Moves To 64-Bit

Pharo MOOC on FUN

Squeak 5.0 Released

Racket 6.2 Released

Pharo 3.0 Released 

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Redis Changes License, Rival Fork Launched
03/04/2024

The developers of Redis have announced that they are changing the licensing model for the database. From now on, all future versions of Redis will be released with source-available licenses rather tha [ ... ]



Falco On Track To Version 1.0.0
02/04/2024

Falco is a cloud native runtime security tool for the Linux operating system, designed to detect abnormal behavior and warn of potential security threats in real-time. Now it's about to release its fi [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 18 April 2022 )