Introducing ZScript. #26413
zs-3
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone at last I found this in discussion section to introduce my new language ZScript.
ZScript is a type safe high level programming language with new features it transpilie to clean js which can be run on bun or node.js
But I used bun as base for ZScript and now ZScript's compiler zsc have inbuilt bun runtime and allow running code directly (meanwhile ts still needs deno or bun).
I have added some new keywords and features and I am adding more of them I have some of great things in mind to add to it.
I am also making ZScript much more bun integrated than ts.
Currently it's zsc version v0.4.0 very beginning and in work but functional.
I also made zsc cross platform binaries using bun compilation feature.
My intent for posting here is I will get some developers who can test or help it cross platform builds like currently I am only person working on it and I only have windows pc and a Linux server and I even not tested the build for mac etc.
I tried posting on reddit but I guess my account has some fault and my post are removed and even on news.ycombinator but no response.
Hoping I will find some people here.
Check out the repo once for features in detail: https://github.com/zscriptlang/zscript
Beta Was this translation helpful? Give feedback.
All reactions