New Lambda - the functional freelancing hub

2019-03-12 Thread 'Stanislav Yurin' via Clojure
I am willing to invite freelancers and those who are seeking for additional hands to register on New Lambda - the functional freelancing hub. As a Clojure shop ourselves, we are starting with Clojure community and so far have received good amount of feedback from first participants. We are

Customizable project .cpcache path

2019-02-25 Thread 'Stanislav Yurin' via Clojure
Currently user cache is customizable via CLJ_CACHE or CLJ_CONFIG (and XDG_..) environment variables, but inside project dir the path is set by the following code in clojure tools bash script: # Determine whether to use user or project cache if [[ -f deps.edn ]]; then cache_dir=.cpcache else