EN

Cx Dev Log — 2026-07-21

Two substantial slices of gene/phen trait implementation just landed on submain . This shifts the needle significantly—contract checking and the cap…

cxprogramming
Dev.to
EN

Cx Dev Log — 2026-06-28

Labeled break/continue is now live across the entire Cx language stack. From the lexer to the JIT, two commits streamlined the implementation into a…

cxprogramming
Dev.to
EN

Cx Dev Log — 2026-06-24

Two significant commits hit submain today, closing out the static string subset for the JIT. D2.3d brings print-time string interpolation and f64 pr…

cxprogramming
Dev.to
EN

Cx Dev Log — 2026-06-13

No commits landed today. No compiler work, no new features, no bug fixes. The only activity in the last 24 hours was automated: a site blog deploy a…

cxprogramming
Dev.to
EN

Cx Dev Log — 2026-05-25

The interpreter's variable lookup is now blazing through arithmetic loops at a 57% faster pace. But this isn't just about raw speed — four tracker i…

cxprogramming
Dev.to
EN

Cx Dev Log — 2026-04-24

Day six in limbo and still no commits on the main branch. Every time I refresh, the test matrix holds steady at 78/78. No movement, no change in sta…

cxprogramming
Dev.to
EN

Cx Dev Log — 2026-04-27

Nothing landed today in the Cx language project, making it a perfect opportunity to delve into something that's been lurking in the background: the…

cxprogramming
Dev.to
EN

Cx Dev Log — 2026-04-29

No commits for three days straight, while submain sits 21 commits and 32 days ahead of main. The Cx language project is experiencing a development p…

cxprogramming
Dev.to
EN

Cx Dev Log — 2026-05-07

JIT Backend: Cracking the Realness Code Back-edge sealing, assert native lowering, and functional tests—sounds like just another day in the trenches…

cxprogramming
Dev.to
EN

Cx Dev Log — 2026-05-16

The biggest concrete win today? Without a doubt, it was CX-218: a pivotal fix in lower_binary that took us from 8 arithmetic JIT parity passes, with…

cxprogramming
Dev.to
EN

Cx Dev Log — 2026-05-02

Clearing a backlog of stale PRs might sound like mundane maintenance, but today's work on Cx has brought a key piece of technical documentation into…

cxprogramming
Dev.to
EN

Cx Dev Log — 2026-05-05

Seven commits in a single session, and the spotlight is on CX-22, CX-23, and CX-24. They leap ahead in the backend roadmap, laying down the critical…

cxprogramming
Dev.to
EN

Cx Dev Log — 2026-05-03

A quiet day in the trenches of Cx development, where the code didn't change a lot, but understanding did. We merged a documentation PR that delves i…

cxprogramming
Dev.to
EN

Cx Dev Log - 2026-05-04

37 days. That's how long the main and submain branches diverged before the big merge today. It wasn't just about closing this gap; it was about maki…

cxprogramming
Dev.to
EN

Cx Dev Log — 2026-05-01

Two sub-packets landed on submain today, moving the IR backend closer to supporting structs properly. The first package upgrades the instruction set…

cxprogramming