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'm

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 be

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 mud...@gmail.com wrote: I am writing a 3rd party module in Clojure for a Java Web Start application written

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 xapw...@gmail.com 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

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 cemer...@snowtide.com 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

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 xapw...@gmail.com 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

Re: auto-indent in Counterclockwise

2010-07-05 Thread Laurent PETIT
Hi Chas, 2010/7/5 Chas Emerick cemer...@snowtide.com: 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

Re: auto-indent in Counterclockwise

2010-07-05 Thread Laurent PETIT
2010/7/5 Lee Spector lspec...@hampshire.edu: 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

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

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

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 mwm-keyword-googlegroups. 620...@mired.org wrote: On

Re: auto-indent in Counterclockwise

2010-07-05 Thread Sean Corfield
On Mon, Jul 5, 2010 at 5:05 AM, Chas Emerick cemer...@snowtide.com 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

Re: auto-indent in Counterclockwise

2010-07-05 Thread Sean Corfield
On Mon, Jul 5, 2010 at 9:24 PM, Sean Corfield seancorfi...@gmail.com 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

Re: auto-indent in Counterclockwise

2010-07-05 Thread Laurent PETIT
2010/7/6 Sean Corfield seancorfi...@gmail.com: On Mon, Jul 5, 2010 at 9:24 PM, Sean Corfield seancorfi...@gmail.com 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