Sign inSign up

pharo/vm

By pharo

Updated about 8 years ago

Pharo virtual machine and dependencies

Image
0

2.4K

pharo/vm repository overview

Supported tags:

  • Pharo 7.0 (64 bit): latest, 70, 70-slim64
  • Pharo 7.0 (32 bit): 70-slim
  • Pharo 6.1 (64 bit): stable, 61, 61-slim64
  • Pharo 6.0 (64 bit): 60, 60-slim64
  • Pharo 6.0 (32 bit): 60-slim
  • Pharo 5.0 (32 bit): 50, 50-slim
  • Pharo 4.0 (32 bit): 40, 40-slim

Notes

  • This image is virtual machine only, thus Pharo Image needs to be pushed inside container via a volume.
  • As threaded heartbeat VM is used --cap-add SYS_NICE should be set with docker run.

Quick start

docker run -v `pwd`:/opt --cap-add SYS_NICE pharo/vm:61 pharo /opt/Pharo.image

What is Pharo?

http://pharo.org/

Pharo is a minimal, elegant, pure, reflective object language.

  • Yes in Pharo they are only objects! Nothing else.
  • Yes the complete syntax of Pharo fits on a postcard and
  • Yes we code in the debugger and Pharo has super cool tools that empower you and make you super efficient.
Mission

Pharo's goal is to deliver a clean, innovative, free and open-source immersive environment. Here is the to be revised Pharo vision document.

By providing a stable and small core system, excellent developing tools, and maintained releases, Pharo is an attractive platform to build and deploy mission critical applications.

Pharo fosters a healthy ecosystem of both private and commercial contributors who advance and maintain the core system and its external packages.

Pharo features
  • A dynamic, pure object-oriented programming language in the tradition of Smalltalk
  • An IDE (integrated development environment)
  • A huge library and set of external packages
Pharo and Business

The goal of Pharo is to sustain and grow business.

Pharo is supported by the industrial Pharo consortium (http://consortium.pharo.org) Pharo has also an association of users: Pharo association (http://association.pharo.org) Contact For more information, do not hesitate to contact [email protected].

Tag summary

Content type

Image

Digest

Size

41.8 MB

Last updated

about 8 years ago

docker pull pharo/vm