On Clojars, and GitHub at: https://github.com/http-kit/http-kit/releases
This release was put together with the help of (23!) individual
contributors.
Enjoy, cheers! :-)
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send em
Thanks Gary, happy to hear that :-)
--
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 post.
To unsubscribe
Taken from the spec documentation:
And additional args that control gen
> :gen-max - the maximum coll size to generate (default 20)
Q: Any plans to make the default value of :gen-max a dynamic var?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
Do you find it frustrating that there's no way to turn on instrumentation
of function outputs for manual testing?
Yes.
On Mon, Jul 11, 2016 at 4:16 PM, Oliver George
wrote:
>
> Do you find it frustrating that there's no way to turn on instrumentation
>> of function outputs for manual testing?
> Do you find it frustrating that there's no way to turn on instrumentation
> of function outputs for manual testing?
Yes.
In particular when I'm refactoring code and want to know when I'm returning
something surprising.
I haven't yet had much success with spec generators for CLJS / UI
Wonderful, used it today on some core.async code. It helped me tune
GC/buffer-sizes/parallelism and the metrics are a useful communication tool
across a team that's less familliar with clojure.
On Mon, Jul 11, 2016 at 9:45 AM Peter Taoussanis
wrote:
> On Clojars, and GitHub at: https://github.c
Dear Clojurians,
Let me explain about our XT16 conference: a couple of days ago I was
talking with a programmer from Pamplona, Spain. He was encamped in a busy
bar with lousy WIFI because a load of bulls were about to rampage through
the streets and most of the town was shut down; the shops boa
On Monday, July 11, 2016 at 1:01:52 PM UTC-5, Alan Thompson wrote:
>
> In clojure we are used to shortcuts involving not:
>
> (when-not x ...) => (when (not x) ...)
> (if-not x ...) => (if (not x) ...)
> (not-every? pred coll) => (not (every? pred coll))
> (not-any? pred coll)
As background re the collection
model: http://insideclojure.org/2016/03/16/collections/
Keys and vals are both defined as functions that take a seqable of map
entries. Given that definition, it is not easily possible to widen it to
also take a collection with the associative trait, because a co
So I finally figured it out on my own. I had to basically write my custom
ordering function as a separate scala project and then call that in clojure.
I had my scala file written in this manner:
import org.apache.spark.Partitionerimport org.apache.spark.rdd.RDD
case class RFMCKey(cId: String,
Hi Black
Thanks for the reply but figured it out on my own. Posting the answer
after this.
On Monday, July 11, 2016 at 11:42:10 PM UTC+5:30, Blake Miller wrote:
>
> Hi Punit
>
> The behavior you are referring to is a feature of the Scala compiler,
> which is why it does not happen automaticall
Hi Punit
The behavior you are referring to is a feature of the Scala compiler, which
is why it does not happen automatically when you try to use it from Clojure.
Please see the note here:
https://github.com/t6/from-scala/blob/4e1752aaa2ef835dd67a8404273bee067510a431/test/t6/from_scala/guide.clj
In clojure we are used to shortcuts involving not:
(when-not x ...) => (when (not x) ...)
(if-not x ...) => (if (not x) ...)
(not-every? pred coll) => (not (every? pred coll))
(not-any? pred coll) => (not (some pred coll))
However, the new function clojure.core/any? breaks
I asked a question about this on Stack Overflow; you may be interested in
the discussion there: http://stackoverflow.com/q/35341969/5044950
On Saturday, July 9, 2016 at 12:50:22 AM UTC-4, Michael Gardner wrote:
>
> I've looked around, but couldn't find any discussion on the topic. Is it
> purely
CircleCI is hiring a product engineer to learn and work in Clojure and
Clojurescript with one of the most experienced Clojure teams in the world.
Hiring in San Francisco and Toronto.
More
details:
https://jobs.braveclojure.com/jobs/17592186046002/product-engineer-circleci
--
You received thi
Clojure 1.9.0-alpha10 is now available.
Try it via
- Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-alpha10
- Leiningen: [org.clojure/clojure "1.9.0-alpha10"]
1.9.0-alpha10 includes the following changes since 1.9.0-alpha9:
- NEW clojure.core/any? - a predicate that matches
Kovas is right on the money here. Inherently when you make something
‘programmable’ generating correct programs for it is hard.
I would say though, I frequently see people struggling to spec more complex
logic are going directly to independent input generation. Thus, how will inputs
be reasonab
On Clojars, and GitHub at: https://github.com/ptaoussanis/tufte
Basically took the weekend to clean up Timbre's old profiling ns,
generalize it, and move it to its own lib. Biggest difference for most
folks will probably be the new documentation.
Enjoy, cheers! :-)
--
You received this me
18 matches
Mail list logo