Re: Vars named **

2016-06-06 Thread unst...@gmail.com
Maybe Nightcode  would scratch a 
similar itch?

On Monday, 6 June 2016 21:02:59 UTC-6, Fluid Dynamics wrote:
>
> On Monday, June 6, 2016 at 7:28:18 AM UTC-4, Gordon Syme wrote:
>>
>> Easily verified - 
>> https://github.com/arthuredelstein/clooj/blob/master/project.clj
>
>
> What the hell? That commit is over two years old. 
>

-- 
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: Vars named **

2016-06-06 Thread Sean Corfield
Since hardly anyone uses Clooj, I doubt Arthur has had much incentive to keep 
maintaining it. The last commit to the entire project was almost exactly two 
years ago…

 

Sean Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


 

On 6/6/16, 7:36 PM, "Fluid Dynamics"  wrote:

 

On Monday, June 6, 2016 at 7:28:18 AM UTC-4, Gordon Syme wrote:

Easily verified - 
https://github.com/arthuredelstein/clooj/blob/master/project.clj


What the hell? That commit is over two years old. 

 

-- 
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: Vars named **

2016-06-06 Thread Fluid Dynamics
On Monday, June 6, 2016 at 7:28:18 AM UTC-4, Gordon Syme wrote:
>
> Easily verified - 
> https://github.com/arthuredelstein/clooj/blob/master/project.clj


What the hell? That commit is over two years old. 

-- 
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: Vars named **

2016-06-06 Thread Gordon Syme
Easily verified - 
https://github.com/arthuredelstein/clooj/blob/master/project.clj

-Gordon

-- 
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: Vars named **

2016-06-05 Thread Fluid Dynamics
On Saturday, June 4, 2016 at 6:29:00 PM UTC-4, Alex Miller wrote:
>
> This was fixed in http://dev.clojure.org/jira/browse/CLJ-1233 way back in 
> Clojure 1.6. 
>

That would mean that the current version of clooj (0.4.4) is still using 
Clojure 1.5?! 

Or is there a newer version of clooj that I've somehow missed?

-- 
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: Vars named **

2016-06-04 Thread Alex Miller
This was fixed in http://dev.clojure.org/jira/browse/CLJ-1233 way back in 
Clojure 1.6.

On Saturday, June 4, 2016 at 5:25:34 PM UTC-5, Fluid Dynamics wrote:
>
> "Warning: ** not declared dynamic and thus is not dynamically rebindable, 
> but its name suggests otherwise. Please either indicate ^:dynamic ** or 
> change the name."
>
> *foo* is earmuffed, but ** has nothing between the astersisks to be 
> earmuffed. Far more likely is that someone has defined a special 
> multiplication function, or an exponentiation function, or some other mathy 
> thing (matrix mult?) that isn't intended to be dynamic and whose name 
> doesn't really suggest that it is, unlike the case with something between 
> the asterisks.
>
> Please consider exempting ** with nothing between the *s from this warning 
> in future versions. Thanks.
>

-- 
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.