Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This type of synchronous code is most impressive to those who come from JavaScript where everything is clearly asynchronous. For instance, in Go you can read a file synchronously using os.ReadFile and it will generally be performant. In NodeJS, you need a callback to achieve the same result.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: