bearophile wrote:
Don:
I've found that the function below improves things immensely. I might
propose it for std.metastrings in the next Phobos release.
Can you tell me what this function can be useful for?
Thank you, bye,
bearophile
If you have recursive mixins (such as appears in many of t
Don:
> I've found that the function below improves things immensely. I might
> propose it for std.metastrings in the next Phobos release.
Can you tell me what this function can be useful for?
Thank you, bye,
bearophile
Ellery Newcomer wrote:
On 04/20/2010 10:17 AM, Don wrote:
I don't see anything particularly ugly or hacky about CTFE code, like
the code below:
int greater(int a, int b) {
if (a>b) return a;
else return b;
}
int [ greater(short.max/3, 515) ] foo;
It isn't. Things don't get ugly until you hi
On 04/20/2010 01:02 PM, div0 wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ellery Newcomer wrote:
As ctfe support matures, I dream of a full-fledged parser generator that
can be evaluated at compile time, although that's way more heavy duty
than what most people will need.
My spirit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ellery Newcomer wrote:
>
> As ctfe support matures, I dream of a full-fledged parser generator that
> can be evaluated at compile time, although that's way more heavy duty
> than what most people will need.
>
My spirit port might be an option at som
On 04/20/2010 10:17 AM, Don wrote:
I don't see anything particularly ugly or hacky about CTFE code, like
the code below:
int greater(int a, int b) {
if (a>b) return a;
else return b;
}
int [ greater(short.max/3, 515) ] foo;
It isn't. Things don't get ugly until you hit the relatively low cei
Ary Borenszweig wrote:
Ellery Newcomer wrote:
Are there any good libraries for ctfe/code generation?
I don't know, things like parsing support for compile time strings,
string formatting, type <-> string
My project seems to be growing ctfe, and it's all horribly hacky and
ugly code.
I thi
Ellery Newcomer wrote:
Are there any good libraries for ctfe/code generation?
I don't know, things like parsing support for compile time strings,
string formatting, type <-> string
My project seems to be growing ctfe, and it's all horribly hacky and
ugly code.
I've found that the function
Ellery Newcomer wrote:
Are there any good libraries for ctfe/code generation?
I don't know, things like parsing support for compile time strings,
string formatting, type <-> string
My project seems to be growing ctfe, and it's all horribly hacky and
ugly code.
I think all ctfe code is horr
Ellery Newcomer wrote:
Are there any good libraries for ctfe/code generation?
I don't know, things like parsing support for compile time strings,
string formatting, type <-> string
My project seems to be growing ctfe, and it's all horribly hacky and
ugly code.
I think all ctfe code is horr
Are there any good libraries for ctfe/code generation?
I don't know, things like parsing support for compile time strings,
string formatting, type <-> string
My project seems to be growing ctfe, and it's all horribly hacky and
ugly code.
11 matches
Mail list logo