惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
Blog — PlanetScale
Blog — PlanetScale
Vercel News
Vercel News
L
LangChain Blog
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
About on SuperTechFans
博客园_首页
N
Netflix TechBlog - Medium
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
美团技术团队
V
V2EX

The Register

Shadow IT has given way to shadow AI. Enter AI-BOMs Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia NASA boss: Make Pluto A Planet Again GitHub says sorry and vows to do better as uptime slips and devs complain Age checks could turn internet into an ID checkpoint, complains Proton CEO Microsoft gives your Word documents an AI co-author you didn’t ask for Datadog digs down into GPU efficiency as AI costs soar If malware via monitor cables is a matter of national security, this might be the gadget for you Thunderbird in hand worth 2 Outlooks as fresh FOSS fave and Firefox arrive Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 France's 'Secure' ID agency probes breach as crooks claim 19M records Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul
FOSS dev builds a BASIC compiler using LLVM
Liam Proven · 2026-06-25 · via The Register

personal tech

Not just any old BASIC, either: OS-9’s BASIC09

Neither LLVM nor GCC directly support the BASIC programming language – but a former Microware boffin proposes fixing that.

An interesting new proposal on the Discourse forum of the LLVM compiler suite has turned into a new standalone BASIC compiler. The original RFC was Adding BASIC09 frontend tool to LLVM. Author Boisy Petre proposed adding a front-end to enable LLVM to compile BASIC source code, and this has now turned into a standalone compiler called basic09c, which uses LLVM as a library. We are irresistibly reminded of the recent addition of ALGOL-68 to GCC

As we said in 2023, BASIC is anything but dead, and, for BASIC’s 60th birthday, the following year we covered new versions of three modern FOSS dialects. The late Dr Thomas Kurtz would have been proud.

It’s not just any old home-computer BASIC, either. Dr Petre is working on a compiler for Microware BASIC09. This was one of the compilers that Microware offered for its multitasking, multiuser Unix-like OS, called OS-9. Way back in 1999, many users of Apple’s then-new MacOS 9 – often just called “OS 9” – confused it with the already 20-year-old Microware OS-9, and they pestered OS-9 newsgroups and communities with Mac questions and chatter. As The Register reported back then, Microware even sued Apple over the trademark.

BASIC09 is a structured BASIC: it has named procedures with local variables, supports constructs such as IF…THEN…ELSE, user-defined variable types – and no, it did not need line numbers. The best reference we can find to BASIC09 today is its Wikipedia article, but you can also read the manual [PDF].

Tandy Color Computer 2 resting on a table with cables nearby

A Tandy Color Computer 2 sits on a table at a retro computing event in Orlando, Florida, alongside cables and other equipment.
Pic credit: Dolores M. Harvey/Shutterstock

Microware is still around and still supports OS-9, which is marketed as an RTOS these days. Home microcomputer users, though, might have known OS-9: it was an optional OS for the British Dragon 32 micro and was on the list for the first British laptop too. For Stateside readers, the Dragon 32 was a relative of the American Tandy Color Computer, which had the same Motorola 6809 CPU and could also run OS-9.

Aside from its technical merits, there are other good reasons he chose this particular BASIC: Although Boisy Gene Petre became Dr Petre last year, he has been in the industry for quite a while. He worked at Microware early in his career, and even quarter of a century ago he was writing articles about the Tandy CoCo.

This is not the first time that the Reg FOSS desk has been bamboozled by boffin Boisy’s brilliance. That was way back in 2012, when he created one of our favorite ever retrocomputing projects: the astonishing Liber809. This performed a total brain transplant on the original Atari 8-bit machines, installing a 6809 CPU and supporting firmware.

As he explained in a post called The Beginning, the goal was to marry the most advanced eight-bit CPU with the most capable eight-bit computer of its time. Retrocomputing blog The Byte Cellar described it well. This would of course render the machine incompatible with all existing Atari software, but the plan was to make it able to run NitrOS-9 – a community distribution of the original 6809 version of the Microware OS. ®