Pharo
From Wikipedia, the free encyclopedia
From Wikipedia, the free encyclopedia
Pharo is a cross-platform implementation of the classic Smalltalk-80 programming language and runtime system.[3] It is based on the OpenSmalltalk virtual machine (VM) named Cog,[4][5][6][7]: 16 which evaluates a dynamic, reflective, and object-oriented programming language with a syntax closely resembling Smalltalk-80. It is free and open-source software, released under a mix of MIT, and Apache 2 licenses.
Paradigm | object-oriented |
---|---|
Family | Smalltalk: Squeak |
Developer | Pharo community |
First appeared | March 2008 |
Stable release | |
Typing discipline | dynamic |
Implementation language | Smalltalk |
Platform | ARM, IA-32, x86-64 |
OS | Windows, Linux, macOS, others |
License | MIT, partly Apache 2.0[2] |
Website | pharo |
Influenced by | |
Smalltalk (Squeak) |
Pharo is shipped with source code compiled into a system image that contains all software needed to run Pharo.[7]: 16 Like the original Smalltalk-80, Pharo provides several live programming features such as immediate object manipulation, live updates, and just-in-time compilation (JIT). The system image includes an integrated development environment (IDE) to modify its components.
Pharo was forked from Squeak v3.9 in March of 2008.[8][3][7][7]: 10 [9]
Pharo is a pure object-oriented, dynamically typed, and reflective language. The stated project goal is to revisit Smalltalk design and enhance it.
The name Pharo comes from the French word "phare" (French pronunciation: [faʁ]) which means lighthouse. This is why the Pharo logo shows a drawing of a lighthouse inside the final letter O of the name.
Pharo is based on general concepts of Smalltalk but seeks to improve on them, so does not limit itself to them. The basic syntax of the language has a close resemblance to Smalltalk. However, the way classes are defined in Pharo differs from other Smalltalk dialects.[how?]
The Pharo syntax is based on Smalltalk-80 language syntax with several extensions. Some of these are common among modern Smalltalk dialects.
{1. 2. 1+2}
#[1 2 3 4]
3.14s2
<gtInspectorPresentationOrder: 30>
The Pharo language syntax is supposed to be very simple and minimalist. The basic language elements are often presented on one postcard as a showcase for the language's brevity. The grammar is classified as LL(1).
The language grammar does not specify directly how the code should be stored in files. Pharo uses Tonel as the preferred code serializing format.
Pharo emerged as a fork of Squeak, an open-source Smalltalk environment created by the original Smalltalk-80 team (Dan Ingalls and Alan Kay). Pharo was created by S. Ducasse and M. Denker in March 2008. It focuses on modern software engineering and development techniques.[citation needed] Pharo is supported by the Pharo consortium (for legal entities) and the Pharo association for physical persons .
Pharo version | Release date | Major features |
---|---|---|
March 16, 2008[10] | Fork of Squeak environment | |
1.0 | April 15, 2010 | real closures, EToys and MVC removed |
1.1 | July 26, 2010 | Cog JIT VM, Settings framework |
1.2 | March 29, 2011 | new Finder, Recent changes tool, improved Help, better themes |
1.3 | August 2011 | Zinc, headless images |
1.4 | April 2012[11] | Ring metamodel, better code simulator |
2.0 | March 18, 2013[12] | browser improvements, QA tools, Fuel serializer, better files API |
3.0 | April 2014[13] | new modular compiler (Opal) and debugger, continuations |
4.0 | April 2015[14] | GTools, slots |
5.0 | May 2016[15] | Spur VM, UFFI, improved reflectivity |
6.0 | 6 June, 2017[16] | 64-bit and Git support |
6.1 | 24 July, 2017[17] | improved Git support |
7.0 | 22 January, 2019[18] | bootstrapping, new code browser (Calypso), stateful traits |
8.0 | 20 January, 2020[19] | improved support of Git, testing, refactoring and Windows |
9.0 | 15 July, 2021[20] | GTK3 support, object-centric debugger and inspector, refactorings, official ARM VMs |
10.0 | 5 April, 2022[21] | Cleanups, modularization, many rewritten and improved tools |
11.0 | 11 May, 2023[22] | Ephemerons, SIMD, more efficient closures, improved tools |
12.0 | 26 May, 2024[23] | New debug points system, new class definitions, permanent space |
Some companies use Pharo for their development projects.[24] In particular, they use:
The Pharo consortium[29] was created for companies wishing to support the Pharo project. The Pharo association[30] was created in 2011[31] for users wishing to support the project.
Pharo relies on a virtual machine that is written almost entirely in Smalltalk. Beginning in 2008, a new virtual machine (Cog) for Squeak, Pharo and Newspeak has been developed that performs nearly as well as the fastest Smalltalk virtual machine.[32] In 2014/2015 the VM community is working on Spur, a new Memory Manager for Cog that should again increase performance and provide better 64-bit VM support.[33]
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.