TLDR
-
A retargetable BASIC compiler SDK for ZX Spectrum development, extending Sinclair BASIC with integer types, inline assembler, and standard libraries.
Key Takeaways
-
Syntax is close to original Sinclair BASIC but adds integer data types, reducing memory use and improving speed over floating-point-only arithmetic.
-
SDK includes compiler (
zxb), standard libraries, inline assembler support, and external library collection.
-
Compiler internals are documented for contributors wanting to extend or retarget it to new architectures.
-
Third-party released games and tutorials confirm real-world production use on ZX Spectrum targets.
Hacker News Comment Review
-
No substantive HN discussion yet.
Original | Discuss on HN