diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-11-07 15:12:53 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-11-07 15:12:53 -0800 |
commit | 2136ad26b86599fd4a38190d29f590c3e5557371 (patch) | |
tree | cef237923403e19e3dd7380e30b3279ded728f14 | |
parent | bf3783ada071aeaee8f22bfc944fee8503768539 (diff) | |
download | mu-2136ad26b86599fd4a38190d29f590c3e5557371.tar.gz |
7204
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index de8e8201..46131b34 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ Mu builds on many ideas that have come before, especially: - [David Parnas](http://www.cs.umd.edu/class/spring2003/cmsc838p/Design/criteria.pdf) and others for highlighting the value of separating concerns and stepwise refinement; -- The folklore of debugging by print and the trace facility in many lisp +- The folklore of debugging by print and the trace facility in many Lisp systems; - Automated tests for showing the value of developing programs inside an elaborate harness; |