| [ << Scheme tutorial ] | [Top][Contents][Index] | [ Interfaces for programmers >> ] |
| [ < Scheme simple data types ] | [ Up: Introduction to Scheme ] | [ Pairs > ] |
1.1.4 Scheme compound data types
There are also compound data types in Scheme. The types commonly used in LilyPond programming include pairs, lists, alists, and hash tables.
| Pairs | ||
| Lists | ||
| Association lists (alists) | ||
| Hash tables |
| [ << Scheme tutorial ] | [Top][Contents][Index] | [ Interfaces for programmers >> ] |
| [ < Scheme simple data types ] | [ Up: Introduction to Scheme ] | [ Pairs > ] |