Show HN: Ezno, a TypeScript checker written in Rust, is now open source
1–10 of 25 posts
Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source
#2For example, I could see this (or something similar) being useful as the engine for a typescript language server that would be faster than the standard one
But if it's not aimed at 1:1 with tsc, would it be intended more for something like swc[1]?
Or what would you expect people to use this for, besides just being a cool project to learn from?
Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source
#3Very cool! I'm curious, is this intended for dev tooling? For example, I could see this (or something similar) being useful as the engine for a typescript language server that would be faster than the standard one But if it's not aimed at 1:1 with tsc, would it be intended more for something like swc[1]? Or what would you expect people to use this for, besides just being a cool project to learn from? [1] https://gith…
Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source
#4It would be awesome if you finished it :]
Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source
#5Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source
#6In general I'm kind of skeptical of the approach these rewrite in rust/go projects are going. Maybe as wasm plugins for hot paths in existing tools, but it's not clear to me that the full rewrites are where we want to be long term as a community.
Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source
#7The issue has always been that people start these projects, see just how big/hard checking the whole of TypeScript is and don't finish it. It would be awesome if you finished it :]
Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source
#8Unsolicited feedback: I read the name an Enzo (n-zo) until I read the readme and realized it was Ezno (es-no).
Since in a previous post [0] you say you're unsure on the name, Enzo could be a good one if this is a common mistake.
Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source
#9Very cool! Congrats on the launch, even if it is very early. Unsolicited feedback: I read the name an Enzo (n-zo) until I read the readme and realized it was Ezno (es-no). Since in a previous post [0] you say you're unsure on the name, Enzo could be a good one if this is a common mistake. [0] https://kaleidawave.github.io/posts/introducing-ezno/
Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source
#10The issue has always been that people start these projects, see just how big/hard checking the whole of TypeScript is and don't finish it. It would be awesome if you finished it :]
Naw. Projects like these are useful reninders that 25 years of mitigation easily save a few weeks of initial design.