Comment by MauranKilom

7 years ago

There is still quite a bit of friction at the seams to the "core" language though. If you write a plain templated function, you have to wrap it in a lambda (or some other functor type, or std::function I guess) before you can do anything with it except calling it. Pattern matching is also quite verbose currently.

Whether this matters really depends on the code you're trying to write of course.