Re: How Do I Tell Clojure Which Classloader to Use?

2010-07-05 Thread Chas Emerick
Clojure does use the context classloader by default for its "root" classloader (on top of which it sometimes creates new DynamicCLassloaders). This behaviour is controlled by the value of *use-context-classloader*, which is true by default. I don't have any java web start experience, so I'

Re: auto-indent in Counterclockwise

2010-07-05 Thread Chas Emerick
On Jul 4, 2010, at 4:10 PM, Laurent PETIT wrote: I know talk is cheap and beggars can't be choosers, etc., but FWIW I would prefer to have something close to the "default" mode but with tab (or some other key) The default "reindent line" keyboard shortcut in Eclipse is Ctrl+I. Would this b

Re: How Do I Tell Clojure Which Classloader to Use?

2010-07-05 Thread Nick Mudge
Also I should note that all my clojure code is compiled to classes and the classes are jarred and sent to the Java Web Start program along with clojure.jar. On Jul 4, 3:53 am, Nick Mudge wrote: > I am writing a 3rd party module in Clojure for a Java Web Start > application written in Java. > > I

Re: Online Clojure for beginners course starting july 19th

2010-07-05 Thread Nick Mudge
Cool. Signed up. Mudge On Jul 4, 10:47 am, Arie van Wingerden wrote: > Hi, > > at Rubylearning.org a course on Clojure will be taught soon. See the details > here ... >    http://rubylearning.com/blog/2010/07/04/new-course-clojure-for-beginn... > > The course starts july 19th and lasts for a week

Re: How Do I Tell Clojure Which Classloader to Use?

2010-07-05 Thread Nick Mudge
Is there a way to tell which classloader clojure is using? On Jul 5, 4:53 am, Chas Emerick wrote: > Clojure does use the context classloader by default for its "root"   > classloader (on top of which it sometimes creates new   > DynamicCLassloaders).  This behaviour is controlled by the value of

Re: Online Clojure for beginners course starting july 19th

2010-07-05 Thread Nick Mudge
Cool. Signed up. On Jul 4, 10:47 am, Arie van Wingerden wrote: > Hi, > > at Rubylearning.org a course on Clojure will be taught soon. See the details > here ... >    http://rubylearning.com/blog/2010/07/04/new-course-clojure-for-beginn... > > The course starts july 19th and lasts for a week. > >

Re: auto-indent in Counterclockwise

2010-07-05 Thread Laurent PETIT
Hi Chas, 2010/7/5 Chas Emerick : > > On Jul 4, 2010, at 4:10 PM, Laurent PETIT wrote: > >>> I know talk is cheap and beggars can't be choosers, etc., but FWIW I >>> would prefer to have something close to the "default" mode but with tab (or >>> some other key) >> >> The default "reindent line" key

Re: auto-indent in Counterclockwise

2010-07-05 Thread Laurent PETIT
2010/7/5 Lee Spector : > > On Jul 4, 2010, at 6:46 PM, Laurent PETIT wrote: >> >> I guess I could make the Tab-as-indent-line behavior go back to the >> default mode, and introduce the >> Esc.-as-no-interpretation-by-the-editor-for-the-nex-keystroke . So >> people wanting to insert a real tab could

Re: auto-indent in Counterclockwise

2010-07-05 Thread Laurent PETIT
OK. Concerning the specific "indent line" issue, I guess I'll finally do the following : * align the default way of re-indenting a line with the Eclipse standard, e.g. Ctrl+I on Windows/Linux (what is it for Mac ?) * this way this can be overriden by the user via the Window > Preferences > G

Re: auto-indent in Counterclockwise

2010-07-05 Thread Lee Spector
On Jul 5, 2010, at 4:49 PM, Laurent PETIT wrote: > But I could define both Tab > and Ctrl+I (the eclipse's way of reindenting, though I find it pretty > hard to use on a regular basis) for reindenting the current line. inc Are there objections to defining both to do re-indentation? Eclipse nati

Re: auto-indent in Counterclockwise

2010-07-05 Thread Lee Spector
On Jul 5, 2010, at 4:52 PM, Laurent PETIT wrote: > Sorry if I offensed you by suggesting you didn't "get" the virtues of > homoïconicity ! I would love to hear details on what a good structure > editor (not just a semi-editor like paredit) looks like ! No offense taken. I'll see if I can find any

Re: Documentation and examples (and where is the documentation on reduce)?

2010-07-05 Thread Justin Kramer
I've integrated your suggestions into the wiki's guidelines: http://clojure-examples.appspot.com/guidelines Feel free to add anything else that needs mentioning. There's also a talk page for discussion. Justin On Jul 2, 6:37 pm, Mike Meyer wrote: > On Fri, 2 Jul 2010 14:50:18 -0700 (PDT) > > J

Re: auto-indent in Counterclockwise

2010-07-05 Thread Sean Corfield
On Mon, Jul 5, 2010 at 5:05 AM, Chas Emerick wrote: > As a tangent, does anyone else find the default structural editing shortcuts > fairly painful, e.g. overriding Mac defaults for goto-end-of-line, > select-next-word, etc? No, I hadn't found it painful in my brief run around with CCW over the l

Re: auto-indent in Counterclockwise

2010-07-05 Thread Sean Corfield
On Mon, Jul 5, 2010 at 9:24 PM, Sean Corfield wrote: > No, I hadn't found it painful in my brief run around with CCW over the > last few days... I hadn't even noticed the defaults were different :| And I should probably add that I switched over to strict mode pretty much immediately and I much pr

Re: auto-indent in Counterclockwise

2010-07-05 Thread Laurent PETIT
2010/7/6 Sean Corfield : > On Mon, Jul 5, 2010 at 9:24 PM, Sean Corfield wrote: >> No, I hadn't found it painful in my brief run around with CCW over the >> last few days... I hadn't even noticed the defaults were different :| > > And I should probably add that I switched over to strict mode prett

ANN: CDT - The Clojure Debugging Toolkit

2010-07-05 Thread George Jahad
My experiment with the JDI: http://georgejahad.com/clojure/cdt.html -- 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