Lars Brinkhoff
Lars Brinkhoff
Remove `(LOOP)` from nucleus. Replace uses of DO-LOOP with FOR-NEXT in the kernel. Provide DO-LOOP in a compatability layer. https://www.reddit.com/r/Forth/comments/6b9lsz/alternatives_to_loop/
Including a file which doesn't exist just prints "File not found".
Go completely self-hosting by ditching the Lisp metacompiler.
Use the save-image to write a new executable with everything pre-loaded. - It will make Forth start faster. - It will test the save-image library. - There will be an...
Add a target for Z80 running CP/M. Use @jhallen's [`cpm`](https://github.com/jhallen/cpm) emulator.
The metacompiler is due for an overhaul. - The current implementation is closely tied to building the kernel. - The kernel-specific code should be split off. - The compiler should...
When `ReadFile` returns error, check `GetLastError` for `ERROR_HANDLE_EOF`. Then change `KEY` to call `ABORT` instead of `BYE` on errors.