top | item 46700632 (no title) dmead | 1 month ago Is this what the fp community calls referential transparency? discuss order hn newest Jtsummers|1 month ago Very similar, referential transparency is the ability to replace a function call (or expression, generally) with its result (or value). So using an array (or other tabling mechanism) you can take advantage of this to trade off space for time.
Jtsummers|1 month ago Very similar, referential transparency is the ability to replace a function call (or expression, generally) with its result (or value). So using an array (or other tabling mechanism) you can take advantage of this to trade off space for time.
Jtsummers|1 month ago