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
Lazy
Guides
Guide
MainGuide
Symbols
LazyDirectoryTree
LazyExpression
LazyLength
LazyList
Lazy
LazySplits
LazyTraverse
LazyTreeEdges
LazyTree
LazyValueArray
LazyValue
MultiwayNest
Wolfram`Lazy`
L
a
z
y
L
a
z
y
[
e
x
p
r
]
e
v
a
l
u
a
t
e
e
x
p
r
u
s
i
n
g
l
a
z
y
d
a
t
a
s
t
r
u
c
t
u
r
e
s
.
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
L
a
z
y
[
N
o
r
m
a
l
@
T
a
k
e
[
S
e
l
e
c
t
[
R
a
n
g
e
[
I
n
f
i
n
i
t
y
]
,
P
r
i
m
e
Q
]
,
1
0
]
]
O
u
t
[
1
]
=
{
2
,
3
,
5
,
7
,
1
1
,
1
3
,
1
7
,
1
9
,
2
3
,
2
9
}
I
n
[
2
]
:
=
L
a
z
y
[
N
o
r
m
a
l
@
T
a
k
e
[
P
a
r
t
i
t
i
o
n
[
C
o
n
s
t
a
n
t
A
r
r
a
y
[
1
]
,
3
]
,
4
]
]
O
u
t
[
2
]
=
{
{
1
,
1
,
1
}
,
{
1
,
1
,
1
}
,
{
1
,
1
,
1
}
,
{
1
,
1
,
1
}
}
I
n
[
3
]
:
=
L
a
z
y
N
o
r
m
a
l
@
L
a
z
y
T
r
a
v
e
r
s
e
@
N
e
s
t
T
r
e
e
[
x
M
o
d
[
{
x
+
1
,
2
x
}
,
1
0
]
,
1
]
O
u
t
[
3
]
=
Lists should be explicitly converted to lazy lists:
I
n
[
4
]
:
=
L
a
z
y
N
o
r
m
a
l
@
T
a
k
e
M
a
p
T
h
r
e
a
d
T
i
m
e
s
,
L
a
z
y
L
i
s
t
@
{
R
a
n
g
e
[
I
n
f
i
n
i
t
y
]
,
R
a
n
g
e
[
2
,
I
n
f
i
n
i
t
y
]
}
,
4
O
u
t
[
4
]
=
{
2
,
6
,
1
2
,
2
0
}
"
"