SA-C Programming Language
   HOME

TheInfoList



OR:

Single Assignment C (SA-C) (pronounced "sassy") is a member of the
C programming language ''The C Programming Language'' (sometimes termed ''K&R'', after its authors' initials) is a computer programming book written by Brian Kernighan and Dennis Ritchie, the latter of whom originally designed and implemented the language, as well as ...
family designed to be directly and intuitively translatable into circuits, including
FPGA A field-programmable gate array (FPGA) is an integrated circuit designed to be configured by a customer or a designer after manufacturinghence the term '' field-programmable''. The FPGA configuration is generally specified using a hardware de ...
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.


See also

* Mitrionics


References


External links


SA-C homepage

Initial paper describing SA-C
Array programming languages C programming language family {{compu-lang-stub