←back to thread

428 points ahamez | 2 comments | | HN request time: 0.661s | source
1. xtacy ◴[] No.45008145[source]
Are there good public examples of well designed APIs that have stood the test of time?
replies(1): >>45008302 #
2. 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).