Pharo is a cross-platform implementation of the classic Smalltalk-80 programming language and runtime system. It is based on the OpenSmalltalk virtual machine (VM) named Cog, 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.
~7 min read
Pharo is a cross-platform implementation of the classic Smalltalk-80 programming language and runtime system. It is based on the OpenSmalltalk virtual machine (VM) named Cog, 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.
Pharo is shipped with source code compiled into a system image that contains all software needed to run Pharo. 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.
via Wikipedia infobox
This repository contains sources of the Pharo language. Pharo is a pure object-oriented programming language and a powerful environment, focused on simplicity and immediate feedback (think IDE and OS rolled into one). Visit us on or Pharo Discord Server This repository contains only sources of the Pharo image. The virtual machine source code is managed in a separate repository: Automated Builds The minimal image contains the basic Pharo packages without the graphical user interface. It is useful as a base for server-side applications deployment. Minimal image latest build - 64bit Minimal image latest build - 32bit To bootstrap a new Pharo image you need the latest stable version of Pharo. For more information about bootstrapping, refer to guillep/PharoBootstrap. You can set the BUILD NUMBER environment variable to a unique integer (this is typically used only for the official builds and will default to 0 if not specified). You can set the BOOTSTRAP ARCH environment variable to either 64 (the default) or 32 . You can set the BOOTSTRAP REPOSITORY and BOOTSTRAP CACHE environment variables to do the bootstrap outside of the source repository. You can set the BOOTSTRAP VMTARGET environment variable to make the bootstrap use a virtual machine already present in your system (otherwise it will download it). If you are on a branch that doesn't follow the expected naming convention (' PharoX.Y '), then the script will pick an appropriate default (such as Pharo12.0 ). To build Pharo12.0 from a custom branch, you need to set BRANCH NAME=Pharo12 before the bootstrap script is run. You can also use Docker if you prefer to control the bootstrapping environment completely. The following Dockerfile provides a Docker image with a fresh build. You can repeat the command git pull && ./bootstrap/scripts/bootstrap.sh in a container at any time: Alternatively, in the root directory of this project (after a git clone ), you can set up a Docker volume pointing to the project directory and build from within the Docker container (nice for Windows environments!): This source code repository is exported in Tonel format. In this format, packages are represented as directories and each class is inside a single file. Pharo is an open source project very friendly to contributions of the users. See the document CONTRIBUTING how you can help to improve Pharo.
Excerpt from the source-code README · 5,452 chars · not written by Vinony
via Wikidata · CC0
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).