Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 772 Bytes

File metadata and controls

6 lines (5 loc) · 772 Bytes

This tutorial provides a gentle introduction to programming with spaces. We mostly use the Go implemenation of spaces (goSpace) in the code examples due to the succint syntax of Go, but most explanations are generic and can be easily adapted to other programming languages. The naming table summarises the main features of the libraries and can be used as a quick reference to adapt the examples of the tutorial.

The chapters of the tutorial are:

  1. Programming with Spaces
  2. Concurrent Programming with Spaces
  3. Distributed Programming with Spaces