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.
The
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 System.conso
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 not at the REPL
(probabl
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 cl