For the first part of the course we will be using Pharo 8.0 stable (64 bit). In this document you can find instructions to download and run pharo with the PharoLauncher or through the command line.
You can download the PharoLauncher at https://pharo.org/download. Make sure Pharo runs by creating an image (click on new button, top-left), under Official Distributions select Pharo 8.0 - 64bit (stable). Then set an image name, and click on create image. The new image will show up in the main view, select it and then click on the green Launch button. You should now see the Pharo UI!
If you prefer, you can directly download pharo from the command line, by executing
$ curl get.pharo.org/64/stable+vm | bash
Make sure Pharo runs by running
$ ./pharo-ui Pharo.image
You should now see the Pharo UI.
This repository contains basic code for the course of Meta Programming and Reflection of the Vrije Universiteit Brussel Please clone it using Iceberg during the first lab session.