interpreter

Tag

Cards List
#interpreter

7 lines of code, 3 minutes: Implement a programming language (2010)

Hacker News Top · 3d ago Cached

This article presents a minimalist 7-line interpreter for a Turing-equivalent functional language based on lambda calculus, demonstrating the eval/apply design pattern.

0 favorites 0 likes
#interpreter

What if there was no BASIC in EndBASIC? – by Julio Merino

Hacker News Top · 4d ago Cached

Julio Merino discusses the future of EndBASIC, exploring whether to remove the BASIC language layer to repurpose the underlying Rust VM and graphics engine for more modern or versatile development needs.

0 favorites 0 likes
#interpreter

Try LispE in the Browser

Lobsters Hottest · 6d ago

A brief mention or link to try LispE, a Lisp dialect, in the browser.

0 favorites 0 likes
#interpreter

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