A Cells port of David's core.async webinar on avoiding Callback Hell

2016-07-25 Thread hiskennyness
As I watched David Nolen's compelling core.async web client webinar (http://go.cognitect.com/core_async_webinar_recording) I started to wonder if CSP was not another metaphor for Cells (the spreadsheet being another, and in FRP we have a time series or stream or something). So I went ahead and

Re: Frustrations so far

2016-07-25 Thread Paul deGrandis
Similar to James' ring-anti-forgery message, as the maintainer of Pedestal, I'd also like to know if you had issues with Pedestal (specifically, on the Pedestal mailing list ). In general, I think most maintainers want to know about

Re: Future of spec/explain-data, spec/and, etc.

2016-07-25 Thread Mars0i
On Monday, July 25, 2016 at 10:56:09 AM UTC-5, Mars0i wrote: > > just noticed this morning that :path is explained in "clojure.spec - > Rationale and Overview". > There's also material about :path in your Spec Guide, but I had not fully understood it. I get it now--at least up to the level of

Re: Future of spec/explain-data, spec/and, etc.

2016-07-25 Thread Mars0i
Alex, thanks very much. That's all very helpful. Just what I needed. I hadn't seen an explanation of the meaning of :path, :via, and :in, and was guessing about them from experiments.:via and :in aren't mentioned in the docstring, so I wasn't sure whether to depend on them. (The source

Re: Arity count

2016-07-25 Thread Alex Miller
It might be helpful to back up a step and explain why you need to do this? On Monday, July 25, 2016 at 10:14:16 AM UTC-5, Riccardo Di Meo wrote: > > Hi! > > It's a *very* old thread, but is there any news about this? I mean, is > there a way to find the list of accepted arities of an anonymous

Re: Arity count

2016-07-25 Thread Riccardo Di Meo
Hi! Il giorno mercoledì 19 agosto 2009 21:16:35 UTC+2, John Harrop ha scritto: > > On Wed, Aug 19, 2009 at 10:03 AM, Achim Passen > wrote: > >> Beware! This snippet relies on unexposed details of clojure's current >> implementation. It might stop working tomorrow, so it's

[ANN] CIDER 0.13 (California) is out!

2016-07-25 Thread Bozhidar Batsov
Hey everyone, In the middle of the summer (for my part of the world, at least) we've got a hot new CIDER release for you. It's named after my beloved Republic of California, where its development began. Here are the highlights for the release: ### New Features * Add an option

Re: Exception : cannot create ISeq from Long when empty list is present.. ?

2016-07-25 Thread Ashish Negi
Thanks James.. I will now add a vector after first.. -- 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