digitalmars.D.learn - What is the term for a function that can be CTFEed?
- BCS (4/4) Aug 09 2010 We have pure functions, member functions, static functions and global fu...
- BCS (6/9) Aug 09 2010 Compile Time Evaluable Function = CTEF? (sounds like CDEF; so testing ma...
- Jonathan M Davis (3/5) Aug 09 2010 Haven't we typical called them CTFE or CTFEable functions?
We have pure functions, member functions, static functions and global functions; but what kind of function can always be used with CTFE? -- ... <IXOYE><
Aug 09 2010
Hello BCS,We have pure functions, member functions, static functions and global functions; but what kind of function can always be used with CTFE?Compile Time Evaluable Function = CTEF? (sounds like CDEF; so testing many minor variant of one you get AB CTEF testing :b ) Or not. -- ... <IXOYE><
Aug 09 2010
On Monday 09 August 2010 21:18:42 BCS wrote:We have pure functions, member functions, static functions and global functions; but what kind of function can always be used with CTFE?Haven't we typical called them CTFE or CTFEable functions? - Jonathan M Davis
Aug 09 2010
Hello Jonathan,On Monday 09 August 2010 21:18:42 BCS wrote:I've seen the first used, even used it my self (but it isn't even the correct part of speech) and the second is kind of hard to say. -- ... <IXOYE><We have pure functions, member functions, static functions and global functions; but what kind of function can always be used with CTFE?Haven't we typical called them CTFE or CTFEable functions?
Aug 10 2010
On 10/08/2010 13:59, BCS wrote:Hello Jonathan,I call them F-able functions. Where F stands for Fantasic or F*ck depending on how complicated they are. -- My enormous talent is exceeded only by my outrageous laziness. http://www.ssTk.co.ukOn Monday 09 August 2010 21:18:42 BCS wrote:I've seen the first used, even used it my self (but it isn't even the correct part of speech) and the second is kind of hard to say.We have pure functions, member functions, static functions and global functions; but what kind of function can always be used with CTFE?Haven't we typical called them CTFE or CTFEable functions?
Aug 10 2010