←back to thread

428 points ahamez | 1 comments | | HN request time: 0s | source
Show context
xtacy ◴[] No.45008145[source]
Are there good public examples of well designed APIs that have stood the test of time?
replies(1): >>45008302 #
1. binaryturtle ◴[] No.45008302[source]
I always thought the Amiga APIs with the tag lists were cool. You easily could extend the API/ABI w/o breaking anything at the binary level (assuming you made the calls accept tag lists as parameters to begin with, of course).