Skip to content
Jean Chassoul edited this page Sep 19, 2019 · 350 revisions

"An object is really a function that has no name and that gets its argument a message and then look at that message and decide what to do next." — Richard P. Gabriel

This guide is product of the efforts of many people too numerous to list here and the unique environment of our open-source community.

The work presented here confines itself primarily to the stabler parts of the system, and does not address the window system, user interface or application programming interfaces at all.

Spacebeam offers a custom Debian stable (x86_64) distribution that enables end users easily build computational clusters, grid endpoints and visualization on tiled-displays; installation, consulting, and support is also available from community members.

We are an open-source research & development community that conducts multidisciplinary work on distributed systems, artificial intelligence and high-performance computing.

There are countless different kinds of use of all the things we call "signs", "words", "sentences". And this diversity is not something fixed, given once for all; but new types of language-games come into existence and others become obsolete and get forgotten.

Our Mission: provide tools inside a simple workspace for play, work and science!

Our Goal: a distributed AI toolkit and workspace environment for machines of all ages.

Core ideas

  • Functions are a form of objects.
  • Message passing and function calling are analogous.
  • Asynchronous message passing is necessary for non-blocking systems.
  • Selective receive allow to ignore messages uninteresting now.

Getting started

Your system need the latest release of Erlang, LuaJIT (with luarocks) and Singularity installed.

Installation

Then run this command:

luarocks install experience

For help, including a list of commands, run:

$ exp --help

Congratulations, you are jacked up and good to go!

Clone this wiki locally