## Constant: COMMON-LISP:LAMBDA-PARAMETERS-LIMIT [![package](https://img.shields.io/badge/Package-COMMON--LISP-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Constant-5f9ea0.svg?style=social&colorA=999999)](../#constant) [![clhs](https://img.shields.io/badge/CLHS-LAMBDA--PARAMETERS--LIMIT-5f9ea0.svg?style=social&colorA=999999)](http://www.lispworks.com/documentation/HyperSpec/Body/v_lamb_1.htm) > The exclusive upper bound on the number of parameters which may be specified > in a given lambda list. This is actually the limit on required and &OPTIONAL > parameters. With &KEY and &AUX you can get more. ### Value ```cl 4611686018427387903 ```