Posts tagged "immutable":
Immutable collections in Ruby with Hamster
14 Feb 2016
Ruby has much in common with functional programming languages. For example, Ruby supports high-order functions, lambdas, currying and recursion, but not the immutability - Ruby’s types and data structures are mutable and can be changed at any time.
(...)