positional-lambda

2012-10-13

positional-lambda is a concise, intuitive and flexible syntax (macro) for trivial lambdas that eschews explicit (and often contextually-redundant) naming of parameter variables in favor of positional references, with support for a used or ignored &rest parameter and automatic declaration of ignored parameters when logical "gaps" are left in the positional references. Further convenience features are provided.

Upstream URL

tarballs.hexstreamsoft.com/libraries/latest/positional-lambda_latest.tar.gz

Author

Jean-Philippe Paradis <hexstream@gmail.com>

License

Public Domain
README

positional-lambda

positional-lambda is a concise, intuitive and flexible syntax (macro) for trivial lambdas that eschews explicit (and often contextually-redundant) naming of parameter variables in favor of positional references, with support for a used or ignored &rest parameter and automatic declaration of ignored parameters when logical "gaps" are left in the positional references. Further convenience features are provided.

Version:
2.0
License:
Public Domain
Authors:
Jean-Philippe Paradis <hexstream@gmail.com>
Dependencies:
  • map-bind

Dependencies (1)

  • map-bind
  • GitHub
  • Quicklisp