More Syntax - Tasty Web Development Treats episodes

969: This guy is nuts (TypeScript Doom) thumbnail

969: This guy is nuts (TypeScript Doom)

Published 12 Jan 2026

Duration: 3304

A podcast episode delves into an experimental TypeScript project recreating *Doom* without JavaScript, showcasing the type system's capabilities.

Episode Description

Scott and Wes sit down with Dimitri Metropolis to explore the wild edges of TypeScriptfrom running Doom in the type system to building tools like Type...

Overview

The podcast details an experiment in which the classic video game Doom is being implemented using only TypeScript types, without any JavaScript code. The project uses a .d.ts file with no actual code to simulate gameplay logic, showcasing the limitations of TypeScript's type system in practice, even though it is theoretically Turing complete. This ambitious effort involves complex type-level programming to replicate elements like ASCII-style graphics, physics, maps, and inventory systems. The final frame of the game took over 11 days to render, with the entire project spanning nearly a year of development.

The discussion also covers a new tool called Type Slayer, which is designed to improve TypeScript type-checking performance, emphasizing the importance of efficiency in large-scale projects. Broader topics are touched upon, including the evolution of WebAssembly, the potential of AI in software development, and the challenges involved in organizing developer conferences. These elements provide context for the technical and practical considerations of modern programming languages and development processes.

Recent Episodes of Syntax - Tasty Web Development Treats

15 Jun 2026 1012: Who Decides What Ships on the Web?

A personal sunburn story during California filming segues into detailed discussions on web standards, Jake Archibalds work on APIs and Firefox development, image codec debates, API design challenges, and broader issues of web centralization, privacy, and balancing innovation with standardization.

8 Jun 2026 1011: tmux + Terminal Maxxing with Ben Vinegar

Terminal-based AI agent management via Tmux and Tailscale, Modem AI's automated non-coding product tasks with human oversight, safety measures for autonomous agents, and balancing UI efficiency with isolated environments and cross-platform feedback aggregation.

1 Jun 2026 1009: 54% AI-Generated and Climbing State of AI

A survey highlights rising AI adoption in web development, with 18% of developers using AI to write 75% of their code, mixed perceptions of its quality, prominence of ChatGPT and emerging tools like Claude/Gemini, enterprise integration trends, challenges like tool costs and unclear "local model" misconceptions, and ongoing debates about job displacement, creativity, and software quality.

27 May 2026 Diffs, Trees, and VS Code 2.0

The text explores the development of code editing tools like diffs and trees for AI-driven code review, challenges with GitHub's performance, introduces scalable solutions like Code Storage, and emphasizes optimizations such as virtualization, GPU acceleration, and AI delegation to handle large-scale code processing efficiently.

25 May 2026 1007: 8 Tech Choices to Lock In Before Agentmaxxing

Establishing a clear foundation through meticulous planningdefining schemas, using TypeScript types, organizing routing/authentication upfront, and standardizing UI/CSSprevents long-term complexity, avoids AI-generated clutter, and ensures scalable, coherent development.

More Syntax - Tasty Web Development Treats episodes