forth

Tag

Cards List
#forth

Tumble Forth – from assembly to OS with C compiler

Hacker News Top · 2026-08-21 Cached

Virgil Dupras introduces a series of articles aimed at teaching low-level programming by building a Forth system and a partial C compiler from scratch, starting from bare metal to develop operating system concepts.

0 favorites 0 likes
#forth

Sectorforth is a 16-bit x86 Forth that fits in a 512-byte boot sector (2020)

Hacker News Top · 2026-08-16 Cached

Sectorforth is a minimal 16-bit x86 Forth implementation that fits within a 512-byte boot sector, allowing users to compile and run Forth code in a boot environment.

0 favorites 0 likes
#forth

Finite State Machines in Forth (1994)

Hacker News Top · 2026-08-08 Cached

This technical note from 1994 describes methods for constructing deterministic and nondeterministic finite state automata in Forth, emphasizing a one-to-one mapping between definitions and state tables to avoid slow nested IFs.

0 favorites 0 likes
#forth

cl-forth: Forth 2012 Standard in CL

Lobsters Hottest · 2026-08-06 Cached

CL-Forth is a Common Lisp implementation of the Forth 2012 Standard, supporting multiple Lisp implementations and operating systems, with a standalone executable option.

0 favorites 0 likes
#forth

Teaching Kids Forth

Lobsters Hottest · 2026-07-26 Cached

A programmer shares their experience teaching middle and high school students the Forth programming language, explaining why they chose it over Python or Scratch and how they designed a curriculum for a 12-session course.

0 favorites 0 likes
#forth

Forth Moving Lisp Moving Forth

Lobsters Hottest · 2026-07-26 Cached

This chapter from 'Let Over Lambda' explores implementing the Forth programming language in Lisp using macros, emphasizing duality of syntax and meta-programming techniques. It aims to teach Forth concepts to a Lisp audience and discuss the philosophy behind Forth's design.

0 favorites 0 likes
#forth

Cosy Language

Lobsters Hottest · 2026-07-21 Cached

An email exchange about the CoSy language and its creator's critique of Git as overly complex for personal productivity, contrasted with the simplicity of CoSy's directory-based approach.

0 favorites 0 likes
#forth

Cagire - Forth-based live coding sequencer

Lobsters Hottest · 2026-07-20 Cached

Cagire is a free, open-source step sequencer where each step contains a Forth script instead of traditional note data, with a built-in audio engine called Doux. It supports live coding and is available for multiple platforms.

0 favorites 0 likes
#forth

SBCL: the ultimate assembly code breadboard (2014)

Hacker News Top · 2026-05-20 Cached

A technical blog post exploring how to use SBCL as a breadboard for assembly code, focusing on stack-based virtual machine techniques such as rotating stacks and efficient primop dispatch, with references to the F18 processor and x87 stack.

0 favorites 0 likes
#forth

Thoughts on WebAssembly as a stack machine

Eli Bendersky · 2026-04-30 Cached

This blog post responds to the claim that WebAssembly is not a pure stack machine by discussing its design with locals and comparing it to Forth, arguing that it still fits the definition of a stack machine and that its register-like locals improve readability and performance.

0 favorites 0 likes
← Back to home

Submit Feedback