Re: Feedback on idiomatic API design

2016-03-11 Thread Johan Haleby
On Wed, Mar 9, 2016 at 7:32 PM, Marc Limotte wrote: > With the macro approach, they don't need to escape it. > Do you know of any resources of where I can read up on this? I have the macro working with an implicit "uri" generated but I don't know how to make it explicit (i.e. defined by the user

I am wondering if there is a better way to validate and read-in clojure data?

2016-03-11 Thread john
I am producing clojure data with XSLT. At first I embraced the result in a vector of vectors so that a single (read-string) would read the whole structure in one take. Unfortunately when the XSLT sheet produces bad data I don't see easily what is going wrong. So is there an alternative for rea

Re: Clojure as first language

2016-03-11 Thread Paul Gowder
As a clojure beginner and programming semi-beginner (advanced beginner? I'm decent but not pro dev level at Python and R and have messed around with a few others), switching to clojure because the functional style feels more natural than all that object ick, I can speak from personal experience

Re: [ANN] walmartlabs/system-viz 0.1.1

2016-03-11 Thread Howard Lewis Ship
If you really need to see it, keep your eyes open for our next hiring cycle in a few months. On Fri, Mar 11, 2016 at 3:23 PM, Gregg Reynolds wrote: > > On Mar 11, 2016 5:22 PM, "Gregg Reynolds" wrote: > > > > > > On Mar 11, 2016 12:59 PM, "Howard Lewis Ship" wrote: > > > > > > You can imagine

Re: [ANN] walmartlabs/system-viz 0.1.1

2016-03-11 Thread Gregg Reynolds
On Mar 11, 2016 5:22 PM, "Gregg Reynolds" wrote: > > > On Mar 11, 2016 12:59 PM, "Howard Lewis Ship" wrote: > > > > You can imagine it's useful with the Walmart code base ... I just wish I could publish that picture! > > > > Oh, please do! I won't tell anybody! > > > On Fri, Mar 11, 2016 at 10:

Re: [ANN] walmartlabs/system-viz 0.1.1

2016-03-11 Thread Gregg Reynolds
On Mar 11, 2016 12:59 PM, "Howard Lewis Ship" wrote: > > You can imagine it's useful with the Walmart code base ... I just wish I could publish that picture! > Oh, please do! > On Fri, Mar 11, 2016 at 10:55 AM, Timothy Baldridge wrote: >> >> This is fantastic! I've often wanted something like t

[ANN] walmartlabs/active-status 0.1.4

2016-03-11 Thread Howard Lewis Ship
An update-in-place status board for asynchronous processes inside your Clojure command line application. It is now possible to set a prefix for a job; typically used to identify the job (much like a thread name). An alternate, simplified implementation of the status board is now available as com.

Re: Copy binary files in leiningen template

2016-03-11 Thread Gary Berger
There is actually already a function available in the ns leiningen.new.templates called raw-resourcer Create an additional renderer: (def raw (raw-resource )) (->files data ... ["resource" (raw "resource")] ... On Monday, January 26, 2015 at 4:20:48 AM UTC-5, Sven Richter wrote: > >

[ANN] io.aviso/config 0.1.11

2016-03-11 Thread Howard Lewis Ship
Smart and flexible system configuration This release simplifies (in an incompatible way) the naming convention for configuration files, and removes the :prefix option. Documentation has also been improved. https://github.com/AvisoNovate/config -- Howard M. Lewis Ship Senior Mobile Developer a

Re: is there an implementation of GraphQL in Clojure?

2016-03-11 Thread Sven Pedersen
It is not exactly equivalent, but Om Next is trying to accomplish the same basic thing with data queries to populate UI data: http://hueypetersen.com/posts/2016/02/13/om-next-from-a-relay-graphql-perspective/ And here are some other related thoughts on Clojure and GraphQL: https://groups.google.c

Re: [ANN] walmartlabs/system-viz 0.1.1

2016-03-11 Thread Alan Thompson
Looks nice. On Fri, Mar 11, 2016 at 10:59 AM, Howard Lewis Ship wrote: > You can imagine it's useful with the Walmart code base ... I just wish I > could publish that picture! > > On Fri, Mar 11, 2016 at 10:55 AM, Timothy Baldridge > wrote: > >> This is fantastic! I've often wanted something li

Re: [ANN] walmartlabs/system-viz 0.1.1

2016-03-11 Thread Howard Lewis Ship
You can imagine it's useful with the Walmart code base ... I just wish I could publish that picture! On Fri, Mar 11, 2016 at 10:55 AM, Timothy Baldridge wrote: > This is fantastic! I've often wanted something like this when I first get > into a new codebase. Having the entire system visualized i

Re: [ANN] walmartlabs/system-viz 0.1.1

2016-03-11 Thread Timothy Baldridge
This is fantastic! I've often wanted something like this when I first get into a new codebase. Having the entire system visualized is a great way to get up and running. On Fri, Mar 11, 2016 at 11:47 AM, Howard Lewis Ship wrote: > > system-viz is a tiny, simple library to visualize a system, cons

[ANN] walmartlabs/system-viz 0.1.1

2016-03-11 Thread Howard Lewis Ship
system-viz is a tiny, simple library to visualize a system, constructed using Stuart Sierra's component library. You may now control the output format (for example, to output as SVG or PNG, rather than PDF). The enabled flag has been removed; visualize-system will now always visualize the system.

Re: [ANN] "Real" air traffic control system - complex Clojure-ClojureScript example

2016-03-11 Thread ru
So far I have had no problems with it. Very good library! Simple and fast. пятница, 11 марта 2016 г., 15:44:50 UTC+3 пользователь Jason Gilman написал: > > That's really cool. Thanks for sharing. I want to do something similar > with leaflet and build integration into my REPL. Did you have any is

Re: Clojure as first language

2016-03-11 Thread Terje Dahl
Thank you all for your wonderful feedback. It is both insightful, varied, deep. I intend to consolidate your feedback and more into some sort of report or paper which I will then publish. I will post back when I have something ready. Terje -- You received this message because you are subscrib

[ANN] "Real" air traffic control system - complex Clojure-ClojureScript example

2016-03-11 Thread Jason Gilman
That's really cool. Thanks for sharing. I want to do something similar with leaflet and build integration into my REPL. Did you have any issues with leaflet? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojur