Re: Prototype code for enhanced CIDER code completion for Java methods

2018-10-21 Thread 'somewhat-functional-programmer' via Clojure
I agree :-). For me the cost/benefit decision is easy -- I'm using it in a new interop-heavy project. I posted it here in case others who used cider-nrepl based tooling may also potentially benefit -- if enough interest maybe I'd take the extra time to publish it as a library. Often times I h

Re: Prototype code for enhanced CIDER code completion for Java methods

2018-10-21 Thread 'somewhat-functional-programmer' via Clojure
Comments inline... I appreciate the discussion to date! ‐‐‐ Original Message ‐‐‐ On Saturday, October 20, 2018 10:13 AM, Colin Fleming wrote: >> I'm curious though, why additional macro / slightly differences from >> "idiomatic" seems so important to avoid. > > I can think of a couple

Re: [ANN] speculative - the missing specs

2018-10-21 Thread Alexander Yakushev
Nice work, Erik! I have an immediate comment. It seems like your README example is inconsistent with the code. The README says that `(map 'lol 'lol)` fails because 'lol is not a fn?. But fn? is a very strict predicate that doesn't cover maps, keywords, etc. I've looked into the code and you use