Hacker News new | ask | show | jobs
by coldtea 4458 days ago
Perhaps you refer to lambdas in Python.

Those are not the same thing as Lambda calculus -- it's just a bad naming decision for a Python language feature (short anonymous function construct).