top | item 44550893

(no title)

rastignack | 7 months 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

discuss

order

schaefer|7 months ago

Is there any chance you've published your project? It would be fun to read the code.

rastignack|7 months ago

I’ll finish it this summer, hopefully.

runeks|7 months ago

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

Interesting. How so?