Hacker News new | ask | show | jobs
by rastignack 333 days ago
I wrote a simple ssh server in zig to learn the language in my spare time.

The new design makes the event loop / io much easier to reason about. Thanks Andy

2 comments

Is there any chance you've published your project? It would be fun to read the code.
I’ll finish it this summer, hopefully.
> The new design makes the event loop / io much easier to reason about.

Interesting. How so?