-
The new boundary conditions/corrections system has been on develop for a few months now and I thought it would be a good idea to provide some feedback given that I worked with it for a bit. Overall, t…
-
Dart currently only allows passing arguments by value (where object references are values).
However, the language has first class closures which can close over variables, so you can *effectively* pas…
lrhn updated
3 months ago
-
Hi,
First, I'm not sure if the issue tracker is the right way to ask questions about the project. I haven't seen a mailing list, so I guess it's ok?
Please consider the example based on 'wrappin…
-
According to [this reddit post](https://www.reddit.com/r/cpp/comments/4k57tk/boost_mpl_dead/) the C++11 library [Brigand](https://github.com/edouarda/brigand) is the hot new sh*t to replace the quite …
-
Vanity appears to support collecting multiple metrics for each test, but when viewing the experiments on the dashboard conversion is shown only for one of them (or the union of them?). Is there a way …
-
-
Have you thought of including some basic primitive concepts? like those defined in "Elements of Programming" and similar to what will be in concepts-lite
-
This project looks awesome, and something I've been waiting for for years.
Something I noticed was not touched on very heavily was the topic of where this fits in the "complexity hierarchy" of exis…
-
As done in [ctti](https://github.com/Manu343726/ctti).
-
Immutable data are used heavily for web applications today, commonly with Elm-like (redux, ngrx, ...) architectures. Most common thing web developer is doing with data is creating a copy of it with so…