I found this forum was base for introducing many languages so i thought to introduce mine also.
ZScript is currently heavily in work and pre stage and i wanted some developers to help me in testing and developing also i just have a windows pc and linux server so i cant test it cross platform hoping i will get some positive messages please ask any details if want in comment.
Popularity is one thing { and probably more people use it than a non-existing new PLang you are only at the design phase of :-) }, but I think you misunderstood the backend idea. Nim has a javascript backend via `nim js` and on that backend you can use `emit` to do inline javascript, just as on the C/C++ backends you can use emit to put out C/C++. So, if you did do a zig backend, being able to emit inline zig would be part of that. It may still not be what you want, of course.