Thanks Nicola!

On Tue, Jul 30, 2013 at 2:32 PM, Nicola Mometto <brobro...@gmail.com> wrote:
>
> It's going to be possible in clojure-1.6 see: 
> https://github.com/clojure/clojure/commit/88cad2510243289d2bbe28cf8bd14007d9df5fc3
>
> Maik Schünemann writes:
>
>> Is / a valid clojure function name (valid, but not recommended)?
>> I tought so because of clojure.core//
>> in the repl there is also no problem with clojure.core//:
>> clojure.core//
>> ;=>#<core$_SLASH_ clojure.core$_SLASH_@6d996380>
>> but if / is in another namespace, for example in core.matrix:
>> clojure.core.matrix.operators//
>> RuntimeException Invalid token: clojure.core.matrix.operators//
>>  clojure.lang.Util.runtimeException (Util.java:219)
>>
>> clearly this is an edge case, because / also separates namespaces but I
>> think
>> if clojure.core// is valid clojure.core.matrix.operators// should also be a
>> valid token?!
>>
>> regards
>> Maik Schünemann
>>
>> --
>
> --
> --
> 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