Re: Voting

2016-11-09 Thread Alex Miller
Let's keep the focus on Clojure here, please. -- 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 un

Re: Voting

2016-11-09 Thread Colin Yates
te: >> >> In the spirit of the US election today, I thought I would mention voting >> on Clojure tickets. Clojure manages bugs and enhancement requests in JIRA. >> Anyone can create a JIRA account and vote on open tickets in the system (no >> contributor agreement is req

Re: Voting

2016-11-09 Thread Mikera
Given recent events, I advise caution when it comes to relying on votes to make important decisions. On Tuesday, 8 November 2016 23:33:43 UTC+8, Alex Miller wrote: > > In the spirit of the US election today, I thought I would mention voting > on Clojure tickets. Clojure manages

Re: Voting

2016-11-08 Thread Fergal Byrne
ore to let people know. On Tue, Nov 8, 2016 at 3:33 PM, Alex Miller wrote: > In the spirit of the US election today, I thought I would mention voting > on Clojure tickets. Clojure manages bugs and enhancement requests in JIRA > <http://dev.clojure.org/jira/browse/CLJ>. Anyone

Voting

2016-11-08 Thread Alex Miller
In the spirit of the US election today, I thought I would mention voting on Clojure tickets. Clojure manages bugs and enhancement requests in JIRA <http://dev.clojure.org/jira/browse/CLJ>. Anyone can create a JIRA account <http://dev.clojure.org/jira/secure/Signup!default.jspa> and

ANN: clj-schulze, a Clojure implementation of the Schulze voting method

2011-08-14 Thread Benjamin Esham
Hi all, I wrote a small library called clj-schulze [1] to implement the Schulze voting method [2]. I'd appreciate any comments you have; I'm particularly interested in knowing whether I'm doing things idiomatically and whether this library is laid out properly to be used by oth