association list (0 synonym found)

We don't have synonyms for association list yet — it may be a rare, specialized, newly coined, or misspelled word. The closest thesaurus entries we have are associationist, association test and associationalism.


We don't have any synonyms for association list yet.

Did you mean…

Think association list belongs in the thesaurus? Recommend it and we'll take a look.


Definition of association list:

(n) : (programming) A data structure that associates keys with data; implemented as a list whose members are paired storage locations (cons cells), one element of which (the car) contains the key and the other element of which (the cdr) contains the keyed data.

Definition of association list:

(n) : (programming) A data structure that associates keys with data; implemented as a list whose members are paired storage locations (cons cells), one element of which (the car) contains the key and the other element of which (the cdr) contains the keyed data.

Back to Top