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
References
- 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
This programming-language-related article is a stub. You can help Misplaced Pages by expanding it. |