SA-C (programming language): Difference between revisions

Content deleted Content added
External links: refine cat, copyedit, and or AWB general fixes using AWB
NNemec (talk | contribs)
m Add link to SAC
Line 1:
{{Unreferenced|date=October 2007}}
'''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 [[FPGA]]s. To ease translation, SA-C does not include [[C_programming_language#Pointers|pointers]] and arithmetics thereon. To retain most of the expressiveness of C, SA-C instead features true [[Array#Multi-dimensional_arrays|n-dimensional arrays]] as first-class objects of the language.
 
== See also ==
 
* [[SAC programming language]] (relation to SA-C is not clear...)
 
== External links ==
Line 7 ⟶ 11:
 
{{DEFAULTSORT:Sa-C (Programming Language)}}
[[Category:Array programming language]]
[[Category:C programming language family]]
 
 
{{compu-lang-stub}}