Loom

A blog engine that just works. One binary, no setup, no dependencies.

Posts tagged “closures” (1)

Lambdas — Functions as ValuesAug 22 8.4K

Lambdas gave C++ something it never had — the ability to define behavior right where you need it.

--cpp --lambdas --functional --closures