[ANN] Angel Interceptor - Rule-driven Pedestal interceptors

2015-12-10 Thread Oliver Hine
Hi everyone, I recently published angel-interceptor, a library for declaring relationships between Pedestal interceptors which allows control over order and scope without repetition or logic branching, to Github and Clojars. The rationale is described in this post: http://blog.juxt.pro/posts/a

Re: Naming convention for atoms, refs, etc.?

2015-12-10 Thread Colin Yates
I know it is dangerous to make sweeping statements, but any solution to “a lot of code obscures meaning therefore do X” is often solving the wrong thing - the real problem is "a lot of code that obscures meaning” :-). I hope that doesn’t come across as condescending as I fear... > On 10 Dec 201

Re: Naming convention for atoms, refs, etc.?

2015-12-10 Thread Daniel Kersten
I write such code like this: (defn sdescriptive-name [] ) (def my-atom (atom (descriptive-name))) Where descriptive-name would describe the data shape or purpose. This way the atom is not obscured behind many lines of code and the data-generation is factored into a testable function with a hopefu

Re: [ANN] cljs-mathbox, wrapper for the MathBox JS lib

2015-12-10 Thread Bobby Bobble
very happy this exists thanks! On Thursday, December 10, 2015 at 12:20:16 AM UTC, Egg Syntax wrote: > > I've just released cljs-mathbox, an idiomatic cljs wrapper around the > MathBox visualization library. > > MathBox is a powerful > library f

Re: [ANN] Clojure 1.8.0-RC3

2015-12-10 Thread Gary Trakhman
We've been using it on our development branch without a hitch since Dec 2. On Thu, Dec 10, 2015 at 2:32 AM Michael Blume wrote: > No issues here. > > On Tue, Dec 8, 2015 at 5:39 PM James Elliott wrote: > >> I’ve been working with it for a few days and have seen no issues yet. >> >> >> On Wednes

Multiline protocol method docstrings

2015-12-10 Thread Elogent
I'm trying to figure out a good way to format multiline protocol method docstrings. I posted a question about this on Stack Overflow with details on the exact problem I'm having, but it d

Re: org-mode Clojure babel

2015-12-10 Thread Matching Socks
The latest stable Org Babel stopped working with the introduction of Cider 0.10.0. You can either go back to Cider 0.9.1, or (1) get Org 8.3.2, (2) git-clone Org's repo, and (3) back-port to 8.3.2 the change in ob-clojure.el that accommodates the latest Cider. The breakage was raised at h

Re: Naming convention for atoms, refs, etc.?

2015-12-10 Thread Mars0i
On Thursday, December 10, 2015 at 4:40:49 AM UTC-6, Dan Kersten wrote: > > I write such code like this: > > (defn sdescriptive-name [] ) > (def my-atom (atom (descriptive-name))) > > Where descriptive-name would describe the data shape or purpose. > This way the atom is not obscured behind many l

[ANN] walmartlabs/system-viz 0.1.0

2015-12-10 Thread Howard Lewis Ship
We've just released a tiny library to create Graphviz visualizations of the components in a system (that is, created using com.stuartsierra/component). https://github.com/walmartlabs/system-viz -- Howard M. Lewis Ship Senior Mobile Developer at Walmart Labs Creator of Apache Tapestry (971) 67

Re: Clojure community organisation

2015-12-10 Thread Daniel Compton
Hi Alex Following up on this, is there anything else you can share? Thanks, Daniel. On Tue, Jun 23, 2015 at 9:01 AM Alex Miller wrote: > Thanks for the ping - I don't think I ever heard anything back but I will > ping again. > > Alex > > > On Monday, June 22, 2015 at 3:26:57 PM UTC-5, Daniel C

Re: [ANN] Clojure 1.8.0-RC3

2015-12-10 Thread Sean Corfield
I said: We’ve had it in QA since 12/2 but it hasn’t had much of a work out yet due to various staff vacations etc. This build is our first with direct linking enabled for our whole code base. I don’t know when we’ll get it into production. We’ve decided to do no new production builds until after

Re: Clojure community organisation

2015-12-10 Thread Alex Miller
I don't think we have any official position on it, but I can respond to various items that have been mentioned above in the thread: 1) Google Summer of Code - we (Cognitect) are again acting as a receiver of stipends and distributor of travel funds this year but would happily let another org do

Re: Uberjar woes

2015-12-10 Thread Fenton Travers
I hit this problem again and it had another solution. I have included the ns: 'user' in my project.clj ala: :source-paths ["src" "dev"] |-- dev | `-- user.clj |-- project.clj `-- src `-- mount_issue `-- core.clj I required the library in the user.clj and that caused the havoc.

Re: [ANN] Clojure 1.8.0-RC3

2015-12-10 Thread Matthias Nehlsen
No problems here, I updated it in all my projects and everything is working nicely. Thanks! On Wednesday, December 2, 2015 at 5:03:31 PM UTC+1, Alex Miller wrote: > > Clojure 1.8.0-RC3 is now available. *This build is a "release candidate"!* We > would appreciate any and all testing you can do o

Re: [ANN] Clojure 1.8.0-RC3

2015-12-10 Thread Serzh Nechyporchuk
We also considered no issues with update to 1.8. 2015-12-11 3:19 GMT+02:00 Matthias Nehlsen : > No problems here, I updated it in all my projects and everything is > working nicely. Thanks! > > > On Wednesday, December 2, 2015 at 5:03:31 PM UTC+1, Alex Miller wrote: >> >> Clojure 1.8.0-RC3 is now