Re: Is there a cheet sheet for some of the pure symbolic functions like #'

2015-06-08 Thread Andy Fingerhut
I have just updated the Clojure cheat sheet to add most of the characters described in the Weird and Wonderful Characters of Clojure article. Many of them were already in the Reader Macros section, but I have renamed that section to Special Characters and added most of them.

Re: Is there a cheet sheet for some of the pure symbolic functions like #'

2015-06-06 Thread Michael Wood
In addition to what the others said, try symbolhound: http://symbolhound.com/?q=%23%27+clojure -- Michael Wood On 05 Jun 2015 10:05 PM, Dru Sellers d...@drusellers.com wrote: Trying to google what #' means is tricky to say the least. Is there a good name for these that I can google to read

Re: Is there a cheet sheet for some of the pure symbolic functions like #'

2015-06-05 Thread Laurens Van Houtven
Hi Dru, I think you're looking for: http://clojure.org/reader hth lvh On Fri, Jun 5, 2015 at 3:05 PM, Dru Sellers d...@drusellers.com wrote: Trying to google what #' means is tricky to say the least. Is there a good name for these that I can google to read up on them? Thank you. -d

Re: Is there a cheet sheet for some of the pure symbolic functions like #'

2015-06-05 Thread Ben Smith-Mannschott
try googling for clojure reader macros. Dru Sellers mailto:d...@drusellers.com June 5, 2015 at 22:05via Postbox https://www.postbox-inc.com/?utm_source=emailutm_medium=sumlinkutm_campaign=reach Trying to google what #' means is tricky to say the least. Is there a good name for these that I

Re: Is there a cheet sheet for some of the pure symbolic functions like #'

2015-06-05 Thread Dru Sellers
perfect, thank you. On Fri, Jun 5, 2015 at 3:07 PM, Laurens Van Houtven _...@lvh.io wrote: Hi Dru, I think you're looking for: http://clojure.org/reader hth lvh On Fri, Jun 5, 2015 at 3:05 PM, Dru Sellers d...@drusellers.com wrote: Trying to google what #' means is tricky to say the

Is there a cheet sheet for some of the pure symbolic functions like #'

2015-06-05 Thread Dru Sellers
Trying to google what #' means is tricky to say the least. Is there a good name for these that I can google to read up on them? Thank you. -d -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: Is there a cheet sheet for some of the pure symbolic functions like #'

2015-06-05 Thread Franklin M. Siler
On Jun 5, 2015, at 1505, Dru Sellers d...@drusellers.com wrote: Trying to google what #' means is tricky to say the least. Is there a good name for these that I can google to read up on them? Good article. https://yobriefca.se/blog/2014/05/19/the-weird-and-wonderful-characters-of-clojure/