I'm a huge Rust fanboy
I recently joined @bunjavascript and had 1 month to learn Zig
The best way to learn Zig? Write a linter for it. So that's what I did.
~1 week after chatting with Jarred I was on a plane to San Francisco. I met the team and went through several rounds of technical and "fit" interviews, (~6h)
They must have liked me because they offered me a job that night
I just wrote a tsc-like CLI using oxc that supports babel-like transforms, declaration files, and source maps. It compiled the entirety of TypeScript's source code in 130ms. Wondering if I should publish it to crates.io
Very cool. This is actually super duper awesome considering there's a bunch of oddities that do not appear through the LSP.
I'm definitely going to have to take a look at this