Jump to content

Pharo

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by GreenC (talk | contribs) at 16:59, 29 September 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Not to be confused with Pharoh
Pharo
DeveloperPharo community
First appeared2008; 16 years ago (2008)
Stable release
6.1 / July 24, 2017; 7 years ago (2017-07-24)
Implementation languageSmalltalk
OSWindows, Linux, macOS, others
LicenseMIT license, partially Apache License 2.0[1]
Websitepharo.org
Influenced by
Smalltalk (Squeak)

Pharo is an open source implementation of the programming language and environment Smalltalk. Pharo offers strong live programming features such as immediate object manipulation, live update, and hot recompilation. The live programming environment is at the heart of the system.

Introduction

Pharos is a Greek word (Φάρος) which means lighthouse. The Pharo logo shows a drawing of a lighthouse inside the final letter O of the name.

History

Pharo emerged as a fork of Squeak, an open source Smalltalk environment created by the Smalltalk-80 team (Dan Ingalls and Alan Kay). It focuses on modern software engineering and development techniques.[citation needed] Pharo is supported by the Pharo consortium (for companies) and the Pharo association (for users).

  • Fork of Squeak environment in 2008.
  • Pharo 1.0 was released April 15, 2010.
  • Pharo 1.1 was released July 26, 2010.
  • Pharo 1.2 was released March 29, 2011.
  • Pharo 1.3 was released in August 2011.
  • Pharo 1.4 was released in April 2012.[3]
  • Pharo 2.0 was released March 18, 2013.[4]
  • Pharo 3.0 was released in April 2014.[5]
  • Pharo 4.0 was released in April 2015.[6]
  • Pharo 5.0 was released in May 2016. [7]
  • Pharo 6.0 was released on 6 June, 2017. [8]
  • Pharo 6.1 was released on 24 July, 2017. [9]

Use of Pharo

Companies and consultants

Some companies use Pharo for their development projects.[10] In particular, they use:

  • Seaside for dynamic web development[11]
  • Zinc for server architectures[12]
  • Moose[13] to analyse data and software from all programming languages
  • Graphic libraries for evolved user interfaces
  • Roassal to visualize data

The Pharo consortium[14] was recently created for companies wishing to support the Pharo project. The Pharo association[15] was recently created for users wishing to support the project.

Performance and virtual machine (VM)

Pharo relies on a virtual machine that is written almost entirely in Smalltalk itself. Beginning in 2008, a new virtual machine (Cog) for Squeak, Pharo and Newspeak has been developed that has a level of performance close to the fastest Smalltalk virtual machine.[16] 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.[17]

See also

References

  1. ^ Pharo license information
  2. ^ The Pharo board
  3. ^ "Pharo Open Source Smalltalk — Release 1.4". Pharo-project.org. April 17, 2012. Retrieved April 5, 2013.
  4. ^ "Pharo Open Source Smalltalk — Release 2.0". Pharo-project.org. March 18, 2013. Retrieved April 5, 2013.
  5. ^ "Pharo Open Source Smalltalk — Release 3.0". pharo.org. April 30, 2014.
  6. ^ "Pharo Open Source Smalltalk — Release 4.0". pharo.org. April 15, 2015.
  7. ^ "Pharo Open Source Smalltalk — Release 5.0". pharo.org. May 12, 2016.
  8. ^ "Pharo Open Source Smalltalk - Release 6.0". pharo.org. June 6, 2017.
  9. ^ "Pharo 6.1 released". pharo.org. July 24, 2017.
  10. ^ "(Press Release) Pharo Open Source Smalltalk — Success stories". Pharo-project.org. Retrieved April 5, 2013.
  11. ^ "Home". seaside.st. March 18, 2007. Retrieved April 5, 2013.
  12. ^ "Zinc HTTP Components". Zn.stfx.eu. Retrieved April 5, 2013.
  13. ^ Girba, Tudor. "Home". Moose technology. Retrieved April 5, 2013.
  14. ^ "web: Pharo Consortium". Consortium.pharo.org. March 31, 2013. Retrieved April 5, 2013.
  15. ^ Ducasse, Stephane. "association: Pharo Association". Association.pharo.org. Retrieved April 5, 2013.
  16. ^ "Cog Blog". Mirandabanda.org. Retrieved April 5, 2013.
  17. ^ "7-point summary of the Spur memory manager". Clément Béra. Retrieved April 17, 2015.