Skip to content

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

Open
@boolpath

Description

@boolpath

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions