Zcomp
The compiler for the Z programming language - a procedural and functional language that transpiles to JavaScript. It integrates syntactic sugar like pattern matching, operator overloading, and macros while still remaining compatible with the existing JavaScript ecosystem.
Install / Use
/learn @zlanguage/ZcompREADME
zcomp
The Z transpiler/interpreter
Z
A transpiled language that can be evaluated as a script (for testing) or transpiled to human-readable JS (for production code). Z supports modules, functions, closure, error handling, and many more features you would expect from a modern language. Is it ready for production code? I'd wait a few months before that.
ZComp
The Z Compiler (ZComp) can be installed with:
$ npm install -g @zlanguage/zcomp
Then, you should install the zstdlib (a runtime library):
$ npm install -g @zlanguage/zstdlib
Finally, navigate to the directory you're using Z in, and type:
$ npm install @zlanguage/zstdlib
This installs the Z standard library locally in just the paackage you need it for.
Use the Compiler
Transpile Z Code:
$ zcomp transpile [path of Z to transpile] [path of where to output the transpiled JS]
Run Z Code:
$ zcomp run [path of Z to run]
Docs
The docs are on the offical Z Website.
Related Skills
node-connect
339.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
