Skip to main content
The 2024 Developer Survey results are live! See the results
Yakk - Adam Nevraumont's user avatar
Yakk - Adam Nevraumont's user avatar
Yakk - Adam Nevraumont's user avatar
Yakk - Adam Nevraumont
  • Member for 11 years, 9 months
  • Last seen this week
  • Canada
Stats
271,417
reputation
14.3m
reached
5,600
answers
35
questions
Loading…
About
template<class R, class...Args>
auto Y = [](auto f) {
  auto action = [](auto f, auto&& action)->std::function<R(Args...)> {
    return [f, action](Args&&...args)mutable ->R{
      return f( action(std::ref(f), action), std::forward<Args>(args)... );
    };
  };
  return action(f, action);
};

Some fun C++ stuff I've done round here:

Here is a neat question I didn't ask:

the answer seems to be "actually, nope, but nobody noticed".

An amusing link:

which will show your reputation history on stack overflow, if you like that kind of thing.

ey eir em

30
gold badges
346
silver badges
545
bronze badges
21,248
Score
5,426
Posts
96
Posts %
9,817
Score
2,292
Posts
41
Posts %
3,314
Score
1,126
Posts
20
Posts %
2,538
Score
412
Posts
7
Posts %
2,283
Score
464
Posts
8
Posts %
1,370
Score
254
Posts
5
Posts %