Published September 22, 2026 · Category: Tech

Overview

Visual FoxPro stopped at version 9 in 2007. A surprising amount of it is still running, in 32 bits, because rewriting a 20-year-old business app is how you lose the business. A customer wanted to keep milking their app for the foreseeable future, so here it is: the same language on a new runtime (Rust, compiled to wasm, checked against the real vfp9.exe), tables no longer stopped at 2 GB, the old 32-bit .fll add-ins still loading, and lambdas, JSON and an HTTP server bolted on for good measure. Reports are not done and the builds are unsigned. MIT because why not? Visit robosino.com


Comments URL: https://news.ycombinator.com/item?id=49808023

Points: 277

Details

# Comments: 167

Source

Originally published at foxscript.org.

Related Articles