| Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
|
|||||
Such persistence can be advantageous in the development of many applications. Moreover, the inherent referential transparency tends to make purely functional computation more amenable to analysis, both formal and informal.
Since every value in a purely functional computation is built up out of existing values, it is impossible to create a cycle of references. The result is that the reference graph, where there are edges from objects to the objects they reference, is a directed acyclic graph.
Functional programming