⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

A sequence is an ordered list of values. A sequence might be an [[array]] or [[linked list]] that contains the values, or it might be a lazy sequence that knows how to generate the values.

Some languages, like [[Common Lisp]] and [[Factor]], use the term ''sequence''; but some other languages, like [[Java]], prefer the term ''list'' for the same idea.

[[Category:Encyclopedia]]