Scrapscript: A Compact Programming Language Serialized with Msgpack
2024-12-28
Scrapscript is a novel programming language that compiles programs into "flat scraps" in the Msgpack format, enabling efficient network transmission and storage. Using reverse Polish notation and custom operators, Scrapscript supports various data types and operations, and is interoperable with multiple languages. Its compact nature makes it ideal for bandwidth-constrained environments and offers potential advantages in code hashing and optimization.
Development
serialization