ANN: Exoref, Clojure Redis-based reference types.

2013-01-02 Thread Luca Antiga
Regards everyone, to celebrate my first year with Clojure, I'm releasing my first Clojure library, with the hope it will be useful for others. Github: https://github.com/lantiga/exoref Clojars: https://clojars.org/exoref Exoref aims at providing a Redis-based implementation of Clojure

Re: Clojure 1.5.0 RC 1

2013-01-02 Thread Stuart Halloway
Changing the way Clojure is *packaged* to meet the needs of an alien build system is the tail wagging the dog. Clojure uses the de facto Java standard (Maven) to deal with these things. Clojure's build depends on a number of plugins (maven-release-plugin, maven-source-plugin, maven-jar-plugin,

Requesting for a project idea

2013-01-02 Thread Ishan Thilina
*Hi We are a group of 4 students from the final year of Department of Computer Science and Engineering,University of Moratuwa, Sri Lanka. We are required to do a 8 months long project in our final year. The project should consist of both a research and development component and an implementation.

Clojure Conj Videos

2013-01-02 Thread CA
Hello folks, Does anyone know when the Clojure Conj 2012 videos will become available? It's like waiting for a blockbuster without release date ;-) /Can -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: Can't get ritz-swank working

2013-01-02 Thread Hugo Duncan
Michael Bradley, Jr. michaelsbradle...@gmail.com writes: Long story short, after I run `slime-connect` in Emacs, I get a warning: Versions differ: 2010-11-13 (slime) vs. 20101113 (swank). After choosing to continue, I'm told a connection has been established, but no REPL appears, and I

Re: Clojure 1.5.0 RC 1

2013-01-02 Thread Stefan Kamphausen
Hi, On Saturday, December 22, 2012 5:09:07 PM UTC+1, Stuart Halloway wrote: Please test it. my current projects work fine with this RC. Some even seem to be a little bit faster, but I didn't profile it thoroughly. Kind regards, Stefan -- You received this message because you are

Re: ClojureCLR 1.5.0 RC 1

2013-01-02 Thread dmiller
I believe RobertJ and some others are looking into automating this. A real solution needs to coordinate nuget in Visual Studio versus nuget in mono-land (the build scripts already handle mono vs ms) and bring lein-clr along so that building clojure-clr itself is not too distinct from building

Re: Clojure 1.5.0 RC 1

2013-01-02 Thread Andy Fingerhut
Stu: Note that Clojure 1.4.0 can be built without Maven, and with no connection to the Internet, by using the command ant (which runs the tests) or ant jar (which does not run the tests). With Clojure 1.5.0, the same is true for ant jar, but ant no longer works unless you first run

Re: Clojure 1.5.0 RC 1

2013-01-02 Thread Andy Fingerhut
On Dec 23, 2012, at 8:50 AM, Peter Taoussanis wrote: Were any breaking changes made between alpha3 and RC1? I haven't spent much time trying to track down causes so it's very possible I'm mistaken, but I seem to be running into some weird behavior under RC1. Specifically, seem to be

Hey! Clojure/West CFP closes Jan 4th!

2013-01-02 Thread Alex Miller
Just thought I'd remind you in case you forgot. But you didn't forget right? RIGHT?! http://clojurewest.org/call-for-presentations/ -- 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

ANN: Clevolution, evolutionary art in Clojure

2013-01-02 Thread Alan Shaw
Hi folks, My Clevolution project has been reimplemented using clisk, Mike Anderson's Clojure Image Synthesis Kit, greatly improving its speed and range of image-processing operations: http://nodename.github.com/clevolution/ -A -- You received this message because you are subscribed to the

Re: Clojure Conj Videos

2013-01-02 Thread Mark Derricutt
+1 - I'm sure I've even seen any BLOGS on this years Conj let alone videos. It's like everyone must have signed some super secret confidentiality clause :) CA mailto:java10c...@gmail.com 3 January 2013 4:57 AM Hello folks, Does anyone know when the Clojure Conj 2012 videos will become

Re: Clojure Conj Videos

2013-01-02 Thread Sean Corfield
On Wed, Jan 2, 2013 at 3:42 PM, Mark Derricutt m...@talios.com wrote: +1 - I'm sure I've even seen any BLOGS on this years Conj let alone videos. http://corfield.org/blog/post.cfm/clojure-conj-2012 -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ World Singles,

Re: ANN: Clevolution, evolutionary art in Clojure

2013-01-02 Thread Mikera
Cool project! I was hoping someone would manage to use Clisk for some evolutionary art projects. Let me know if you run into any Clisk issues. Evolutionary / generative algorithms are a great way to pressure-test APIs! On Thursday, 3 January 2013 05:58:45 UTC+8, nodename wrote: Hi folks, My

Re: Clojure Conj Videos

2013-01-02 Thread Mark Derricutt
Thats 1 ;-) Sean Corfield mailto:seancorfi...@gmail.com 3 January 2013 1:12 PM http://corfield.org/blog/post.cfm/clojure-conj-2012 -- 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

Re: ANN: Clevolution, evolutionary art in Clojure

2013-01-02 Thread Alan Shaw
There is one thing that puzzles me: user= (clisk-eval (vround (vround x))) Error: java.lang.IllegalArgumentException: No matching method found: round Could be I'm just holding it wrong. -A On Wed, Jan 2, 2013 at 7:15 PM, Mikera mike.r.anderson...@gmail.com wrote: Cool project! I was

Re: Clojure Conj Videos

2013-01-02 Thread Lynn Grogan
Confreaks is just completing the final edits on the videos and we should be releasing them soon (in a week or so?). Of course, it will probably be a staggered release just to drive everyone crazy ;) Lynn Grogan Relevance On Wednesday, January 2, 2013 7:12:03 PM UTC-5, Sean Corfield wrote:

Re: Clojure 1.5.0 RC 1

2013-01-02 Thread Peter Taoussanis
Sean, Andy: Sorry for the delay following up on this. Yes, it turns out that CLJ-932 exposes a bug in ns-tracker which is used by the standard Ring wrap-reload middleware. I'm surprised more folks haven't run into this. There's already a pull-request from last month waiting for merging:

Re: Clojure 1.5.0 RC 1

2013-01-02 Thread Peter Taoussanis
Have just pushed a temporary fork of ns-tracker for anyone else running into the same trouble with Ring's wrap-reload: https://clojars.org/com.taoensso.forks/ns-tracker If you're going to use this, remember to add `ns-tracker` to your Lein :exclusions. -- You received this message because