Re: Java Source Indentation

2010-10-20 Thread David Jacobs
All right, I suppose I can accept that. I'm not quite at the point where I can fix bugs, but maybe that will happen soon. I do know that the more I use this language, the more I dig it. Thanks for the feedback, David On Oct 15, 7:24 am, Stuart Halloway wrote: > It's all about priorities. At this

Re: Java Source Indentation

2010-10-15 Thread Stuart Halloway
It's all about priorities. At this point the goal is to write Clojure in Clojure, so the useful lifecycle of Java indentation fixes is hopefully modest. If you are looking to spend time on Clojure, there are many tickets that need patches. :-) https://www.assembla.com/spaces/clojure/tickets/cus

Re: Java Source Indentation

2010-10-15 Thread David Jacobs
I get that. However, "broken" can describe code on several different levels, not just on the level of compilation or execution. I would say that for a young aspiring language like Clojure, having readable, presentable source code is key, and that not having these things amounts to being broken,

Re: Java Source Indentation

2010-10-15 Thread Laurent PETIT
2010/10/15 B Smith-Mannschott > On Fri, Oct 15, 2010 at 04:13, David Jacobs > wrote: > > I've just started learning Clojure and I'm excited about what I see. The > combination of power and sophistication in the language is refreshing, and > I've started to dive into the source code to understand

Re: Java Source Indentation

2010-10-14 Thread B Smith-Mannschott
On Fri, Oct 15, 2010 at 04:13, David Jacobs wrote: > I've just started learning Clojure and I'm excited about what I see. The > combination of power and sophistication in the language is refreshing, and > I've started to dive into the source code to understand it better. > > One meta-observation

Re: Java Source Indentation

2010-10-14 Thread Santosh Rajan
IMHO if it is not broken, dont fix it. I am sure the original authors are aware and are very much around. Probably they would be the best people to do it anyway. On Fri, Oct 15, 2010 at 7:43 AM, David Jacobs < develo...@allthingsprogress.com> wrote: > I've just started learning Clojure and I'm ex

Java Source Indentation

2010-10-14 Thread David Jacobs
I've just started learning Clojure and I'm excited about what I see. The combination of power and sophistication in the language is refreshing, and I've started to dive into the source code to understand it better. One meta-observation has come out of my scouring. The indentation used for the p