Re: Clojure 1.1 release

2010-01-02 Thread Brian Schlining
jure.org/maven as the root path. > > On Sat, Jan 2, 2010 at 6:23 AM, ngocdaothanh > wrote: > > If http://build.clojure.org/snapshots is official, I think it is great > > to add a link to it to the homepage of Clojure. -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Bri

Re: Clojure 1.1 release

2010-01-02 Thread Brian Schlining
p.s. Here's a little example of using different repos at Google's official maven repo: http://code.google.com/p/google-maven-repository/wiki/ProjectSetup On Sat, Jan 2, 2010 at 12:47, Brian Schlining wrote: > Howard's correct. Generally, SNAPSHOTs and releases are

Re: Prepping clojure for packaging (was: Re: Clojure for system administration)

2010-02-08 Thread Brian Schlining
s.org/Grape . It might be worthwhile for someone to investigate implementing something similar for Clojure. > I also second the fears about having a system wide classpath. They're > brittle and very error prone. > I third those fears... -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Re: Prepping clojure for packaging (was: Re: Clojure for system administration)

2010-02-10 Thread Brian Schlining
in and just use the ones in your local repo (i.e. ~/.m2/repositories). You can also disable dependency updates with the '-o' flag (o stands for offline); for example: 'maven clean install -o' -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlin...@gmail.com --

Re: Calling Clojure code from Matlab?

2010-02-23 Thread Brian Schlining
hat 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 -- ~ ~ ~ ~ ~ ~ ~ ~

Re: Leiningen, Clojure and libraries: what am I missing?

2010-03-04 Thread Brian Schlining
:repl' in your project to get a REPL running with all the dependencies (including transitive ones) defined in your pom.xml -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlin...@gmail.com -- You received this message because you are subscribed to the Google Groups &q

Re: Leiningen, Clojure and libraries: what am I missing?

2010-03-05 Thread Brian Schlining
t in to source control with your project. See http://stubbisms.wordpress.com/2008/08/28/maven-is-to-ant-as-a-nail-gun-is-to-hammer-and-nails-you-need-to-move-on/ and http://techdiary.peterbecker.de/2009/03/letting-maven-use-local-libraries.html for more details. Cheers -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Re: Leiningen, Clojure and libraries: what am I missing?

2010-03-06 Thread Brian Schlining
project, but you aren't necessarily storing any binary diffs. -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlin...@gmail.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegr

Re: Newbie question: Why does clojure prefer java.lang.Exception?

2010-03-15 Thread Brian Schlining
hy ... http://www.javamex.com/tutorials/exceptions/exceptions_hierarchy.shtml -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlin...@gmail.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email

Re: Translation from Common Lisp 1

2010-03-18 Thread Brian Schlining
ated string (concat returns a sequence not a string). You could use: (defn describe-path [path] (format "this is a, %s, going, %s, from here" (path :kind) (path :direction))) -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining -- You received this message because you a

Re: Translation from Common Lisp 1

2010-03-18 Thread Brian Schlining
u for the answer! > > Ha, my bad! But ouch, LISP makes my head hurt ;-) -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlin...@gmail.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, sen

Re: Maven clojure:repl

2010-03-20 Thread Brian Schlining
ks at http://hohonuuli.blogspot.com/2010/01/maven-and-clojure-im-trying-to-setup.html . You can copy and paste it into yours and things *should* work. Cheers -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlin...@gmail.com -- You received this message because you are subscrib

Re: Which version of Netbeans to use Compojure on OSX?

2010-04-21 Thread Brian Schlining
ecause 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 >

Re: Which GUI toolkit would you like to see wrapped in an idiomatic Clojure library?

2010-05-27 Thread Brian Schlining
aries for different > platforms > > >> * may be easier to work with in your implementation (?)-- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlin...@gmail.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send

Re: Which GUI toolkit would you like to see wrapped in an idiomatic Clojure library?

2010-05-30 Thread Brian Schlining
ceforge.net/ -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlin...@gmail.com -- 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

Re: Which GUI toolkit would you like to see wrapped in an idiomatic Clojure library?

2010-05-30 Thread Brian Schlining
db tool) http://www.aquafold.com/ -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlin...@gmail.com -- 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 mode

Re: Clojure's n00b attraction problem

2010-06-28 Thread Brian Schlining
sspath stuff for you. Also regarding editors, I've had good luck using Clojure with TextMate, jEdit, Netbeans, and IntelliJ IDEA. The quality of the respective editors can be a bit rough, but at least there are options for the EMACS/VI impaired like myself. Cheers -- B ~ ~ ~ ~ ~ ~ ~ ~ ~

Re: Clojure's n00b attraction problem

2010-06-29 Thread Brian Schlining
> > > I swear, step by step Clojure is falling into the Common Lisp death spiral. > As usual, too, it's the community at fault, not the creator. > > Are you *trying* to evoke the "Smug Lisp Weenie" vibe, cageface, or is > this just a natural byproduct of being a burgeoning Smug Clojure Weenie? >

Re: Let's respect CLOJURE_HOME

2010-06-30 Thread Brian Schlining
> > > > > > May I propose as a possible remedy CLOJURE_HOME. CLOJURE_HOME is the > absolute path of a directory containing clojure.jar and possibly > clojure-contrib.jar. Scripts should check if it's defined and use it instead > of hard-coded paths, as an example, here's my clj script (in newLISP):

Re: Managing the classpath

2010-07-01 Thread Brian Schlining
ns. Keep in mind that this is generally discouraged in favor of setting the classpath on a per-application basis. -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlin...@gmail.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure

Re: Managing the classpath

2010-07-01 Thread Brian Schlining
on Windows auto-updates in place. So any jars you put in lib/ext will still be there after the update. On Macs, Java updates have no effect on /Library/Java/Extensions. Cheers -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlin...@gmail.com -- You received this message because you are

Re: Managing the classpath

2010-07-02 Thread Brian Schlining
ncy (if needed) from a Maven repo and load the classes. You could then just ship a Clojure script WITHOUT the dependent jars. I use this type of thing in Groovy (via Grape) all the time. It makes life much simpler and adding a similar 'hack' to Clojure would greatly increase Clojure's use

Re: java gui is flashing

2010-07-24 Thread Brian Schlining
sts 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 -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining