Re: was Re: ANN: Orchestra, complete instrumentation for clojure.spec

2017-04-06 Thread Didier
It's different, yet related. Static type systems and clojure.spec both try to prevent bugs. They're tools to help you write correct programs, the same way that a testing framework is. Neither of them will catch all your bugs unfortunately. Static type systems catches bugs where you would try

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Dan Carpenter
Great work, but I just wanted to say it doesn't look optimal on mobile. Maybe 1 item per column on most phones rather than 3? On Wednesday, April 5, 2017 at 11:00:12 AM UTC-7, Alex Miller wrote: > > I wanted to let people to know that we've been updating the clojure.org > site to add some

Re: was Re: ANN: Orchestra, complete instrumentation for clojure.spec

2017-04-06 Thread Timothy Baldridge
The power offered by spec is probably better compared against dependent type systems like Idris. True static type systems run analysis at compile-time, but spec allows you to perform very complex checks because you have the power of full blown language. For example, with spec you can write a

Re: was Re: ANN: Orchestra, complete instrumentation for clojure.spec

2017-04-06 Thread Jeaye
On Thu, Apr 06, 2017 at 01:47:17PM -0700, Raoul Duke wrote: > I am writing to ignorantly sincerely ask how spec + Orchestra compares to > other statically typed out of the box JVM languages. What are the succint > wins over not Scala shudder but eg Kotlin Ceylon, heck Frege, et. al.? clojure.spec

Re: Hexing the Technical Interview

2017-04-06 Thread Moe Aboulkheir
Love it. -- 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 from this group, send

Hexing the Technical Interview

2017-04-06 Thread Luke Burton
YES. https://aphyr.com/posts/341-hexing-the-technical-interview -- 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

was Re: ANN: Orchestra, complete instrumentation for clojure.spec

2017-04-06 Thread Raoul Duke
I am writing to ignorantly sincerely ask how spec + Orchestra compares to other statically typed out of the box JVM languages. What are the succint wins over not Scala shudder but eg Kotlin Ceylon, heck Frege, et. al.? -- You received this message because you are subscribed to the Google Groups

Re: ANN: Orchestra, complete instrumentation for clojure.spec

2017-04-06 Thread Didier
I think that answers my question. I just wanted an approximate idea of the kind of LTS this would have, before depending on it. I meant like if it would keep up with the changes to spec before release. So I'm glad to hear it will and possibly even beyond. Thanks. On Thursday, 6 April 2017

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Gregg Reynolds
On Apr 6, 2017 2:17 PM, "Luke Burton" wrote: On Apr 6, 2017, at 12:12 PM, Gregg Reynolds wrote: On Apr 6, 2017 2:10 PM, "Gregg Reynolds" wrote: On Apr 6, 2017 2:08 PM, "Gregg Reynolds" wrote: On Apr 6,

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Luke Burton
> On Apr 6, 2017, at 12:12 PM, Gregg Reynolds wrote: > > > > On Apr 6, 2017 2:10 PM, "Gregg Reynolds" > wrote: > > > On Apr 6, 2017 2:08 PM, "Gregg Reynolds" > wrote: > >

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Gregg Reynolds
On Apr 6, 2017 2:10 PM, "Gregg Reynolds" wrote: On Apr 6, 2017 2:08 PM, "Gregg Reynolds" wrote: On Apr 6, 2017 1:55 PM, "Luke Burton" wrote: Where's Azerbaijan? Seriously, this was a fantastic story:

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Gregg Reynolds
On Apr 6, 2017 2:08 PM, "Gregg Reynolds" wrote: On Apr 6, 2017 1:55 PM, "Luke Burton" wrote: Where's Azerbaijan? Seriously, this was a fantastic story: https://www.youtube.com/watch?v=-zM5fDN_AHY looks great. i'd like to believe it, but i'm an

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Gregg Reynolds
On Apr 6, 2017 1:55 PM, "Luke Burton" wrote: Where's Azerbaijan? Seriously, this was a fantastic story: https://www.youtube.com/watch?v=-zM5fDN_AHY looks great. i'd like to believe it, but i'm an amercn in 2017 , i buleeve nuthink. when i poke around on that link i get

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Luke Burton
Where's Azerbaijan? Seriously, this was a fantastic story: https://www.youtube.com/watch?v=-zM5fDN_AHY > On Apr 6, 2017, at 11:46 AM, Gregg Reynolds > wrote: > > > > On Apr 6, 2017 7:12 AM,

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Gregg Reynolds
On Apr 6, 2017 7:12 AM, "Jon Pither" wrote: We have also maintained a set of complimentary success stories here: https://juxt.pro/clojure-in.html. The more Clojure success stories the merrier! love the i18n-ism! -- You received this message because you are subscribed to the

Re: ANN: Orchestra, complete instrumentation for clojure.spec

2017-04-06 Thread Jeaye
On Thu, Apr 06, 2017 at 11:31:46AM -0700, Didier wrote: > Looks good. May I ask, what kind of support are we looking at? Is this > something you reasonably see being carried to the release of 1.9? Or was it > more of an experiment? I'm not entirely sure what you mean by "carried to the release

Component and company with Spring?

2017-04-06 Thread Didier
Hey, I'm looking into trying out one of the component libraries for Clojure such as Component, Mount, Integrant, etc. Unfortunately, at my company, Spring is king, and a lot of spring beans exist that are shared across teams and I need to rely on them. So I'd need a framework that can

Re: ANN: Orchestra, complete instrumentation for clojure.spec

2017-04-06 Thread Didier
Looks good. May I ask, what kind of support are we looking at? Is this something you reasonably see being carried to the release of 1.9? Or was it more of an experiment? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send

Re: [ANN] New Clojure story pages on clojure.org

2017-04-06 Thread 冯忠孝
在 2017年4月6日星期四 UTC+8下午8:12:55,Jon Pither写道: > > We have also maintained a set of complimentary success stories here: > https://juxt.pro/clojure-in.html. The more Clojure success stories the > merrier! Thank you for your great work -- You received this message because you are subscribed to

[ANN] new release: irresponsible/anarchy 0.1.0 - logic without rules

2017-04-06 Thread James Laver
The primary purpose of this library is to provide a model you can build a UI around that programmers and non-programmers alike can grok. Dep (clojars): [irresponsible/anarchy "0.1.0"] More information (and diagrams!) on github: https://github.com/irresponsible/anarchy Cheers, James (and the

[ANN] New Clojure story pages on clojure.org

2017-04-06 Thread Jon Pither
We have also maintained a set of complimentary success stories here: https://juxt.pro/clojure-in.html. The more Clojure success stories the merrier! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to