reader literal , tagged literal

2012-12-22 Thread John Gabriele
Are reader literals the same thing as tagged literals? (It appears
that the Clojure 1.4 changes.md file refers to them as reader
literals, but http://clojure.org/reader calls them tagged
literals.)

Thanks,
---John

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: reader literal , tagged literal

2012-12-22 Thread John Gabriele
On Saturday, December 22, 2012 12:03:00 PM UTC-5, John Gabriele wrote:

 Are reader literals the same thing as tagged literals?

 
While on the subject, I added the term tagged literal to the CDS 
glossary:  
https://github.com/clojuredocs/cds/blob/master/articles/language/glossary.md 
. Please let me know if it's incorrect or could be worded better.

Thanks!
---John

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: reader literal , tagged literal

2012-12-22 Thread Steve Miner
I'd say that tagged literal is the preferred term for expressions like #inst 
2012.  The term reader literal might perhaps refer to any literal (number, 
string, etc.) that doesn't need any further evaluation, although I think people 
use it loosely to mean the same thing as tagged literal.

A data-reader would be the function assigned to read the tagged literal.  See 
*data-readers* and default-data-readers.

On Dec 22, 2012, at 12:03 PM, John Gabriele jmg3...@gmail.com wrote:

 Are reader literals the same thing as tagged literals? (It appears
 that the Clojure 1.4 changes.md file refers to them as reader
 literals, but http://clojure.org/reader calls them tagged
 literals.)
 
 Thanks,
 ---John
 
 -- 
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@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+unsubscr...@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 post to this group, send email to clojure@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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: reader literal , tagged literal

2012-12-22 Thread Stuart Sierra
yes

On Saturday, December 22, 2012 12:03:00 PM UTC-5, John Gabriele wrote:

 Are reader literals the same thing as tagged literals? (It appears 
 that the Clojure 1.4 changes.md file refers to them as reader 
 literals, but http://clojure.org/reader calls them tagged 
 literals.) 

 Thanks, 
 ---John 


-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en