Finite Field Assembly (FF-ASM) is a programming language designed to emulate GPUs on regular CPUs using Number Theory and Finite Field Theory.
It's blazingly fast and compiles to C.
✔ Finite Field is the primary data structure : FF-asm is a CUDA alternative designed for computations over finite fields.
✔ Recursive computing support : not cache-aware vectorization, not parallelization, but performing a calculation inside a calculation inside another calculation.
✔ Extension of C89 - runs everywhere gcc is available.