diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-06-24 15:46:30 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-06-24 15:46:30 -0700 |
commit | 95fe5a4a07989382be6adb85f59ff7292a93fdee (patch) | |
tree | 84c693f1370351c2fd16b628da5cd367849b2f44 | |
parent | b3f44d64c453814d1a04804a3f2c2d1fbdfa8899 (diff) | |
download | mu-95fe5a4a07989382be6adb85f59ff7292a93fdee.tar.gz |
1633
-rw-r--r-- | Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md index 19f78806..283b52bb 100644 --- a/Readme.md +++ b/Readme.md @@ -388,8 +388,8 @@ Mu builds on many ideas that have come before, especially: and others for highlighting the value of separating concerns and stepwise refinement; - [Lisp](http://www.paulgraham.com/rootsoflisp.html) for showing the power of - dynamic languages, late binding and providing the right primitives a la - carte, especially lisp macros; + dynamic languages, late binding and providing the right primitives *a la + carte*, especially lisp macros; - 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 |