Rescript vs ZScript
Hi guys. I wrote a language with help of Jules in many things. It is really fully designed by me and required me months in designing. Rescript is also mature and much powerful than ZScript. But just...
View ArticleHow to successfully use `reanalyze`?
@fham With version 12.2.0-rc.1 the warning in the compilation is gone. Good. However, it still shows DCE warnings for files under test and src/libs; which I have in the suppress list: "reanalyze": {...
View ArticleRescript vs ZScript
Actually ZScript is quite powerful giving comptime execution and variables. Powerful macros. I want to make ZScript next cross runtime allowing from one codebase writing libs for bun and deno both...
View ArticleRescript vs ZScript
Some examples of comptime power: The fetch in this one is amazing: zscript/examples/advanced/comptime_power.zs at main · zscriptlang/zscript · GitHub zscript/examples/advanced/comptime_multiline.zs at...
View ArticleRescript vs ZScript
Is it fully typed without annotations like ReScript? I could not get the arm64 macos binary to run btw. Not sure if it’s a security issue or if the binary is indeed corrupted.
View ArticleRescript vs ZScript
There is a lot to love here comptime – Execute arbitrary async logic during compilation. Inline API data or Platform-Specific code or pre-calculate complex math before the code even reaches the user....
View ArticleRescript vs ZScript
I would recommend to check trying baseline version once if your os dont support avx2 or modern cpu things bun use so once try baseline version.
View ArticleRescript vs ZScript
Sorry you were saying about arm sorry. I am really alone developing ZScript and I don’t have os or vps to check the binaries even they are compiled using GitHub actions so I will make a testing action...
View ArticleRescript vs ZScript
So I will reply one by one to your message: 1)Macro: I read the doc you showed of rescript it is good design. My macro are somewhat different like they are function like and even they can be exported...
View ArticleRescript vs ZScript
Sorry, spam detection does not like it when you link to too many github links, apparently.
View Article