'''Single Assignment C''' ('''SA-C''') [(pronounced "sassy"]) is a member of the [[C programming language]] family designed to be directly and intuitively translateabletranslatable into circuits, including [[FPGA]]s.<ref>{{Citation |last=Grelck |first=Clemens |title=Single Assignment C (SAC) |date=2019 |url=https://doi.org/10.1007/978-3-030-28346-9_7 |work=Central European Functional Programming School: 6th Summer School, CEFP 2015, Budapest, Hungary, July 6–10, 2015, Revised Selected Papers |series=Lecture Notes in Computer Science |volume=10094 |pages=207–282 |editor-last=Zsók |editor-first=Viktória |access-date=2023-03-15 |place=Cham |publisher=Springer International Publishing |language=en |doi=10.1007/978-3-030-28346-9_7 |isbn=978-3-030-28346-9 |editor2-last=Porkoláb |editor2-first=Zoltán |editor3-last=Horváth |editor3-first=Zoltán|url-access=subscription }}</ref> 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 data structure|n-dimensional arrays]] as first-class objects of the language.