Re: Pipe shell output into REPL?

2018-09-05 Thread Andy Fingerhut
Others with better imagination or Unix-like system hackery skills than myself may respond with a way, but my first inclination is 'no'. In particular, normally what you type at the REPL is being read from standard in. Perhaps if you had a way of changing the Clojure REPL function executed when yo

Pipe shell output into REPL?

2018-09-05 Thread Didier
Hi all, I was wondering if there is an easy way I can pipe my shell output into a REPL. Something like: cat /tmp/remus-lighthouse-apis-info.ion | lein repl When I try this, it starts a REPL, and then each line gets sent one by one to the REPL and ran. I'd like it so that I'm at the REPL, and

Re: [ANN] spec.alpha 0.2.176 and core.specs.alpha 0.2.44

2018-09-05 Thread Alex Miller
s/not/now/ :) On Wednesday, September 5, 2018 at 8:24:02 AM UTC-4, Alex Miller wrote: > > New releases of spec.alpha and core.specs.alpha are not available. These > releases make several changes to spec error printing and to the definition > of the existing clojure.core macro specs to improve re

[ANN] Clojure 1.10.0-alpha7

2018-09-05 Thread Stuart Halloway
deps.edn dependency: org.clojure/clojure {:mvn/version "1.10.0-alpha7"} 1.10.0-alpha7 includes the following changes since 1.10.0-alpha6: - Update deps to latest spec.alpha (0.2.176) and core.specs.alpha (0.2.44) - CLJ-2373 - categorize

[ANN] spec.alpha 0.2.176 and core.specs.alpha 0.2.44

2018-09-05 Thread Alex Miller
New releases of spec.alpha and core.specs.alpha are not available. These releases make several changes to spec error printing and to the definition of the existing clojure.core macro specs to improve readability and error reporting. Some additional changes are coming in 1.10.0-alpha7, but these