nicole mazzuca

Results 26 comments of nicole mazzuca

I'm not super invested in the Rust community anymore, but I am heavily invested into CMake (and am probably one of the more expert people in it, given my work...

Since this feature was just merged into C++20, the paper doing this would probably be useful to read as prior art: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0784r5.html

@RalfJung These are specifically for `constexpr` variables, which are variables which live in read only memory. You can allocate and everything at compile time, but if it's not stored to...

```cpp constexpr auto x = ...; // this variable can be used when a constant expression is needed // it cannot be mutated // one can only access a const...

Stop doing this. Seriously. You are filling up my inbox with your annoying bullshit.

Kind of; unfortunately, I can't redirect to a file, or I get a different error, but here's the amount I could copy from the backlog: https://gist.github.com/strega-nil/3fbd34423486a1073d6c5d87044940ca

I had the latest version from npm. Unfortunately, I just reinstalled windows, and my home directory no longer contains a space; I'll have to add a new user that does...

Thanks @bacongravy!!! ![bitmoji](https://render.bitstrips.com/v2/cpanel/b60cb965-cc0a-4365-8d1f-8d56e9255948-f7a94234-98bc-47eb-a110-f736943d3a3c-v1.png?transparent=1&palette=1&width=246)

Why do we want to remove semicolons? I really dislike removing semicolons :( The solutions are always subpar (whether ASI, OCaml-style, or go-style). IMO, the only real solution is to...

@jaredly I can't actually figure out what swift does, it doesn't seem to be documented anywhere? Is there documentation somewhere that I'm missing? @Risto-Stevcev that's not well supported. Those language...