Blog
All articles. All pillars. All authors.
#028 -- The Reactivity Engine: How FLIN Makes Everything Reactive
FLIN's reactivity engine: automatic dependency tracking, SSE-based updates, and incremental DOM rendering.
#013 -- Pratt Parsing: How FLIN Reads Your Code
Pratt parsing in FLIN: how we implemented operator precedence, expression parsing, and control flow in Rust.
#083 -- FlinUI Complete: 365+ Components
How FlinUI grew from 70 initial components to a complete library of 365+ production-ready UI elements -- covering basic UI, forms, charts, enterprise, AI, and mobile components.
#012 -- Building a Lexer From Scratch in Rust
How we built FLIN's lexer in Rust: character stream to tokens, keyword recognition, and view mode scanning.
#010 -- Building a Programming Language From Abidjan, Cote d'Ivoire
How Juste A. GNIMAVO built the FLIN programming language from Abidjan with AI CTO Claude and a $200/month budget.
4 Agents, 1 Product: Building 0cron in a Single Session
How we used a 4-agent parallel team to build a marketing website and a full Rust API server -- 14 endpoints, 8 DB tables, 2,852 lines -- in a single session.
#086 -- The Layout System
How FlinUI's layout components -- Container, Stack, Grid, Flex, Split -- replace custom CSS with declarative, responsive layout primitives that compose naturally.
#014 -- The Abstract Syntax Tree: FLIN's Internal Representation
FLIN's Abstract Syntax Tree: how the compiler represents code as expressions, statements, views, and entities.
#009 -- The Roadmap to FLIN v1.0
The FLIN v1.0 roadmap: 3,452 tests pass, 409 built-in functions, and what remains before stable release.
Real-Time File Watching and Diff Computation in Rust
A synchronous event loop with notify, in-memory file caching, the similar crate for structured diffs, and a whitespace filter -- the core of 0diff in 626 lines of Rust.
#008 -- What FLIN Looks Like in Practice: First Examples
Real FLIN code examples: todo app, reactive dashboard, API routes, database queries -- all in one language.
#007 -- Writing Apps Like It's 1995 With the Power of 2026
FLIN brings back the simplicity of 1995 web development with the power of a 2026 compiler, VM, and database.