On Sun, May 22, 2011 at 6:09 PM, Jason Wolfe wrote:
> Looks really awesome -- I've been waiting for this since I switched to
> Clojure from CL!
>
> I played around with it a bit, and there are a couple issues that
> prevent it from being usable out of the box for me.
>
> 1. The usual repl entry p
>From the clojure-contrib project on Github
"The contrib libraries have moved to individual repos under Clojure
org"
Leiningen isn't including contrib in the project.clj file anymore
because there's no need for it after v1.2.0.
On May 20, 11:08 pm, Vincent wrote:
> Dear all
>
> i downloaded lei
Thank you, Mark.
--
Name: OGINO Masanori (荻野 雅紀)
E-mail: masanori.og...@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
Have you signed a CA yet? If so, you can sign up for a confluence account
and start a wiki page around this. This way the appropriate discussions and
review can take place and then possibly a JIRA ticket/patch to fix things
up.
Cheers,
Aaron Bedra
--
Clojure/core
http://clojure.com
On Sat, May
Looks really awesome -- I've been waiting for this since I switched to
Clojure from CL!
I played around with it a bit, and there are a couple issues that
prevent it from being usable out of the box for me.
1. The usual repl entry point is not used, and so, e.g., (set! *warn-
on-reflection* true)
although i don't think it applies to your problem,
you might also want to set emac's exec-path. the
below from my init.el, sets both using your shell
environment. i'm on cocoa emacs, not aquamacs,
it should still work for you.
(defun env-var-from-shell (varname)
(replace-regexp-in-string
"[[:
Very cool!
Out of interest, how do swank-clj and swank-clojure (with merged in cdt stuff)
compare?
Sam
---
http://sam.aaron.name
On 21 May 2011, at 19:09, George Jahad wrote:
> just watched the video: http://vimeo.com/23932914
>
> looks awesome!
>
> On May 11, 8:31 am, "Hugo Duncan" wrote:
2011/5/22 mike.w.me...@gmail.com :
> Lee Spector wrote:
>>If I understand correctly you're suggesting that a user working with an
>>editor and a REPL, which aren't connected
>
> That being the mimimal configuration that I think of as "useabe".
>> , run something in the REPL to see the structure of
I have wondered about this problem and at the first glance it looked
straightforward to me to put moving parts (config elements that could
change) into dynamic vars/atoms/refs. The production env can use the
default config, and anything else (dev, testing) can alter the default
config to override t
The doc string was copied by an automated process (or maybe manually
by Tom) from the comments at the top of the document. I just escaped
the quotations in the latest version.
On Sat, May 21, 2011 at 9:45 PM, OGINO Masanori
wrote:
> Hello.
>
> I found that the namespace docstring of clojure.cont
Hum, maybe I should open up the question a little bit ... :
in the context of deploying a clojure webapp in enterprise, where
generally dev and op teams are different, what is the technique you
use to have different configuration files for different target
environments ?
2011/5/20 Laurent PETIT :
Okay.
I live in Africa... maybe we should have online meetups for now.
Emeka
On Thu, May 19, 2011 at 4:29 PM, David Jagoe wrote:
> On 18 May 2011 18:54, Emeka wrote:
> > David,
> > How is Clojure doing in Africa?
>
> There really aren't that many people using it among the people that I
> have
I think, that lein isn't in your search path. You can add directory
with lein script explicitly using something like:
(setenv "PATH" (concat "your-lein-dir:" (getenv "PATH")))
On Sun, May 22, 2011 at 2:17 PM, michele wrote:
> I have tried to find a solution to this problem, but to no avail.
>
>
I have tried to find a solution to this problem, but to no avail.
According to https://github.com/technomancy/swank-clojure:
USAGE
The simplest way is to just jack-in from an existing project using
Leiningen:
Install clojure-mode either from Marmalade or from git.
lein plugin install swank-clojur
On 22 May 2011 10:53, dokondr wrote:
> Hello,
> I am trying to install Clojure tools on Mac OS X according to the
> instructions:
> "Clojure, Swank, and Leiningen with Emacs on Linux"
> http://riddell.us/ClojureSwankLeiningenWithEmacsOnLinux.html
Unfortunately the official docs do not show up as
Phil Hagelberg writes:
Hi Phil,
>> Do I get you right that the output is the problem that prevents me to
>> get to the SLIME REPL, since you didn't say anything at all about
>> that IllegalArgumentException?
>
> I'm not sure what's going on with the IllegalArgumentException. Do you
> have more t
Hello,
I am trying to install Clojure tools on Mac OS X according to the
instructions:
"Clojure, Swank, and Leiningen with Emacs on Linux"
http://riddell.us/ClojureSwankLeiningenWithEmacsOnLinux.html
Everything goes fine until these steps:
~$ lein deps
~$ lein swank
In my project.clj I have:
(
17 matches
Mail list logo