Re: is this macro right?

2016-01-04 Thread Seth Verrinder
Hi,
I posted another answer to this. There's an additional problem with the 
macro that explains what you're seeing in your first example.

- Seth

On Monday, December 28, 2015 at 2:47:39 AM UTC-6, Mian Pao wrote:
>
>
> http://stackoverflow.com/questions/34448773/is-function-print-has-bug-in-clojure
>

-- 
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/d/optout.


Re: is this macro right?

2015-12-29 Thread Jacob Goodson
It says that a number cannot be cast to a function.

(3 4)

The number 3 is not a function, thus the reason for the error.

On Monday, December 28, 2015 at 3:47:39 AM UTC-5, Mian Pao wrote:
>
>
> http://stackoverflow.com/questions/34448773/is-function-print-has-bug-in-clojure
>

-- 
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/d/optout.


Re: is this macro right?

2015-12-28 Thread Mian Pao
Sorry, because i ask the first question which i can't find it.I'm sorry for 
that.

On Tuesday, December 29, 2015 at 4:50:57 AM UTC+8, Leif wrote:
>
> I tried to answer this on your other thread.  If it was unclear, please 
> tell me (on that thread) what points need to be clarified, and I'll try my 
> best.  I am unsure why you started a new thread asking the same question, 
> with even less context.
>
> --Leif
>
> On Monday, December 28, 2015 at 3:47:39 AM UTC-5, Mian Pao wrote:
>>
>>
>> http://stackoverflow.com/questions/34448773/is-function-print-has-bug-in-clojure
>>
>

-- 
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/d/optout.


Re: is this macro right?

2015-12-28 Thread Leif
I tried to answer this on your other thread.  If it was unclear, please 
tell me (on that thread) what points need to be clarified, and I'll try my 
best.  I am unsure why you started a new thread asking the same question, 
with even less context.

--Leif

On Monday, December 28, 2015 at 3:47:39 AM UTC-5, Mian Pao wrote:
>
>
> http://stackoverflow.com/questions/34448773/is-function-print-has-bug-in-clojure
>

-- 
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/d/optout.


is this macro right?

2015-12-28 Thread Mian Pao
http://stackoverflow.com/questions/34448773/is-function-print-has-bug-in-clojure

-- 
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/d/optout.