Does steel scheme have lazy evaluation? #173
Answered
by
mattwparas
amano-kenji
asked this question in
Q&A
-
When I used clojure and haskell, I liked persistent data structures and lazy evaluation. Does steel scheme have lazy evaluation? |
Beta Was this translation helpful? Give feedback.
Answered by
mattwparas
Feb 28, 2024
Replies: 1 comment
-
Steel is eagerly evaluated, however with closures you can emulate lazy evaluation (e.g. streams do this) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amano-kenji
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steel is eagerly evaluated, however with closures you can emulate lazy evaluation (e.g. streams do this)