Skip to content

Commit

Permalink
Add let to README. #12
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenhombre committed Jul 24, 2022
1 parent 34a208d commit bf1e92e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class](https://www.dabeaz.com/sicp.html).
`smallscheme` is not a complete R7RS Scheme (or R5RS for that matter) -- it implements
everything needed to follow along in
[SICP](https://en.wikipedia.org/wiki/Structure_and_Interpretation_of_Computer_Programs)
up to page **63**. `smallscheme` is very lightweight and can be
up to page **68**. `smallscheme` is very lightweight and can be
installed on any Python 3 installation as follows:

# Install
Expand Down Expand Up @@ -86,6 +86,7 @@ There are also two simple functions used in the Scheme-language tests: `is` and
define
if
lambda
let
or
quote

Expand Down

0 comments on commit bf1e92e

Please sign in to comment.