Tags: Programming Language.
In computer science Peter Landin’s J operator is a programming construct that post-composes a lambda expression with the continuation to the current lambda-context. The resulting “function” is first-class and can be passed on to subsequent functions where if applied it will return its result to the continuation of the function in which it was created.