Skip Navigation
wosrediinanatour Florian Xaver @mastodon.social

software engineering (C++, Linux, containers,...) maths, statistics, open {maps,data,source}, railways

Posts 0
Comments 5
C++ coroutines do not spark joy
  • @5C5C5C @SuperFola You don't have to fix C++. Just use the appropriate level of abstraction. Else be happy that there is backward compatibility.

  • On harmful overuse of std::move - The Old New Thing
  • @BatmanAoD @Miaou It is just what you are used to.
    In C++ everything is a copy. Sometimes the compiler optimizes it away. clang-tidy may help. Having a clone() is very C-like.

  • Poll: what's your favorite IDE for C++ projects?
  • @lysdexic TMUX & VIM & clangd & vim-ale & fzf.vim

  • Xmake v2.8.2 Released, Official package repository count over 1k
  • @lysdexic @leviosa It's always the same with "new" build systems: people think that a new language will make things much easier. But for complex build systems, they then realize how difficult such systems are, which cannot be hidden.
    And about the syntax: that's not important.