Re: [ANN] debux 0.5.0 is out

2018-09-08 Thread Mike
Hello. I can't run debux on JVM 10. Issue is created https://github.com/philoskim/debux/issues/11 Mike. суббота, 8 сентября 2018 г., 19:56:14 UTC+3 пользователь Philos Kim написал: > > Debux is a trace-based debugging library for Clojure and ClojureScript. > > https://github.com/philoskim/debux

[ANN] Missing 0.1.0 - utility functions, transducers, locking by value, and topological sorting

2018-09-08 Thread Paul Rutledge
Missing is a lightweight complement to clojure.core containing general purpose functions and macros along similar veins of medley, plumbing, flatland, etc. - https://github.com/vodori/missing Vodori has been building products in Clojure for the last ~2 years and will be open sourcing sever

[ANN] debux 0.5.0 is out

2018-09-08 Thread Philos Kim
Debux is a trace-based debugging library for Clojure and ClojureScript. https://github.com/philoskim/debux * Major improvement of version 0.5.0 - Multiple use of dbgn and dbg https://github.com/philoskim/debux/blob/master/README.adoc#multiple-code-dbgn-code-and-code-dbg-code -- You r

[ANN] Fun-map 0.2.0, blurs the line between identity, state and function

2018-09-08 Thread Robert Luo
*Update* Version 0.2.0 simplified the implementation even more (shaved another 10 more lines from 100 LOC), introduce flexible *fw* macro, function wrapped in a fun-map can cache and update the cache when its dependencies updated. *Background* A fun-map is a map can automatically unwrap any va