GuStL - An Experimental Guarded States Language

Oskar Schirmer
2024-09-15
Abstract:Programming a parallel computing system that consists of several thousands or even up to a million message passing processing units may ask for a language that supports waiting for and sending messages over hardware channels. As programs are looked upon as state machines, the language provides syntax to implement a main event driven loop. The language presented herewith surely will not serve as a generic programming language for any arbitrary task. Its main purpose is to allow for a prototypical implementation of a dynamic software system as a proof of concept.
Distributed, Parallel, and Cluster Computing,Programming Languages
What problem does this paper attempt to address?