Show HN: TC, A minimalistic systems language with 10 keywords (plus types)
Category: library
Tags: systems-language, transpiler, minimal-language
Score: 6.0/10 (Innovation: 5, Technical: 7, Documentation: 7, Utility: 5)
Tight-C is a minimal systems programming language that transpiles to C, featuring only 10 keywords and explicit memory management without garbage collection or type inference. It offers a clean syntax with raw and fat pointers, packed structs, and C FFI, making it interesting as a lean alternative for developers who want C-level control with simpler semantics.
Target audience: backend devs
Repository: https://github.com/alonsovm44/tc-lang · C · 11 stars
View on Hacker News