Skip to content

Commit 653b4f3

Browse files
committed
up
1 parent 957e731 commit 653b4f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# lambda-lisp.js
22

3-
An interpreter of [lambda calculus](https://en.wikipedia.org/wiki/Lambda_calculus),
4-
that implements call-by-need lazy evaluation.
3+
An implementation of [lambda calculus](https://en.wikipedia.org/wiki/Lambda_calculus).
54

65
```scheme
76
(define name body)

0 commit comments

Comments
 (0)