Hi Bastien,

We talked about namespaced keywords in 'Clojure Programming'.  A brief 
introduction to them can be found on page 14, which you can get for free @ 
http://clojurebook.com (look for the "first chapter" link on the right).  
They're used for more than e.g. unambiguously keying slots in a map, but those 
cases are described later in the book.

Cheers,

- Chas

On Jul 9, 2013, at 4:57 PM, Bastien Guerry wrote:

> Hi all,
> 
> while reading the documentation for friend, I stumbled upon 
> "auto-namespaced keywords" -- how can I find more doc about
> them?
> 
> I'm trying to use friend within a luminus templated webapp,
> and "lein ring server" returns this error when I use ::user:
> 
>  CompilerException: java.lang.RuntimeException: Invalid
>  token: ::users/user, compiling:(kickhub/routes/auth.clj:141:37)
> 
> Thanks in advance for any pointer!
> 
> -- 
> Bastien
> 
> -- 
> -- 
> 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 unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
> 
> 

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to