タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

Rustとnode.jsとgolangに関するefclのブックマーク (1)

  • I want off Mr. Golang's Wild Ride

    This example does go on for a while, actually - but don’t let the specifics distract you. While it goes rather in-depth, it illustrates a larger point. Most of Go’s APIs (much like NodeJS’s APIs) are designed for Unix-like operating systems. This is not surprising, as Rob & Ken are from the Plan 9 gang. So, the file API in Go looks like this: // File represents an open file descriptor. type File s

    I want off Mr. Golang's Wild Ride
    efcl
    efcl 2021/09/06
    GoLangやNode.jsはUnix由来のAPIを持っていて、Windowsのことを正しくモデル化できていないケースが有る点や依存関係の話
  • 1