Hacktoberfest labeled issues

2016-10-04 Thread Karim SENHAJI
Hi all, Hacktoberfest is currently running in Github (contribute to OSS and win a t-shirt). Maybe open-source maintainers could tag there ready/low-hanging fruit issues to be part of this event: https://github.com/search?l=Clojure&q=state%3Aopen+label%3A

Re: Hacktoberfest labeled issues

2016-10-04 Thread Bozhidar Batsov
CIDER is participating in this - https://github.com/clojure-emacs/cider/issues?q=is%3Aissue+is%3Aopen+label%3AHacktoberfest On 4 October 2016 at 11:28, Karim SENHAJI wrote: > Hi all, > > Hacktoberfest is currently > running in Github (contribute to OSS a

clojure.core/bean throws when passed an empty list

2016-10-04 Thread Divyansh Prakash
Is this desired behaviour? user=> (bean []) {:class clojure.lang.PersistentVector, :empty true} user=> (bean {}) {:class clojure.lang.PersistentArrayMap, :empty true} user=> (bean ()) IllegalAccessException Class clojure.core$bean$fn__5975$fn__5976 can not access a member of class clojure.lang.

Re: clojure.core/bean throws when passed an empty list

2016-10-04 Thread Gary Trakhman
This is an existing bug: http://dev.clojure.org/jira/browse/CLJ-978?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel It's relatively easy to write a workaround if needed. On Tue, Oct 4, 2016 at 7:59 AM Divyansh Prakash wrote: > Is this desired behaviour? > > user=> (b

Neanderthal (fast CPU & GPU matrix library for Clojure) will also support Windows out of the box

2016-10-04 Thread Dragan Djuric
Hi all, I've just spent some time building ATLAS for windows, and created a windows binary of the current snapshot version. There seems to be no performance tax on windows, or at least it is not large. I wasn't unable to compare it on the same machine, but on my i7 laptop (2.4 GHz) with Windo

Re: Hacktoberfest labeled issues

2016-10-04 Thread Toby Crawley
Thanks for pointing this out Karim. I have tagged some Clojars issues: https://github.com/clojars/clojars-web/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest - Toby On Tue, Oct 4, 2016 at 7:26 AM, Bozhidar Batsov wrote: > CIDER is participating in this - > https://github.com/clojure-emacs/ci

[ANN] pulley.thread-local 0.1.0

2016-10-04 Thread Nathan Davis
Hello everyone, I'm please to announce the release of a new project, pulley.thread-local . This is a simple project that brings Java's ThreadLocal and Clojure's IAtom interface together. The result is an atom-lik

[ANN] - New version of milestones - the automagic project management lib !

2016-10-04 Thread Rafik NACCACHE
Hey all, I am happy to finally have made it to release version 0.2.0 of milestones, a lib that helps you schedule your project tasks ! Major additions is a simpler purely functional core and clojurescript support ! Please have a look on it here: https://github.com/turbopape/milestones Cheers

[ANN] A CDN for Clojars (testers needed)

2016-10-04 Thread Toby Crawley
We're now serving a copy of the Clojars repository from Fastly's CDN[1], backed by Rackspace Cloud Files[2] at https://repo.clojars.org, and are looking for users to test out this new setup. This CDN repo currently runs in parallel to the existing repo, and any new deployments to clojars.org are au

Re: [ANN] A CDN for Clojars (testers needed)

2016-10-04 Thread Alan Thompson
Done! Seems to be working. Alan On Tue, Oct 4, 2016 at 6:36 PM, Toby Crawley wrote: > We're now serving a copy of the Clojars repository from Fastly's > CDN[1], backed by Rackspace Cloud Files[2] at > https://repo.clojars.org, and are looking for users to test out this > new setup. This CDN rep

Re: [ANN] A CDN for Clojars (testers needed)

2016-10-04 Thread Sean Corfield
Updated my local ~/.boot/profile.boot and it seemed to work fine so I updated our (WS’) Archiva instance to mirror/proxy off that new URL and if I hit any problems running builds at work over the next few days, I’ll let you know. Great to hear it’s on a CDN now!! Sean Corfield -- (970) FOR-SEAN

Parsing with derivatives - Elegant matching of regular languages in clojure

2016-10-04 Thread Yehonathan Sharvit
This article http://blog.klipse.tech/clojure/2016/10/02/parsing-with-derivatives-regular.html is an interactive version of the first part of this paper: Parsive with derivatives - a Functional Pearl - the part that shows how to implement a re