← Back to context

Comment by chrisjj

9 hours ago

> Go 1.26 and 1.27 include experimental APIs for Single Instruction Multiple Data (SIMD) operations.

You'd think these people would know the meaning of API, no?

I suspect you stopped reading at web services on your link, but API is indeed the correct word to describe a set of functions from a library (built-in or not). If you disagree perhaps you should share your preferred term here?

> The term API is often used to refer to web APIs, which allow communication between computers that are joined by the internet. There are also APIs for programming languages, software libraries, computer operating systems, and computer hardware.

  • > API is indeed the correct word to describe a set of functions from a library (built-in or not).

    Uncorroborated by WP, note.

    > If you disagree perhaps you should share your preferred term here?

    Library functions.

    • “API” meant “library functions” long before the first web server responded with JSON.