Re: Lein deps failure

2010-06-08 Thread Brian Troutwine
Indeed. This was a helpful resource, for those in the future that face
a similar issue and are not familiar with Java packaging:

http://github.com/technomancy/leiningen/blob/master/INTRO.md

On Mon, Jun 7, 2010 at 3:20 PM, Meikel Brandmeyer m...@kotka.de wrote:
 Hi,

 Am 07.06.2010 um 21:20 schrieb Brian Troutwine:

 Why does this work?
 change [org.clojure/swank-clojure 1.2.1] = [swank-clojure 1.2.1]

 Each dependency has a group and an artifact name. org.clojure/swank-clojure 
 means group org.clojure and artifact swank-clojure. swank-clojure is a 
 short hand notation for swank-clojure/swank-clojure.

 So it works,  because you look in the right place. ;)

 Sincerely
 Meikel

 --
 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: Lein deps failure

2010-06-07 Thread Brian Troutwine
Interesting, that works perfectly. Thanks!

Why does this work?

On Mon, Jun 7, 2010 at 12:16 PM, patrik karlin patrik.kar...@gmail.com wrote:
 Hey Brian

 change [org.clojure/swank-clojure 1.2.1] = [swank-clojure 1.2.1]


 2010/6/7 Brian Troutwine br...@troutwine.us:
 Hello all,

 I have the following in project.clj in my newly lein generated project:


 (defproject void 1.0.0
  :description A toy.
  :dependencies [[org.clojure/clojure 1.1.0]
                 [org.clojure/clojure-contrib 1.1.0]]
  :dev-dependencies [[org.clojure/swank-clojure 1.2.1]])

 Running lein deps I receive the error log available here:
 http://paste.lisp.org/display/111226

 Lein reports that it is Leiningen 1.1.0 on Java 1.6.0_12 Java
 HotSpot(TM) Client VM.

 Am I doing something crazy, or is this a bug?

 --
 Brian

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



 --
 
 Nick: Korre
 Email: patrik.kar...@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 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: Which GUI toolkit would you like to see wrapped in an idiomatic Clojure library?

2010-05-31 Thread Brian Troutwine
+1 swing. Even if the resulting applications are as ugly as sin, a
working, idiomatic implementation gives us a reference point from
which to dream up better futures.

On Sun, May 30, 2010 at 10:38 PM, Antony Blakey antony.bla...@gmail.com wrote:

 On 31/05/2010, at 2:27 PM, James Cunningham wrote:



 On May 30, 9:23 pm, Antony Blakey antony.bla...@gmail.com wrote:
 I care about Mac and Windows primarily, and building software that will 
 sell (not dev tools) requires good native look and feel.

 Do you have a single example of an SWT app that has a decent feel on
 OS X? I've spent a fair amount of time with Eclipse lately, and---
 frankly---it feels about as native as an Alabaman in Nice. No native
 toolbar, no native tabs, slower and uglier than either Netbeans or
 Intellij. My only other experience with an SWT app was entirely
 negative from a performance and look-and-feel perspective (Vuze).

 Vuze looks OK to me in the 5 minutes I've just spent. In any case, my opinion 
 comes from doing parallel GUI development in IB and SWT to see if I could use 
 Clojure/SWT rather than MacRuby (XCode/IB). I'm not using the RCP which 
 imprints it's own not-really-OSX flavour in spite of the widgets.

 You have to do more than just use SWT to get a Mac application to feel right, 
 and one's GUI layout code needs to be parametric and rules based, rather than 
 just swapping the LF. That said, it's still easier than writing three UIs.

 Antony Blakey
 -
 CTO, Linkuistics Pty Ltd
 Ph: 0438 840 787

 The intuitive mind is a sacred gift and the rational mind is a faithful 
 servant. We have created a society that honours the servant and has forgotten 
 the gift.
  -- Albert Einstein


 --
 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: Erlang like environment

2010-04-15 Thread Brian Troutwine
One could always piggy back Clojure onto Erlang's distributed
environment via Java interop, though that would require a bit of
legwork.

On Wed, Apr 14, 2010 at 8:17 PM, Wilson MacGyver wmacgy...@gmail.com wrote:
 the closest thing I know is the remote REPL for clojure.

 but if you are looking for erlang's style of distributed environment,
 it doesn't exist as far as I know.

 clojure was designed to solve single machine many-core problems.
 while erlang is designed to solved distributed system problems.

 On Wed, Apr 14, 2010 at 8:42 PM, gary ng garyng2...@gmail.com wrote:
 Hi,
 I just start to learn about clojure and is wondering if there is any erlang
 like environment for clojure ? By that, I mean not just the messaging
 passing(which as far as I can tell for clojure is within the same process)
 but its live update and sending symbols(and as far as I know functions as
 well) across process/vm instances(which can be on the same machine or
 another machine within a private network).

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



 --
 Omnem crede diem tibi diluxisse supremum.

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

 To unsubscribe, reply using remove me as the subject.


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