Skip to main content
Yakk - Adam Nevraumont's user avatar
Yakk - Adam Nevraumont's user avatar
Yakk - Adam Nevraumont's user avatar
Yakk - Adam Nevraumont
  • Member for 12 years, 6 months
  • Last seen this week
  • Canada
Stats
277,115
reputation
15.2m
reached
5,665
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
357
silver badges
566
bronze badges
21,727
Score
5,487
Posts
96
Posts %
9,916
Score
2,297
Posts
40
Posts %
3,371
Score
1,136
Posts
20
Posts %
2,621
Score
418
Posts
7
Posts %
2,307
Score
463
Posts
8
Posts %
1,395
Score
256
Posts
4
Posts %