Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
Lambda
Guides
Guide
Symbols
BetaReduce
BetaReductions
ColorizeLambda
EnumerateLambdas
EtaReduce
EvalLambda
FunctionLambda
LambdaCombinator
LambdaDiagram
LambdaFunction
LambdaSmiles
LambdaTree
RandomLambda
Wolfram`Lambda`
E
v
a
l
L
a
m
b
d
a
E
v
a
l
L
a
m
b
d
a
[
l
a
m
b
d
a
]
e
v
a
l
u
a
t
e
l
a
m
b
d
a
e
x
p
r
e
s
s
i
o
n
.
E
v
a
l
L
a
m
b
d
a
[
l
a
m
b
d
a
,
n
]
p
e
r
f
o
r
m
u
p
-
t
o
n
s
u
b
-
e
v
a
l
u
a
t
i
o
n
s
(
b
e
t
a
-
r
e
d
u
c
t
i
o
n
s
a
n
d
s
u
b
s
t
i
t
u
t
i
o
n
s
)
.
Examples
(
6
)
Basic Examples
(
2
)
Evaluate lambda expression:
I
n
[
1
]
:
=
E
v
a
l
L
a
m
b
d
a
[
λ
.
[
λ
.
[
1
[
2
]
]
[
λ
.
[
2
[
1
]
]
]
]
[
x
.
]
]
O
u
t
[
1
]
=
x
.
[
x
.
]
Limit the number of sub-evaluation of the lambda expression:
I
n
[
1
]
:
=
E
v
a
l
L
a
m
b
d
a
[
λ
.
[
λ
.
[
1
[
2
]
]
[
λ
.
[
2
[
1
]
]
]
]
[
x
.
]
,
1
]
O
u
t
[
1
]
=
λ
.
[
1
[
x
.
]
]
[
λ
.
[
x
.
[
1
]
]
]
I
n
[
2
]
:
=
E
v
a
l
L
a
m
b
d
a
[
λ
.
[
λ
.
[
1
[
2
]
]
[
λ
.
[
2
[
1
]
]
]
]
[
x
.
]
,
2
]
O
u
t
[
2
]
=
λ
.
[
x
.
[
1
]
]
[
x
.
]
I
n
[
3
]
:
=
E
v
a
l
L
a
m
b
d
a
[
λ
.
[
λ
.
[
1
[
2
]
]
[
λ
.
[
2
[
1
]
]
]
]
[
x
.
]
,
3
]
O
u
t
[
3
]
=
x
.
[
x
.
]
S
c
o
p
e
(
2
)
P
r
o
p
e
r
t
i
e
s
&
R
e
l
a
t
i
o
n
s
(
1
)
N
e
a
t
E
x
a
m
p
l
e
s
(
1
)
S
e
e
A
l
s
o
B
e
t
a
R
e
d
u
c
e
▪
B
e
t
a
R
e
d
u
c
t
i
o
n
s
▪
L
a
m
b
d
a
F
u
n
c
t
i
o
n
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
G
u
i
d
e
"
"