SA-C (programming language)
Appearance
From Wikipedia, the free encyclopedia
(Redirected from SA-C programming language)
This article is about the hardware description language. For the functional language intended for numerical applications, see SAC programming language.
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.[1] 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
[edit ]References
[edit ]- ^ Grelck, Clemens (2019), Zsók, Viktória; Porkoláb, Zoltán; Horváth, Zoltán (eds.), "Single Assignment C (SAC)" , Central European Functional Programming School: 6th Summer School, CEFP 2015, Budapest, Hungary, July 6–10, 2015, Revised Selected Papers, Lecture Notes in Computer Science, vol. 10094, Cham: Springer International Publishing, pp. 207–282, doi:10.1007/978-3-030-28346-9_7, ISBN 978-3-030-28346-9 , retrieved 2023年03月15日
External links
[edit ]
Stub icon
This programming-language-related article is a stub. You can help Wikipedia by expanding it.