Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 7: (read-string ("+")) #205

Open
boolpath opened this issue Oct 28, 2020 · 0 comments
Open

Chapter 7: (read-string ("+")) #205

boolpath opened this issue Oct 28, 2020 · 0 comments

Comments

@boolpath
Copy link

boolpath commented Oct 28, 2020

This line: https://github.com/flyingmachine/brave-clojure-web/blob/master/content/cftbat/read-and-eval.html#L238

Extra parens around "+":

(read-string ("+"))
; => +

Instead, it should be:

(read-string "+")
; => +

Amazing chapter! And very useful tree images.

@boolpath boolpath changed the title Chapter 7: (read-string "(+)") Chapter 7: (read-string ("+")) Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant