SA-C (programming language): Difference between revisions

Content deleted Content added
Mattisse (talk | contribs)
unreference article - no citations, just external homepage at end & needs wikify
SmackBot (talk | contribs)
m Date/fix the maintenance tags or gen fixes
Line 1:
{{Wikify|date=October 2007}}{{Unreferenced|date=October 2007}}
{{wikify}}{{unreferenced}}
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 [[FPGA]]s. 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.