MemoryWords
MemoryWords is an original programming language and computing system built on a single instruction: memory copy (M[j] = M[i]). From this one primitive, a complete stack-based language emerges—with compiler, interpreter, and over 1,900 defined words—running on x86, ESP32, FPGA, and in the browser. The project explores what happens when you strip computing to its absolute minimum.