two-way expression insertion?

2010-07-31 Thread Mike Meyer
Given all the ways that values can be inserted into multiple expressions: doto, ->, ->> and .., I was surprised that I couldn't find one that would handle this case: (.setEnabledCipherSuites socket (.getSupportedCipherSuites socket)) I would expect this to be common: I want to invoke a meth

Re: VimClojure 2.2.0 snapshot missing?

2010-07-31 Thread Meikel Brandmeyer
Hi, Am 31.07.2010 um 00:31 schrieb Kyle Schaffrick: > Looking forward to the next release, 2.2.0 fixes a lot of little issues > I was having with the older versions, in particular dealing gracefully > with things going wrong. The only remaining issue I've had is if you > open a .clj file in Vim b

Re: Redcar and Clojure

2010-07-31 Thread Dave Byrne
Update: I've integrated enclojure into Redcar, and its been merged into the main repository. I am planning to continue to improve the clojure experience in Redcar. If you want to check it out, you can get the redcar source here: http://github.com/danlucraft/redcar On Jul 10, 12:01 pm, Dave Byrne

Re: Today is "Get Your App on Clojure 1.2" Day

2010-07-31 Thread Bootvis
There seems to be a problem with the RC on Windows. I was following http://mmcgrana.github.com/2010/07/develop-deploy-clojure-web-applications.html using the RC and doing "lein.bat run script/run.clj" errors with: Exception in thread "main" clojure.lang.LispReader$ReaderException: java.lang.Except

Re: RegEx

2010-07-31 Thread Rafael Peixoto de Azevedo
*Hi,* Not sure about your context and your need. Are you looking for this? *[LM][LM][LM][0-9][0-9]* or this? *LLL[0-9][0-9]|**MMM[0-9][0-9]* that matches *LLL[0-9][0-9]* or *MMM[0-9][0-9]* Hope that helps. *Greetings, Rafael* On Fri, Jul 30, 2010 at 6:02 PM, Base wrote: > Hi All - > > I am

Re: Idea for personal Clojure project

2010-07-31 Thread Martin DeMello
On Sat, Jul 31, 2010 at 5:41 AM, Gregg Williams wrote: > > I've begun work on a visual front-end to display such infocards, using > Clojure and the Piccolo graphics library (http://piccolo2d.org/). If > you (or anybody else reading this) find this larger project > interesting, please contact me by