Documentation for namespace aliased keywords (particularly relevant for clojure.spec use)

2017-02-01 Thread Dave Tenny
Looking at the documentation for keywords under https://clojure.org/reference/reader#_literals there is no mention for the syntax for namespace aliased keywords, and this is very important it you want to manage your keywords for clojure.spec. I only know about it because google turned up some

Re: (System/console) is nil?

2017-02-01 Thread John Szakmeister
On Wed, Feb 1, 2017 at 5:35 PM, Mark Reed wrote: > Trying to write a CLI that will prompt for a password, and it's failing > because (System/console) always returns nil (whether in a compiled app or > inside the REPL). It works for me in a compiled app (it's non-nil), but

(System/console) is nil?

2017-02-01 Thread Mark Reed
Trying to write a CLI that will prompt for a password, and it's failing because (System/console) always returns nil (whether in a compiled app or inside the REPL). Is this expected behavior? Is there any other portable way to read a line without echo in Cojure? I've confirmed that

[ANN] system 0.4.0

2017-02-01 Thread Daniel Szmulewicz
A new release of system is now available! https://github.com/danielsz/system [org.danielsz/system "0.4.0"] This release represents a milestone, hence the major version bump. It is breaking only with regards to the Duct-style components. This is also where most of the innovation took place.