norvig / paip-lisp

Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"
MIT License
7.19k stars 702 forks source link

encode parentheses #164

Open pronoiac opened 2 years ago

pronoiac commented 2 years ago

tags: script, prettier markdown

Switch to (regex) from (regex).

If that's hard to read:

good: `(exp)`
 bad: (`exp`)