Hacker News new | ask | show | jobs
by Dylan16807 2550 days ago
I'd say that the stack machine in the GA144 is feasible to compile normal C to. And the 18-bit word is barely a problem. But the (complete lack of) memory architecture is a clear dealbreaker. There's no compiling a normal C program down to an architecture that has 64 words of RAM. At best you can gang a few cores together to make an emulator for a simple virtual machine.