type: fragment

cluster: tech

(draft)
e.g.
api of cpu: assembly
api of battery: (some instructions to get battery capacity etc.)
api of website: get ..
api of transistor: …
we write a helloworld.py
print(“hello world”);

the program itself don’t have api

if we create some function inside that program to change the program’s behavior

the program will has api (but very limited functionality tho)

api design

created on: Sun Nov 30 2025