Post B5UF7fHrEAPdXIhVRI by nabijaczleweli@101010.pl
(DIR) More posts by nabijaczleweli@101010.pl
(DIR) Post #B5UF7fHrEAPdXIhVRI by nabijaczleweli@101010.pl
0 likes, 0 repeats
absolutely by far the killer USP of rust is the value-semantic object model. however, it made me almost deathly allergic to writing c++ move semantics so thats bad actually so the first good killer USP of rust is arbitrary zero-mental-cost method namespace injection
(DIR) Post #B5UF7fVgOlTIEBAXzM by nabijaczleweli@101010.pl
0 likes, 0 repeats
reflections on plusing cplus
(DIR) Post #B5UF7fjrY2oWw9ns5g by nabijaczleweli@101010.pl
0 likes, 0 repeats
also holy hell std::span SUCKS. they had an almost-perfect API with std::basic_string_view and they FUCKED it
(DIR) Post #B5UF7fuUuVJxT8mMfQ by mirabilos@toot.mirbsd.org
0 likes, 0 repeats
@nabijaczleweli inhowfar (for these of us not knowing the STL)?
(DIR) Post #B5UGnOG71nCiqCLQ48 by nabijaczleweli@101010.pl
0 likes, 0 repeats
@mirabilos poor interoperation with rest of library (views, conversions) and language (missing operators), diminished method interface (there are some new primitives, some even good! but why not a superset), lacking const upconversions
(DIR) Post #B5UGnOQkOFi9NBJuds by mirabilos@toot.mirbsd.org
0 likes, 0 repeats
@nabijaczleweli ah ok, so nothing to take note of when pondering a Span for C