Re: [ANN] cuerdas 0.1.0: A string manipulation library for clojure and clojurescript.

2014-12-23 Thread Noam Ben-Ari
Nice job. I would add to docs how each function handles nil. Also, I'm used to another meaning for "blank?", from Ruby/Rails and other places, which returns true iff the string is empty or nil. On Tuesday, December 23, 2014 7:48:35 PM UTC+2, Andrey Antukh wrote: > > Hello everybody. > > I want

Re: How can I remove the nils in the result?

2014-12-23 Thread Colin Jones
Thanks, I had fun with this! This isn't more concise, but I went in a little a different direction, trying to pull the various concerns apart. In particular I had fun separating: - the idea of intervals for which any predicate passed from the specific case of 0/1 equality comparison - the strin

Re: [lein] compile sass?

2014-12-23 Thread Ashton Kemerling
Your best bet is probably to ask for the lein-haml-sass plugin to be updated with the latest and greatest. A simple update is no reason for a fork or rewrite unless if the plugin is simply missing features you need (and that can't be added). --Ashton Sent from my iPhone > On Dec 23, 2014, at

[lein] compile sass?

2014-12-23 Thread stephanos
Hey there, I would love to use the SASS library bourbon.io for my project. Is there any way I can use leiningen to compile the scss files to css? PS: I tried *lein-haml-sass* but there is no bundled version of the sass gem after 3.2.x and bourbon requires at least 3.3. Stephan -- You receiv

Re: Author a Book on Clojure - Packt Publishing

2014-12-23 Thread blake
I've worked with a number of publishers over the years and it's not unusual for the process to be mired in typical corporate tech thought. Publishing is not a tech business: You can usually expect things tied to Microsoft products. On Mon, Dec 22, 2014 at 2:39 AM, Jan-Paul Bultmann < janpaulbultm.

Re: ANN: ClojureScript 0.0-2496, cljs.test - a clojure.test port

2014-12-23 Thread Yehonathan Sharvit
What is the gap between clojure.test and cljs.test? For exmaple: is the `are` macro implemented in cljs.test? On Wednesday, 17 December 2014 23:54:09 UTC+2, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.com

Re: [ClojureScript] [ANN] cuerdas 0.1.0: A string manipulation library for clojure and clojurescript.

2014-12-23 Thread Timothy Washington
Ho-haa, looks slick. I can certainly use it. Thanks for this :) Tim Washington Interruptsoftware.com On Tue, Dec 23, 2014 at 12:48 PM, Andrey Antukh wrote: > > Hello everybody. > > I wanted to announce the first release of cuerdas. A string manipulation > library

Re: sort-by reverse order?

2014-12-23 Thread Julian Jelfs
That's awesome! (though I'm slightly surprised there isn't an easier way). Thanks. On Tuesday, 23 November 2010 21:03:37 UTC, Tyler Perkins wrote: > > Nice! And with just a bit more, we have a clean, sorting DSL: > > (def asc compare) > (def desc #(compare %2 %1)) > ;; compare-by generates

[ANN] cuerdas 0.1.0: A string manipulation library for clojure and clojurescript.

2014-12-23 Thread Andrey Antukh
Hello everybody. I wanted to announce the first release of cuerdas. A string manipulation library for clojure and clojurescript. It is mainly based on underscore.string and string.js, but also influenced by lodash. Documentation: http://funcool.github.io/cuerdas/latest/ Github: https://github.co

Re: Browserless ClojureScript

2014-12-23 Thread keeds
Yep. Sorry all. My bad, unstable version of node installed. Stable works fine. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be pa

ANN Langohr 3.0.1 is released

2014-12-23 Thread Michael Klishin
Langohr [1] is a Clojure client for RabbitMQ.  Release notes:  http://blog.clojurewerkz.org/blog/2014/12/23/langohr-3-dot-0-1-is-released/ 1. http://clojurerabbitmq.info -- @michaelklishin, github.com/michaelklishin -- You received this message because you are subscribed to the Google Groups

Re: Browserless ClojureScript

2014-12-23 Thread David Nolen
The stable versions of Node.js are 0.10.X. No plans to support anything other than official stable releases at this time. On Tuesday, December 23, 2014, Raju Bitter wrote: > Seems to be a problem with newer versions of node. I've tested on Ubuntu > 14.04. Everything up to Node.js version 0.11.6

Re: Browserless ClojureScript

2014-12-23 Thread Raju Bitter
Seems to be a problem with newer versions of node. I've tested on Ubuntu 14.04. Everything up to Node.js version 0.11.6 is not causing any problems, starting with 0.11.7 I can see the same error message you reported: Installed node using https://github.com/creationix/nvm, which allows you to easil

Re: Browserless ClojureScript

2014-12-23 Thread Raju Bitter
Works fine for me, I'm on Mac Yosemite, Node version v0.10.33 (installed through brew). I'll do a test run on Ubuntu, never used Nixos. On Tue, Dec 23, 2014 at 11:11 AM, Andrew Keedle wrote: > Never looked at Node before. I've followed the instructions, but I get > this error when running: node

Re: Browserless ClojureScript

2014-12-23 Thread Andrew Keedle
Never looked at Node before. I've followed the instructions, but I get this error when running: node run.js (I'm using nixos with node v0.11.13. Anyone got any clues?) [keeds@pixie:~/workspace/hello-world]$ node run.js /home/keeds/workspace/hello-world/out/goog/bootstrap/nodejs.js:69 process

Re: Author a Book on Clojure - Packt Publishing

2014-12-23 Thread Rafik NACCACHE
I also reviewed a book on "Machine Learning in Clojure". That was a pleasure to read and I learned a couple of things! I recommend them too. Le lundi 22 décembre 2014 14:41:41 UTC+1, Michael Klishin a écrit : > > On 22 December 2014 at 13:39:12, Jan-Paul Bultmann ( > janpaulbultm...@googlemail.