Giter Site home page Giter Site logo

palumbon / pharo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pharo-project/pharo

0.0 1.0 0.0 104.1 MB

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.

Home Page: http://pharo.org

License: Other

Smalltalk 99.46% Shell 0.49% Perl 0.01% Makefile 0.04%

pharo's Introduction

Pharo

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).

Pharo 6 screenshot

Download Pharo

To download the Pharo stable version for your platform, please visit:

Virtual machine

This repository contains only sources of the Pharo image. The virtual machine source code is managed in a separate repository:

Automated Builds

This repository is being built on a Jenkins server and uploaded to files.pharo.org.

The minimal image contains the basic Pharo packages without the graphical user interface. It is useful as a base for server-side applications deployment.

Bootstrapping Pharo from sources

To bootstrap a new Pharo image you need the latest stable version of Pharo. For more information about bootstrapping, refer to guillep/PharoBootstrap.

The bootstrapping can be done on a properly-named branch using the following script:

BUILD_NUMBER=42 BOOTSTRAP_ARCH=64 bash ./bootstrap/scripts/bootstrap.sh

This will generate and archive images at various stages of the bootstrap process up to the full image in Pharo10.0-64bit-hhhhhhh.zip where hhhhhhh is the hash of the current checkout.

Additional information on the stages of the bootstrap and how to snapshot during the process are provided as comments in bootstrap.sh.

Tip: You can set BOOTSTRAP_REPOSITORY and BOOTSTRAP_CACHE environment variables to do the bootstrap outside of the source repository.

Tip: You can set BOOTSTRAP_VMTARGET to make the bootstrap use a virtual machine already present in your system (otherwise it will download it).

Note: 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 Pharo10.0). To build Pharo10.0 from a custom branch, you need to set BRANCH_NAME=Pharo10 before the bootstrap script is run.

Bootstrapping with docker

You can also use docker if you prefer to control the bootstrapping environment completely. In the root directory of this project cloned from git, do

docker run --rm -it -v $(pwd)/:/src --workdir /src ubuntu:20.04 bash

In this container, you'll have to do some setup.

Bootstrapping requires the use of a 32-bit Smalltalk VM, hence we need 32-bit libraries

dpkg --add-architecture i386
apt update

You'll need these libraries/programs for the bootstrapping process

apt install -y build-essential git wget zip unzip libc6:i386 zlib1g:i386 libfreetype6:i386

File format

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.

How to contribute

Pharo is an opensource project very friendly to contributions of the users. See the document CONTRIBUTING how you can help to improve Pharo.

Pharo friendly links and organisations

http://github.com/Pharo-project/PharoMap

pharo's People

Contributors

akgrant avatar alisu avatar astares avatar carolahp avatar demarey avatar dionisiydk avatar ducasse avatar dupriezt avatar estebanlm avatar gcorriga avatar gcotelli avatar guillep avatar hogoww avatar jecisc avatar juliendelplanque avatar kasperosterbye avatar lin777 avatar macta avatar marcusdenker avatar massimo-nocentini avatar myroslavarm avatar olekscode avatar oliveiraallex avatar pavel-krivanek avatar ronsaldo avatar stevencostiou avatar tesonep avatar theseion avatar tinchodias avatar vincentblondeau avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.