Skip to content

Commit

Permalink
Add alpha status caveat.
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenhombre committed Jul 25, 2022
1 parent f997a97 commit 4ae08bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,16 @@ Scheme and vice-versa), look at
See also the sample program in the [examples
folder](https://github.com/eigenhombre/smallscheme/tree/master/examples).

# Caveat
# Caveats

Not a production-ready language implementation -- error messages and
performance in particular may not be the best. Features used in later
parts of SICP may not be available yet. I have been implementing
them roughly in the order they are introduced.

The status of this work should be considered very alpha. APIs and
implementation details may change.

# Limitations

`smallscheme` uses Python lists to represent Scheme lists. As such it
Expand Down

0 comments on commit 4ae08bf

Please sign in to comment.