EnglishFrenchSpanish

OnWorks favicon

squeak - Online in the Cloud

Run squeak in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command squeak that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


squeak - Unix Squeak virtual machine launcher

SYNOPSIS


squeak squeak [image filename] [project filename]

DESCRIPTION


squeak is the virtual machine for the Squeak Smalltalk system. It requires three files to
operate correctly: an image file containing a `snapshot' of a live Squeak session, a
changes file containing the source code for modified methods in the image, and a copy of
(or a link to) a shared system sources file containing the source code for methods that
have not been modified since the last major version increment.

The image and changes files contain the state of a user's Squeak session, which is
persistent between consecutive sessions. Private copies of these files are therefore
normally required. The squeak script checks that the local Squeak installation appears
sane, and then copies the required files to the current working directory. If squeak
encounters no problems, it will finish by running squeak vm to start a Squeak session
using the newly copied image and changes files.

INVOCATION


squeak accepts an optional image name, and/or an optional project name. If an image name
is given on the command line then squeak tries to run that image. Otherwise squeak checks
the environment variable SQUEAK_IMAGE and, if it is set, uses its value as the name of the
image to run. Otherwise squeak looks for available images in the ~/squeak and
/usr/share/squeak directories. Then, squeak shows a dialog with all the available images
for the user to choose one of them. If the chosen image is at SQUEAK_IMAGE_DIR (which is
by default /usr/share/squeak), it will be copied to ~/squeak. If only one image is
available, no dialog will be shown and the script will run that image.

The image argument can be followed by a project name. This is the name of a 'document'
that should have been saved from a Squeak image. The project name must have the '.pr'
extension.

The project argument can also be providen without an image name. In that case, squeak will
look for an image to run the project following the same criteria explained above.

ENVIRONMENT


To know all the environment variables that can affect the squeak image launching, take a
look at the Environment section of the squeakvm man page.

Appart from those options, these are applied to this script:

SQUEAK_IMAGE_DIR
is the directory, together with ~/squeak where the launcher looks for Squeak
images. (The default value is /usr/share/squeak)

SQUEAK_IMAGE
is the name of a image file to be run by the script.

SQUEAK is the name of an alternative vm (or alternative vm options) to be run by the
script. The script launches the vm with these default options: '-mmap 1024M
-nomixer'

NOTES


This manual page documents version [version] of Unix Squeak. It may not be appropriate
for any other version.

The image and changes files containing a saved Squeak session are intimately related.
They should always be used together, never be separated, and under no circumstances should
an image be run with a changes file that has been used with a different image. Failure to
adhere to the above could cause the source code for the methods in the image to become
garbled and impossible to retrieve.

The Unix Squeak virtual machine fully supports OpenGL in both the X11 and Quartz display
drivers. Open Croquet will run just fine with either of these drivers (and many Mac OS X
users will even have the choice of which driver to use :).

Because of licensing issues, a Squeak image or Squeak sources package is not available in
Debian yet. So the user must download a proper image in order to get this script useful.
Available images can be found in these web sites:

The official Squeak home page:
http://squeak.org

The SqueakLand (international educational oriented) world:
http://www.squeakland.org

The spanish educative oriented Squeak page:
http://squeak.educarex.es/

Use squeak online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 2
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 3
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 4
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • 5
    GLPI Themes
    GLPI Themes
    Download release at
    https://github.com/stdonato/glpi-modifications/
    Color themes for GLPI 0.84 and 0.85 New
    Modifications for GLPI This is an
    application that c...
    Download GLPI Themes
  • 6
    SMPlayer
    SMPlayer
    SMPlayer is a free media player for
    Windows and Linux with built-in codecs
    that can also play YouTube videos. One
    of the most interesting features of
    SMPlayer:...
    Download SMPlayer
  • More »

Linux commands

Ad