Re: which IDEs are you all using?

2011-01-12 Thread buckmeisterq
Try setting %HOME% to something like c:\home, create the dir if needed, and put 
your .emacs etc in that folder. 

I've found that spaces in paths are still often to blame for issues with 
command line and gnu-esque tools. 


Thanks,
Peter

-Original Message-
From: Mark Engelberg 
Sender: clojure@googlegroups.com
Date: Wed, 12 Jan 2011 17:38:00 
To: 
Reply-To: clojure@googlegroups.com
Subject: Re: which IDEs are you all using?

On Wed, Jan 12, 2011 at 8:13 AM, Benny Tsai  wrote:
> Hi Mark,
>
> Could you elaborate on this part?

The version number is: GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600)
When I drag a file onto the emacs icon, it starts up, but instead of
showing me the file, it says:
command-line-1: Cannot open load file: %userprofile%/Application
Data/.emacs.d/init.el"

The cut-and-paste problems are intermittent; I haven't figured out
when or why it happens.

Thanks for your interest,

Mark

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

-- 
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 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: Easy Way To Download Clojure Libraries From Git

2010-12-03 Thread buckmeisterq
I second the recommendation to use leiningen. 

I can relate to your position of just wanting to play with the libraries and 
not being ready to create projects. 

But I'm not a classpath ninja of epic proportions. Really, I don't have a 
desire to be that. If you aren't either, you will want to use leiningen and 
create a project, following Sunil's instructions (and technomancy's readme at 
github is good for more detail/options). I found that for me, trying to use 
clojure without leiningen or a similar tool was a mistake. 


Thanks,
Peter

-Original Message-
From: Sunil S Nandihalli 
Sender: clojure@googlegroups.com
Date: Sat, 4 Dec 2010 07:12:23 
To: 
Reply-To: clojure@googlegroups.com
Subject: Re: Easy Way To Download Clojure Libraries From Git

Hi Asim,
 just do
lein new
and add
[clojureql "1.0.0-beta2-SNAPSHOT"]  to your dependencies in project.clj
and run
lein deps
 it will automatically download all the necessary dependencies.
If you directly want to do it from github .. I don't know how to do that.
Sunil.


On Sat, Dec 4, 2010 at 6:23 AM, Asim Jalis  wrote:

> Is there an easy way to download Clojure libraries from Git and to
> play with them in the repl?
>
> It looks like all of them expect to be downloaded using leiningen, and
> leiningen requires creating a project, with dependencies on specific
> libraries.
>
> It would be nice if I could do something like: lein install
> https://github.com/LauJensen/clojureql and it would just grab it and
> install it and all its dependencies.
>
> My goal is just to play with different libraries -- I am not consuming
> them in projects yet.
>
> Asim
>
> --
> 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 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

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

-- 
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 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: A suggestion for the next Conj

2010-11-03 Thread buckmeisterq
I agree about the "speed dating" concept or something to have each of us talk 
at least once with everyone else (as long as the group size is feasible).  We 
mostly all groan at these ice breaker type activities but they do tend to work 
ok at getting people in larger groups to interact at least on that initial 
surface level. 



Thanks,
Peter

-Original Message-
From: Laurent PETIT 
Sender: clojure@googlegroups.com
Date: Wed, 3 Nov 2010 18:16:02 
To: 
Reply-To: clojure@googlegroups.com
Subject: Re: A suggestion for the next Conj

Speed dating at the clojure conj, yay ! (not totally non-sense, really)

