Re: Leiningen 2.0.0-preview1

2012-03-07 Thread C. Arel
The clojure community is thankful! On Mar 7, 11:28 pm, Phil Hagelberg wrote: > Hello folks! > > I'm proud to announce the release of Leiningen 2.0.0-preview1. While > this isn't a final stable release, it's fairly stable and should be > usable for the majority of projects. This is a near-rewrite

Re: Working Slackware Linux / emacs 23.3.1 / lein 1.6.2 / swank-1.4.0 / clj 1.3.0 REPL

2011-12-12 Thread C. Arel
Just do like this: 1.clone https://github.com/technomancy/clojure-mode.git into preferred directory e.g ./~git. add (add-to-list 'load-path "~/git/clojure-mode") (require 'clojure-mode) to .emacs 2.Install leiningen 3.(from terminal) lein plugin install swank-clojure 1.3.3 4.(from terminal )

Re: Shameless self promotion - JavaOne

2011-10-04 Thread C. Arel
Hi Dennis and Chas, I'd also like the slides if possible. Maybe if you could post them here in the group more people can get them. Thanks, Can On 27 Sep, 17:50, Dennis wrote: > Hey guys, > > I will be giving a talk at JavaOne (it is Clojure related).  Here is > the information. > > Title:      

Re: (identical? "foo" "foo") evaluates to true

2011-02-16 Thread C. Arel
Thank you all, It has to be the same object otherwise it makes no sense. Anyways that is good news since this means that Clojure has a little support built in so you don't create unneccessary objects. /Can Arel On 16 Feb, 00:27, Stuart Sierra wrote: > Since about 1.1, I think, the Clojure compil

(identical? "foo" "foo") evaluates to true

2011-02-15 Thread C. Arel
Hi all, I am watching the data structure videos and there it evaluates to false. Does this mean that only one object is created now? (Clojure update on String objects?) Kind Regards, Can -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this