vemv

Results 426 comments of vemv

OTOH, it's not exactly expressive to have a contruct called `better-cond` in my code (it doesn't map to an human-language concept like `when` or `if`), but that's an acceptable tradeoff...

Hmm, concision is not my exact concern, see the first two bullet points. Personally I can type `better-cond ` and have `[better-cond.core :refer [better-cond]]` auto-inserted. I don't have to type...

Hey there, apologies for letting this issue pile up in my email > Why do you prefer the hyphen over the slash? Because my intended usage is requiring with `:refer`...

Hi, at the company I work for we'd be interested in all four PRs, they seem good stuff. We'd need #26 particularly. Would much appreciate salvaging these!

In case it helps: it seems easy enough to separate cljsbuild to its own Lein profile

FWIW, I've used a cider->cjlfmt indent spec translation for the past two years without any noticeable issue My approach is basically for a given symbol `'foo`, try to `resolve` it,...

While I don't dislike @simon-katz's proposal (it's well-aligned with the Clojure Style Guide), personally I've observed that relatively few people actually use a hierarchy of comments. More typically either `;`...

Mind if I start with Shopify? I've always wanted to play with it, coming from ruby-land.

Sorry I don't foresee having the time to give the project a go again anytime soon. Keep kicking ass! 🔥

@eubarbosa eval-expression and eshell are different things (elisp and bash respectively)