Re: Await on agent triggers watch functions

2019-01-08 Thread Herwig Hochleitner
Am Mo., 7. Jan. 2019 um 17:40 Uhr schrieb Oleksandr Shulgin < oleksandr.shul...@zalando.de>: > > I also see that the add-watch documentation says that the watch functions > are called "whenever the reference's state *might* have been changed", but > I just wonder if this is worth documenting. >

Re: [ANN] Calfpath (v0.7.1), a fast and flexible Ring request router

2019-01-08 Thread Tommi Reiman
Congrats on the library! Read your code and It seems that writing the low-level code with Java pays off performance wise - the small routing tables in your perf tests are really, really fast. Reitit also has some Java-based optimizations for the JVM, but wildcard/trie routing is written in

[ANN] rep 0.1.1 - A single-shot nREPL client designed for shell invocation

2019-01-08 Thread Jason Felice
Changes - Add -n, --namespace option to specify the namespace of evaluated code. - Add -l, --line option to specify the file, line number, and column of evaluated code. - Now releasing Linux binaries (thanks Circle CI!) - Documentation updates, including an example of how an editor