This article has been just a primer to provide a taste of how easy list manipulation is in list-oriented languages like Scheme.
本文只是一个入门级读物,旨在让您体验了在Scheme等面向列表的语言中列表处理是何等简单。
2
Extending lists to handle arbitrary data types, to enable garbage collection, and to manipulate using list-oriented syntax can provide a useful paradigm for processing data.