Show HN: Tiny – A bytecode VM written in Go with inline Go native functions
Category: other
Tags: bytecode-vm, programming-language, go, jit-compiler, concurrency
Score: 6.5/10 (Innovation: 6, Technical: 8, Documentation: 7, Utility: 5)
Tiny is a bytecode VM and concurrent programming language implemented in Go, featuring JIT compilation via WebAssembly and inline Go native functions. It offers a rich feature set including pattern matching, structural typing, and spawn-based parallelism, aiming to combine dynamic scripting speed with native performance.
Target audience: backend devs, systems programmers, language enthusiasts
Repository: https://github.com/confh/Tiny · Go · MIT · 2 stars
View on Hacker News