EForth in C
- Under 500 lines of C
- Only 5 function calls printf, fputc, fgetc, fopen and fclose.
- Minimal VM interface with Peek, Poke and Run.
- Decompiler, Double word set, Self hosted.
- Can run on VM with under 200 lines of C.
- VM's written in C#, Java, Python, C and for Arduino.