Show HN: Tiny – An interpeted dynamic langauge with inline Go native functions
confis
38 points
8 comments
June 20, 2026
Related Discussions
Found 5 related stories in 101.7ms across 11,093 title embeddings via pgvector HNSW
- Show HN: Han – A Korean programming language written in Rust xodn348 · 141 pts · March 14, 2026 · 64% similar
- Show HN: I made a Clojure-like language in Go, boots in 7ms marcingas · 132 pts · May 09, 2026 · 64% similar
- Show HN: TinyOS – A minimalist RTOS for Cortex-M written in C hpscript · 95 pts · April 03, 2026 · 64% similar
- Show HN: Rust but Lisp thatxliner · 113 pts · May 09, 2026 · 62% similar
- Show HN: LiteParse v2, now in Rust 100x faster pierre · 11 pts · May 28, 2026 · 62% similar
Discussion Highlights (5 comments)
d3Xt3r
What's the use-case here? Where and why would one use Tiny instead of just using Go (or something else like Python)?
sigmonsays
this is interesting, i'm wondering if it can beat just installing go though. I think it'd be interesting to build a adhoc config mgmt system w/ this and use it as a high level scripting language.
drunken_thor
What a great accomplishment! How did you manage to complete a JIT language in 2 months!?
piterrro
What is the motivation and use case in coding agents era for this project? Dont get me wrong, this question echoes in my head for some time now. Especially with supply chain attacks and open source libraries being entirely written by AI, whats my motivation to use open source libs? Previously it was time-saving, now this incentive vanish since its not me spending more time (but agent)
anilgulecha
The author should call out size of binaries (compiled and generated), the interpreter as well since that's teh selling point. if it's tiny from memory requiremetns , shoudl also call out the same, potentially benchmarking against similar (luajit?).