Re: lein discovery issues

2015-01-30 Thread Stephen Lester
Hey there Andrea, So, when I do 'lein search', it caches the index. I don't have anything special in my setup (lein version 2.5.1 on Java 1.8.0_25). Likewise, you can do searches for specific version headers, like lein search id:clojurescript version:0.0-2* to find all the ones in the 2000s.

New ring middleware: browser-caching

2015-07-26 Thread Stephen Lester
Hello everyone, I just wrote my first ring middleware (I'm pretty much a newbie to functional programming and Clojure in general), and I'd appreciate if someone wants to give me some tips or constructive criticism (and it can be off-list as well). The goal is to enable per-file-type browser

Re: Java like static typing for Clojure?

2016-10-17 Thread Stephen Lester
Hi there! There is an 'optional type system' for Clojure in 'core.typed': https://github.com/clojure/core.typed But it also seems like others who were using such a type system have stepped away from it: https://circleci.com/blog/why-were-no-longer-using-core-typed/ On 10/15/2016 03:14 PM,