Topic: functional programming
Topic: referential transparency
Topic: safe use of pointers
Quotation Skeleton
In a pure [functional] language the result of … This key property is called referential transparency. … [p. 26] A CLEAN programmer can explicitly pass around … manner such that no violation of referential transparency … A function is said to have an argument … of the function. [Uses '*' to indicate a unique type] … One can only create a unique object out …
Google-1Google-2
Copyright clearance needed for quotation.
Additional Titles
Quote: CLEAN maintains referential transparency of mutable arguments by guaranteeing unique references; e.g., via a copy
Related Topics
Topic: functional programming (43 items)
Topic: referential transparency (26 items)
Topic: safe use of pointers (102 items)