2010/11/3 Alexy Khrabrov :
> Badges could have much bigger font/be more readable, but they are not the 
> only, and not the main thing; a mixer format is, and it should be something 
> deliberate as even random motion over 2 days is not enough to bring all 
> particles next to each other!
>
> -- Alexy
>
> On Nov 3, 2010, at 12:52 PM, Christopher Petrilli wrote:
>
>> I was thinking that it would be handy if the "badges" next year had
>> space for that.  I'd be happy to whip up something to collect the data
>> and print the badges.
>>
>> Chris
>>
>> On Wed, Nov 3, 2010 at 12:35 PM, Alexy Khrabrov
>>  wrote:
>>> I'd really like to meet everybody from IRC and github, but apparently 
>>> missed some.  So perhaps we can have a meet-and-greet session, where folks 
>>> will stand up and announce their IRC and github nicks!  We also need some 
>>> color coding, as @hiredman could be easily confused with @liebke!
>>>
>>> @alexyk
>>>
>>> --
>>> 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 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
>>>
>>
>>
>>
>> --
>> | Chris Petrilli
>> | petri...@amber.org
>>
>> --
>> 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 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
>
> --
> 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 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

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

-- 
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 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: From jetty to war?

2010-11-03 Thread buckmeisterq
> Why are folks so insistent on monolingual systems?

This was/is one of the original selling points and philosophies of Rails - a 
monolingual system should mean less context switching, less glue code for 
things to talk to each other, fewer bugs and mistakes stemming from uniformity 
of language, and better "flow" to the programming. 


Thanks,
Peter

-Original Message-
From: lprefonta...@softaddicts.ca
Sender: clojure@googlegroups.com
Date: Wed, 03 Nov 2010 13:52:13 
To: 
Reply-To: clojure@googlegroups.com
Subject: Re: From jetty to war?

Sean Corfield  wrote ..
> On Wed, Nov 3, 2010 at 8:51 AM, Luke VanderHart
>  wrote:
> > I have nothing but respect for Rails, and I look forward to the day
> > when Clojure has a comparable system.
> 
> I sort of have to ask "why?" - what's wrong with using Rails on JRuby
> for the front end and Clojure for the model?
> 
> Why are folks so insistent on monolingual systems?

No idea at all why it's so obsessive :), if a tool
offers more comfort than another, well I'll choose the first one.
Maybe because I am aging (not sure yet if it's a symptom of a disease
or some form of wisdom :). 

The idea is to not let earlier choices fossilize but keep looking on
better alternatives as time passes by.

Luc P.

> -- 
> Sean A Corfield -- (904) 302-SEAN
> Railo Technologies, Inc. -- http://getrailo.com/
> An Architect's View -- http://corfield.org/
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
> 
> -- 
> 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
> 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

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

-- 
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 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: Standalone 1.2 contrib

2010-09-08 Thread buckmeisterq
I felt the same way until I realized that downloading clojure straight from the 
web page was pretty much me "doing it wrong" or attempting to use the "custom 
install" that I wasn't ready to do yet (not knowing what I was doing). 

Leiningen is the "easy" way to get clojure, contrib, everything else, plus 
properly setup your app to start. 



Thanks,
Peter

-Original Message-
From: Sean Devlin 
Sender: clojure@googlegroups.com
Date: Wed, 8 Sep 2010 12:38:27 
To: Clojure
Reply-To: clojure@googlegroups.com
Subject: Re: Standalone 1.2 contrib

Laurent,
Thank you for the specific help.

Rich/Core
This is WAY TOO MUCH WORK.  The first entries on the download page
should be just .JARs, and then below that you could have the zip files
you have now.  Also, the simple version should be bigger.  Here's the
rough idea of what I mean


Clojure 
Contrib


Source

Clojure 
Contrib


Sean

On Sep 8, 3:30 pm, Laurent PETIT  wrote:
> look in the target/ dir of the zip ...
>
> 2010/9/8 Sean Devlin :
>
> > Yep.  It downloaded a zip file, which needed built.  Maven broke.  I
> > really don't want to mess with maven right now.  I just want a contrib
> > JAR.
>
> > On Sep 8, 3:22 pm, Laurent PETIT  wrote:
> >> Hi,
>
> >> Have you followed the Download link from clojure.org ?
>
> >> 2010/9/8 Sean Devlin :
>
> >> > Is there a monolithic standalone contrib jar out there?  A download &
> >> > forget type of thing?
>
> >> > --
> >> > 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 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
>
> > --
> > 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 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

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

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