Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@zlanguage/zcomp
Advanced tools
The Z transpiler/interpreter
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.
The Z Compiler (ZComp) can be installed with:
$ npm install -g @zlanguage/zcomp
Then, you should install the zstdlib (a mix of a runtime and standard 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.
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]
Transpile one directory to another:
$ zcomp dirt [path of directory with Z] [path of "out" directory]
Watch a file for changes, and transpile when the file is changed:
$ zcomp watch [path of Z to watch and transpile] [path of where to output the transpiled JS]
The docs are on the offical Z Website.
FAQs
The Z language transpiler.
We found that @zlanguage/zcomp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.