SA-C (programming language)

This is an old revision of this page, as edited by Funtionalguy (talk | contribs) at 14:44, 6 January 2007 (Created article to differenciate between SA-C and SAC, which are two completely different projects). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Single Assignment C (SA-C) [pronounced "sassy"] is a member of the C programming language family designed to be directly and intuitively translateable 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.