Alex Miller
Alex Miller
We are not changing the restrictions around what activity is allowed in a go block - if you are blocking, you still should not be in a go block. We...
One of the new features we're adding in the next release will be the ability to specify the executor services used in core.async, including go blocks.
This web site is statically built and you can build it yourself if you like using the instructions at https://github.com/clojure/clojure-site#building-the-site (and that's essentially the same process done during the site...
I spent a few minutes looking at this - it's definitely more work than I had expected. That is, it's easy to build, but difficult to build (right now) in...
There are a couple of existing issues, #215 and #216, that I think also have some excellent points and examples. I think the most important thing to change about the...
The Rust example is an Atom feed which is a bit different, but the AWS feed is RSS with entity encoded html and looks pretty much the same to me...
In general, public functions with docstrings MAY be doc'ed. Alternately, if it shows up in https://clojure.github.io/clojure. The following are implementation and should NOT be doc'ed: * `iterator-reduce!` * everything in...
To my mind, the new process ns supersedes the sh stuff so could even replace that.