nicole mazzuca
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!!! 
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...