Fetching latest headlines…
Galfus Script MVP is complete
NORTH AMERICA
🇺🇸 United StatesJune 29, 2026

Galfus Script MVP is complete

1 views0 likes0 comments
Originally published byDev.to

Galfus Script has reached its first MVP milestone.

Galfus is an experimental programming language written in Rust, designed around a typed VM-first execution model, compact .gfb artifacts, deterministic module/workspace resolution, and an ownership model based on anchors, edges, and weak observers.

The MVP goal was not to build a full ecosystem yet.

The goal was to prove the complete local execution pipeline:


txt
.gfs source
  -> lexer and parser
  -> resolver
  -> type checker and semantic analyzer
  -> ownership check
  -> MIR lowering
  -> bytecode emitter
  -> Galfus Module Image
  -> .gfb serialization
  -> VM interpreter execution

https://github.com/vulppi-dev/galfus-script/discussions/10

Comments (0)

Sign in to join the discussion

Be the first to comment!