Live data from Hacker News

Show HN: Ezno, a TypeScript checker written in Rust, is now open source

github.com

1–10 of 25 posts

Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source

#2
Very 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://github.com/swc-project/swc

Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source

#3

Very 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…

The analogy (by swc's author) would be https://github.com/dudykr/stc

Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source

#6
This is extremely early per the disclaimer at the top, like too early to even run most toy programs.

In 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

#7
post #4

The 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.

Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source

#8
Very 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

#9

Very 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/

I saw it as Enzo as well

Re: Show HN: Ezno, a TypeScript checker written in Rust, is now open source

#10
post #4

The 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.

Perfected developers don't need two weeks of initial design or any mitigation.
Post reply on HN