Replies: 2 comments 3 replies
-
I like 'Cells', 'Functor' sounds scary |
Beta Was this translation helpful? Give feedback.
2 replies
-
Functor sounds cool. But is there reason using functor instead of function? Because function sounds more intuitive. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been tempted to change the name 'Cells' for quite some time. The original name was chosen by analogy with spreadsheet cells, but it has since become a misnomer. After exploring and rejecting several alternative names—such as 'Method,' 'Calc,' 'SmartFunc,' and 'Memoizer'—the most promising candidate at the moment is 'Functor,' a term historically used in C++ to mean a function object. Consequently, some API functions and methods, such as
defcells
,new_cells
, andclear_cells
, would be renamed. The old names would also remain available for quite a while.Beta Was this translation helpful? Give feedback.
All reactions