lastname "Meneses")*
*"Daniel Meneses"*
*user=> (my-name :name "Daniel")*
*"Daniel "*
*
*
can someone explain to me, why the :or map isn't being used?*
*
thanks in advance :D
--
Daniel Meneses Báez
--
--
You received this message because you are
> user=>
>
> You don't need to use all the Java interop syntax you're using, you can
> refer to and compare these static fields directly. In the end these are
> simply Integer comparisons.
>
> DD
>
> (2013/08/14 11:45), Daniel Meneses Báez wrote:
> >
;; false
>> (p/wednesday? (time/now)) ;; true (for me in California since (time/now)
>> is UTC)
>>
>> (p/monday? (local/local-now)) ;; false
>> (p/tuesday? (local/local-now)) ;; true (for me)
>> (p/wednesday? (local/local-now)) ;; false (not yet in California)
&
t]
`(= (.get ~instant Calendar/DAY_OF_WEEK)
(. Calendar (symbol ~s
#'user/is
user> (is "TUESDAY" (Calendar/getInstance))
CompilerException java.lang.IllegalArgumentException: No matching method:
symbol, compiling:(NO_SOURCE_PATH:1:1)
user>
isn't working
btw I'm really loving the language.
--
Daniel Meneses Báez
--
--
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 pa