Update on Zen — we now have a package ecosystem

작성자

카테고리:

← 피드로
DEV Community · Jishith Mp · 2026-06-28 개발(SW)

Jishith Mp

A few weeks back I shared some early Zen code examples. Since then, a lot has changed. We’re now at v1.1.1 and the language actually has real tooling.

What’s new:

Full CLI with package management

  • zen publish – publish packages directly from CLI
  • zen install – install packages from the registry
  • zen list – browse all published packages with pagination

Language improvements

  • Struct support with literals and returns
  • Regex with POSIX ERE (matchRegex)
  • File I/O with binary support
  • FFI bindings to C functions
  • 162 stdlib functions across math, strings, fs, os, http, crypto, path utilities

Package Registry (v1.0.0)

  • JWT-based authentication
  • GitHub-hosted packages
  • Support for both runnable apps and libraries
  • Semantic versioning

The reactive variables concept from the first post is still there (that was my favorite feature), and now you can actually write real programs and share them with the community.

Full docs: https://jishith-dev.github.io/zen-doc/site/

Install: curl -fsSL https://raw.githubusercontent.com/jishith-dev/Zen/main/install.sh | bash

Next up: HTTP server APIs, better imports, and whatever the community asks for.

Open to feedback and collaborators 💻

zen #programming #compiler #llvm #packagemanager #opensource #programminglanguage

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다