Show HN: I built a systems programming language (Tin)
Category: other
Tags: systems-programming-language, compiler, llvm
Score: 6.3/10 (Innovation: 5, Technical: 7, Documentation: 8, Utility: 5)
Tin is a statically typed, compiled systems programming language that compiles to native code via LLVM, featuring clean syntax with pattern matching, generics, traits, fibers, and macros. It stands out for its pragmatic design blending modern language features with C interop and a built-in M:N scheduler, though it currently lacks a large community or ecosystem.
Target audience: backend devs
Repository: https://github.com/Azer0s/tin · Go · MIT · 11 stars
View on Hacker News