Re: Getting started - overcoming my first obstacles

2014-03-09 Thread Florian Salihovic
That's actually quite easy. I saved my script as a github gist and copied it from there ... with all the highlighting etc. Cheers Florian Am Sonntag, 9. März 2014 10:36:44 UTC+1 schrieb Frank Behrens: Dear Florian (or anybody), I really like how your post is so beautifully syntax

Getting started - overcoming my first obstacles

2014-03-07 Thread Florian Salihovic
I am working on my first real Clojure application. I started building tools and looking use cases for my daily work, so i would have a direct benefit from using Clojure. The first application would be an unpacking of an edn definition of access control lists for Apache JackRabbit. The edn-acls

Re: Getting started - overcoming my first obstacles

2014-03-07 Thread Florian Salihovic
-maps] acl rep-map rep-maps [rep privs] rep-map priv privs [jcr groups] priv group groups] {:path path :rep rep :jcr jcr :group group}) Succes with your application. On Friday, March 7, 2014 9:44:32 AM UTC+1, Florian Salihovic wrote: I am working on my first