Michel Hermier
Michel Hermier
What ever the build system, it does requires maintenance and integration. Cmake is more popular than premake. But both of them have at least one critical problems because of the...
I think the real problem here is a popular contest. And considering the issues of CMake and premake I know, I think premake is a bit more superior because it...
And the popularity contest begin... The idea of having a generator in wren is very nice, to make it more autonomous, I don't think it wise to do so because...
I didn't though this deep, but true. I can add them trivially, for `Bool op Bool`. Supporting `Num` could be done, but would require too much care than what I...
Done. About the `Num` to/from `Bool` conversions, while I agree it should be done at some point in some way or another it should happens in another place. Since I...
There is an interesting side effect to it, it force evaluation of the right and side, contrary to logical operands. I think there is a potential use for that in...
Took a quick pick at the implementation, and I don't like it as this. It is, too much tight coupled to the host functions, seems to force network debugging, and...
@munificent clearly stated that he was against such addition. That said, in particular when you are manipulating strings/parsing the lack of easy conversion between char, string and number is really...
Well my personal taste would be to have a native type for `Char`. It would solve a bunch of problems, but I wounder how costly it could be in the...
From what I remember, it was that String was enough to handle any character needs. But from my point of view the argument was limited by string subscript access, and...