Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-27 Thread Alex Miller
Fixed, thanks! Copy pasta... On Wed, Jun 27, 2018 at 10:46 AM, Leon Grapenthin wrote: > Looks like the README of core.specs.alpha has the core.specs deps info by > mistake. > > Thank you for the relases. > > > On Tuesday, June 26, 2018 at 8:41:17 PM UTC+2, Alex Miller wrote: >> >> spec.alpha

core.async buffered channel behavior

2018-06-27 Thread Didier
I think its due to ctrl+c, not sure what it actually does, but maybe it didn't actually kill the blocked thread? -- 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

Re: core.async buffered channel behavior

2018-06-27 Thread Justin Smith
I doubt core.async would ever make promises about the behavior of a blocking put that gets forcibly cancelled. It promises that the blocking put doesn't return until the message is consumed, but that's not the same as promising that the message isn't consumed if the blocking put is forcibly

Re: core.async buffered channel behavior

2018-06-27 Thread Justin Smith
I should be more precise there, by "consumed" I meant buffered or consumed. On Wed, Jun 27, 2018 at 10:17 AM Justin Smith wrote: > I doubt core.async would ever make promises about the behavior of a > blocking put that gets forcibly cancelled. It promises that the blocking > put doesn't return

Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-27 Thread Leon Grapenthin
Looks like the README of core.specs.alpha has the core.specs deps info by mistake. Thank you for the relases. On Tuesday, June 26, 2018 at 8:41:17 PM UTC+2, Alex Miller wrote: > > spec.alpha 0.2.168 is now available with the following changes: > >- CLJ-2182

[ANN] Clojure 1.10.0-alpha5

2018-06-27 Thread Alex Miller
Clojure 1.10.0-alpha5 is now available. 1.10.0-alpha5 includes the following changes since 1.10.0-alpha4: * CLJ-2363 - make Java 8 the minimum requirement for Clojure (also bumps embedded ASM to latest) - thanks Ghadi Shayban! * CLJ-2284

Re: core.async buffered channel behavior

2018-06-27 Thread Timothy Baldridge
The best way to understand how/why this happens is to look at the source of >!!. In short, the thread making the call doesn't block on the channel. It starts an async put, then waits on a promise that is delivered by the async put. So it works something like this: 1) Calling thread creates a

New Employment Notification: Data Architect/Solution Architect Clojure - Philadelphia, PA

2018-06-27 Thread Ripu Gupta
Hi Friends, I wanted to take this opportunity to publish my job requirement for a Data Architect in Philadelphia. The skills i am looking out are Clojure, Kafka, Cassandra, Go, GIT, Java. Job Description: Data Architect IV Interview Process: Phone /Webex Interview and in person interview

Employment Notification: Clojure Developer and Data Architect/Solution Architect Clojure - Philadelphia, PA

2018-06-27 Thread Ripu Gupta
Job Description: Software Developer IV (8+ years) Interview Process: Phone /Webex Interview and in person interview Location: Philadelphia, PA Job Type: Fulltime, C2H, C2C *Details:* · Codes software applications to adhere to designs supporting internal business requirements or

New Clojure Application Developer Role in Philadelphia, PA

2018-06-27 Thread Ripu Gupta
Hi Team, Kindly accept my request for posting a new requirement for a Software developer with skills including Clojure, Kafka, Go, Java. Job Description: Software Developer IV (8+ years) Interview Process: Phone /Webex Interview and in person interview Location: Philadelphia, PA Job

Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-27 Thread Alex Miller
Yeah, I'm working on it. :) There are a bunch of things that fall out of the JDK change on the build box and I'm still fighting my way through those. On Wed, Jun 27, 2018 at 4:11 PM, 'Avi Flax' via Clojure < clojure@googlegroups.com> wrote: > > On Tuesday, 26 June 2018 14:41:17 UTC-4, Alex

Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-27 Thread Robert Levy
While we're pointing out typos/errata, the README for https://github.com/clojure/core.specs.alpha says "Clojure 1.9 (still in alpha releases) depends on this" however 1.9 is no longer in alpha releases. On Wed, Jun 27, 2018 at 9:01 AM Alex Miller wrote: > Fixed, thanks! Copy pasta... > > On

Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-27 Thread 'Avi Flax' via Clojure
On Tuesday, 26 June 2018 14:41:17 UTC-4, Alex Miller wrote: > > spec.alpha 0.2.168 is now available > Good news — thank you! BTW, the API reference published at https://clojure.github.io/spec.alpha/ seems to be out of date now — it’s still showing the version as 0.1.144-SNAPSHOT. -- Our

Re: Clojure/flutter

2018-06-27 Thread vinurs zhang
I'am also looking for the clojuredart so i can write flutter app with clojure 在 2018年4月26日星期四 UTC+8上午5:42:23,Gregg Reynolds写道: > > Flutter is looking pretty good to me. Sure would be nice to have a > clojure->flutter compiler. Anthing there, there? > -- You received this message because you

Re: Clojure/flutter

2018-06-27 Thread Gal Dolber
I don't know much about dart. But most of the work on clojure-objc was to modify the clojure compiler to generate java instead of bytecode (and then convert the java source code to objc). The code is now outdated, but the same approach could be use here.

Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-27 Thread Alex Miller
Fixed, thanks. > On Jun 27, 2018, at 4:40 PM, Robert Levy wrote: > > While we're pointing out typos/errata, the README for > https://github.com/clojure/core.specs.alpha says > > "Clojure 1.9 (still in alpha releases) depends on this" > > however 1.9 is no longer in alpha releases. > >> On

[ANN] Learn ClojureScript and Reagent; learnreagent.com

2018-06-27 Thread jacek . schae
I believe that the ideas in Clojure/ClojureScript are really great and need bigger adoption in web dev, this is why I created a video course to teach ClojureScript and Reagent. To make sure this course teaches best practice it has been reviewed by Juho Teperi, Thomas Heller, and Daniel