SA-C (programming language)

This is an old revision of this page, as edited by 2a01:2b0:305a:55:450f:c331:f473:fb6 (talk) at 10:47, 5 August 2019 (External links: mitrion-c looks like a completely different language, not sa-c at all). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Single Assignment C (SA-C) (pronounced "sassy") is a member of the C programming language family designed to be directly and intuitively translatable into circuits, including FPGAs. To ease translation, SA-C does not include pointers and arithmetics thereon. To retain most of the expressiveness of C, SA-C instead features true n-dimensional arrays as first-class objects of the language.

See also