Category:Wren-seq: Difference between revisions

Content added Content deleted
m (Tidied links.)
(Changed blurb following addition of View class.)
Line 2: Line 2:
'''Wren-seq''' is a module which supplements the methods in the Wren programming language's Sequence and List classes with static methods in the Seq and Lst classes respectively.
'''Wren-seq''' is a module which supplements the methods in the Wren programming language's Sequence and List classes with static methods in the Seq and Lst classes respectively.


It also adds new list-based FrozenList and Stack classes which do what you would expect from their names.
It also adds new list-based FrozenList, Stack and View classes which do what you would expect from their names.


It is the sixth in a series of modules (listed on the language's [https://rosettacode.org/wiki/Category:Wren main page]) designed to assist with writing Rosetta Code tasks so the same code does not have to be written or copy/pasted time and time again thereby bloating a task's script code unnecessarily.
It is the sixth in a series of modules (listed on the language's [https://rosettacode.org/wiki/Category:Wren main page]) designed to assist with writing Rosetta Code tasks so the same code does not have to be written or copy/pasted time and time again thereby bloating a task's script code unnecessarily.