Show HN: A systems language with runtime reflection and no GC
5 days ago
- #programming
- #systems
- #compiler
- XXML is a modern compiled language with explicit ownership semantics, powerful generics, and an LLVM backend.
- It offers clean, expressive syntax and a rich standard library including core utilities, collections, I/O, and networking.
- Key features include explicit ownership control (^owned, &reference, %copy), powerful generics, and compile-time safety.
- XXML is designed for high-performance applications, safe plugin systems, serialization, and debugging tools.
- It supports declarative DSLs for UI layouts, scene graphs, and more, and is ideal for building native services and CLI tools.
- The language is also suitable for education, teaching systems concepts like ownership and memory management.
- XXML has an active community and is built for developers who need performance, safety, and expressiveness.