dynamic-language

Tag

Cards List
#dynamic-language

Show HN: Tiny – An interpeted dynamic langauge with inline Go native functions

Hacker News Top · 2026-06-20 Cached

Tiny is a new interpreted dynamic programming language written in Go, featuring a bytecode virtual machine, JIT compilation, and inline Go native functions for high performance.

0 favorites 0 likes
#dynamic-language

How to Make a Fast Dynamic Language Interpreter

Hacker News Top · 2026-04-21 Cached

A detailed technical post on optimizing an AST-walking interpreter for Zef, a dynamically-typed language, achieving 16x speedup through value representation, inline caching, object model improvements, and other optimization techniques to reach performance levels competitive with Lua, QuickJS, and CPython.

0 favorites 0 likes
← Back to home

Submit Feedback