diff options
| author | Joel Martin <github@martintribe.org> | 2015-03-07 23:56:00 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-03-07 23:56:00 -0600 |
| commit | bd08422d33f4982b27eef1a6618adaa98fcb46e2 (patch) | |
| tree | f8235628bdb0ba60d65c744b61af987edb8b8f98 | |
| parent | 0a63c9f9db29436c94f09d47b8b3296cecce8d6c (diff) | |
| download | mal-bd08422d33f4982b27eef1a6618adaa98fcb46e2.tar.gz mal-bd08422d33f4982b27eef1a6618adaa98fcb46e2.zip | |
README: remove gratuitous parens.
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -35,11 +35,11 @@ Mal is implemented in 27 different languages: * Visual Basic.NET -Mal is a learning tool. See the ([make-a-lisp process -guide](process/guide.md)). Each implementation of mal is separated -into 11 incremental, self-contained (and testable) steps that -demonstrate core concepts of Lisp. The last step is capable of -self-hosting (running the mal implementation of mal). +Mal is a learning tool. See the [make-a-lisp process +guide](process/guide.md). Each implementation of mal is separated into +11 incremental, self-contained (and testable) steps that demonstrate +core concepts of Lisp. The last step is capable of self-hosting +(running the mal implementation of mal). The mal (make a lisp) steps are: |
