You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clo...@googlegroups.com, stelo...@gmail.com, se...@sungpae.com
Ah, reader macro! Thanks!
Ignore next form (#_) The form following #_ is completely skipped by the reader. (This is a more complete removal than the comment macro which yields nil).
Conclusion: Don't use the comment macro. It makes runtime overhead.
2014년 6월 10일 화요일 오후 12시 22분 50초 UTC+9, guns 님의 말:
Alex Miller
unread,
Jun 10, 2014, 1:01:20 AM6/10/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clo...@googlegroups.com, stelo...@gmail.com, se...@sungpae.com
The only place I've found the comment macro to be useful is at the top-level of a ns to hold a bunch of test/temp code.
Karsten Schmidt
unread,
Jun 10, 2014, 5:19:08 AM6/10/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clo...@googlegroups.com, stelo...@gmail.com, se...@sungpae.com
Also, if you write your let bindings (according to common convention)
so that you have one binding per line, you can use ;; to create a line
comment, like:
(let [x 1
;;y 2
]
x)
(Ps. A single semicolon would suffice, but the double version keeps
indentation when formatting the buffer in Emacs (and other editors))
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo...@googlegroups.com > Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+u...@googlegroups.com > For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en > ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+u...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.