digitalmars.D.learn - What is the term for a function that can be CTFEed?
- BCS <none anon.com> Aug 09 2010
- BCS <none anon.com> Aug 09 2010
- Jonathan M Davis <jmdavisprog gmail.com> Aug 09 2010
- BCS <none anon.com> Aug 10 2010
- div0 <div0 sourceforge.net> Aug 10 2010
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:We have pure functions, member functions, static functions and global functions; but what kind of function can always be used with CTFE?
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><
Aug 10 2010
On 10/08/2010 13:59, BCS wrote:Hello Jonathan,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?
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.
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.uk
Aug 10 2010









BCS <none anon.com> 