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

2014-12-26 Thread Geraldo Lopes de Souza
oops, listening On Friday, December 26, 2014 11:46:25 AM UTC-2, Geraldo Lopes de Souza wrote: > > Andrey, > > You ll need to gather lots of food to feed the family you are bulding. > I was hearing joe pass when I encountered cuerdas. > > Regards, > > Geraldo > > On Tuesday, December 23, 2014 3:4

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

2014-12-26 Thread Geraldo Lopes de Souza
Andrey, You ll need to gather lots of food to feed the family you are bulding. I was hearing joe pass when I encountered cuerdas. Regards, Geraldo On Tuesday, December 23, 2014 3:48:35 PM UTC-2, Andrey Antukh wrote: > > Hello everybody. > > I wanted to announce the first release of cuerdas. A

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

2014-12-24 Thread Erik Price
Note that there is precedent for this in clojure.string/blank? . ​ On Wed, Dec 24, 2014 at 7:58 AM, Andrey Antukh wrote: > Hi! > > Thank you very much! > > You are right about nil handling, it should be documented and proper > handled. > > But I'm n

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

2014-12-24 Thread Max Gonzih
On Tuesday, December 23, 2014 6:48:18 PM UTC+1, Andrey Antukh wrote: > 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 >

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

2014-12-24 Thread Andrey Antukh
Hi! Thank you very much! You are right about nil handling, it should be documented and proper handled. But I'm not completely convinced with ruby behavior for that, in many other implementations in other languages it is slightly different. In my opinion that is more proper behavior: blank? (ni

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

2014-12-24 Thread Sean Johnson
Very nice work. I'll be using this! Also, I agree with Noam that there's a fairly common expectation of blank? that started in the Ruby world. Here's my suggestion for what it's worth: blank? - true iff "" or nil empty? - true iff "", false if nil whitespace? true iff "" or only white space, fa

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: [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

[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