stock
hausen.


examples

streams _________________________________



This program allows the user to interactively put numbers on two streams. Several other streams are concurrently produced by different combinations of those two streams (addition, zipping, mapping, etc.). All streams are displayed in the Inspector.

futures et al. __________________________



Here are some small examples for concurrent programming with futures:

interpreter _____________________________



The following interpreter for a simple functional language adapted from last semester's course "Programmierung" demonstrates how a program can be divided into components:

Compile it with

	stoc -x Main.aml -o interpr
  


last modified 2012/05/23