Smalltalk-Inspired Pharo 8.0 Released
Written by Kay Ewbank   
Friday, 24 January 2020

The latest version of Pharo, the open-source language and core library following in the tradition of Smalltalk, has been released. It brings several new tools in preview, updated git clients and system browsers, and a move to the 64-bit version as the recommended version for Windows.

 

pharo

Pharo is based on thus general concepts of Smalltalk. Thuss it 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.

The first change of note in Pharo 8 is the move to 64-bit as the recommended version for Windows - it already was the main version for Unix and OSX. Iceberg, the git client for Pharo, has also been improved in this release, with better management of projects and repositories management, improved merging, and  faster loading and comparison for projects with big packages.

Calypso, Pharo’s system browser has also been improved, with new and better refactoring integrations and AST-based suggestions for class definitions. The unified foreign function interface (UnifiedFFI) has also been improved with more support for literal objects, better type coercions, and more documentation.

One improvement that hasn't fully made it into this release, though it is included in preview, is the Spec2 GUI framework. When Spec 2 is fully supported, it will be suitable for running on top  of GtK 3, meaning Pharo will have support for native widgets on all supported platforms, providing Pharo developers with the ability to create apps with a native look and feel. Another tool included in preview is the new DrTests test analysis tool. The developers say the new release also opens the door for the upcoming headless VMs for servers and non-blocking FFI.

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


Huawei Intends To Challenge iOS and Android
24/04/2024

Huawei has just changed its mind and decided to push its HarmonyOS to the rest of the world. A challenger to iOS and Android would be nice, but it is possible?



Google Reduces Support For Python, Dart And Flutter
01/05/2024

There are many reports that Google has removed people from its Python, Dart and Flutter teams and possibly more. What does this say about relying on Google as a source of technology for your projects? [ ... ]


More News

raspberry pi books

 

Comments




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

Last Updated ( Friday, 24 January 2020 )