Clojure equivalents of .indexOf .lastIndexOf

2013-02-28 Thread Irakli Gozalishvili
)` are officially suggested options. I would prefer to avoid backend specific API like these (as I intend to compile to lua) and was wondering if it's reasonable to open issue requesting clojure native equivalents. I'd also be happy to provide patches to do it. Regards -- Irakli Gozalishvili Web: http

Adding string support to `split`

2013-02-28 Thread Irakli Gozalishvili
is string delimiters. Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/ -- -- 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

contains? for vectors

2013-02-28 Thread Irakli Gozalishvili
be added instead ? Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/ -- -- 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

Re: contains? for vectors

2013-02-28 Thread Irakli Gozalishvili
by engines. Maybe something else can be considered like `includes?` to do that instead ? Also Rich says no better name was suggest for includes?, I think `has?` would have being a lot better name. Don't know if it makes sense to reply to that post at this point. Regards -- Irakli Gozalishvili Web

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-20 Thread Irakli Gozalishvili
on using pull requests it's a lot more and maybe it's time for this community to revisit some decisions. It's just natural process of grows. Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/ On Sunday, 2013-01-20 at 09:58 , Anthony Grimes wrote: On Sunday, January 20, 2013 11:33

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-20 Thread Irakli Gozalishvili
of Clojure development, I'd suggest one thread per topic (CLJ CI is a different topic than CLJS CI) and one thread at a time. On Sunday, January 20, 2013 12:43:19 PM UTC-8, Irakli Gozalishvili wrote: I just wanted to mention that pull request was one of the several notes I've made

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
for clojure. On Fri, Jan 18, 2013 at 5:16 PM, Irakli Gozalishvili rfo...@gmail.com (mailto:rfo...@gmail.com) wrote: One could also copy attach patch with lines that belong to someone else. How is that different ? Pull requests are just a tool for working with patches nothing else

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
features is unacceptable. Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/ On Saturday, 2013-01-19 at 10:03 , Brandon Bloom wrote: For what it's worth, I've submitted 20+ patches to ClojureScript and one or two to Clojure proper. I still find the process to be extremely unpleasant

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
BTW also as hugo pointed out with http://www.clahub.com/ one could just reject pull requests if any of the commit included is from author who have not signed CLA yet. So looks like CLA problem can be also easily solved. Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
if issues keeps coming up that certainly means there is a problem worth looking into Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/ On Saturday, 2013-01-19 at 14:57 , Brandon Bloom wrote: contributions to clojure are definitely less easy to make than to projects that willy

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
at mozilla we do code that is production and used by billions of people over the world and being helpful to contributors never had being harmful in doing that. Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/ On Saturday, 2013-01-19 at 15:08 , Brandon Bloom wrote: Aaron, please

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
it was closed down. Bugzilla integration does all of these, but syncing comments. Maybe support for JIRA is better or worth, I have no way of trying that out as I don't have access to JIRA. Thanks, Andy On Jan 18, 2013, at 5:13 PM, Irakli Gozalishvili wrote: At mozilla we also require

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
and then forward contributions as a patches to JIRA so people who love patches will look at them instead. Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/ On Saturday, 2013-01-19 at 11:47 , Andy Fingerhut wrote: On Jan 18, 2013, at 3:52 PM, Sean Corfield wrote: On Fri

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
I would be curious to also see number of lost contributors. Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/ On Saturday, 2013-01-19 at 22:00 , David Nolen wrote: I have nothing to add to this thread beyond pointing out that ClojureScript has had _51_ contributors

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
Anyway it's seems to me that message in this thread is pretty clear: We're just doing fine without people like you It's a shame, but whatever I'll just shut up and let you guys roll as you pleased Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/ On Saturday, 2013-01-19 at 22

Is contributing to clojurescript is intentionally made hard ?

2013-01-18 Thread Irakli Gozalishvili
that for clojurescript tests you need JVM, v8, spidermonkey and moreā€¦ If these things are intentionally made hard to stop new people with more clojurescipt interests then please make it more clear, cause otherwise it just a motivation killer. Thanks -- Irakli Gozalishvili Web: http

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-18 Thread Irakli Gozalishvili
easy to build a tool that attaches it to JIRA. We in fact do that for bugzilla. The good news is that such tools are already written for JIRA so it's just matter of enabling it! Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/ On Friday, 2013-01-18 at 15:52 , Sean Corfield wrote

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-18 Thread Irakli Gozalishvili
One could also copy attach patch with lines that belong to someone else. How is that different ? Pull requests are just a tool for working with patches nothing else Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/ On Friday, 2013-01-18 at 16:18 , Sean Corfield wrote

Feature Expressions

2013-01-08 Thread Irakli Gozalishvili
apologies, if some of my comments are incorrect it could be that I'm still missing important parts of the puzzle. Regards -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/ -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group

Re: Some feedback on clojurescript

2012-09-19 Thread Irakli Gozalishvili
On Monday, 2012-09-17 at 09:28 , David Nolen wrote: On Sun, Sep 16, 2012 at 8:32 PM, Irakli Gozalishvili rfo...@gmail.com (mailto:rfo...@gmail.com) wrote: Hi Folks, I'm still new to clojurescript, but I thought I would share with you some of the annoyances that person person

Re: Some feedback on clojurescript

2012-09-19 Thread Irakli Gozalishvili
On Tuesday, 2012-09-18 at 11:49 , David Nolen wrote: On Tue, Sep 18, 2012 at 2:29 PM, Alexey Petrushin alexey.petrus...@gmail.com (mailto:alexey.petrus...@gmail.com) wrote: issues on JIRA Theres a barrier - You has to register to JIRA to submit issue - many people won't bother with

Some feedback on clojurescript

2012-09-16 Thread Irakli Gozalishvili
Hi Folks, I'm still new to clojurescript, but I thought I would share with you some of the annoyances that person person coming from JS (like myself) will likely run into: http://jeditoolkit.com/2012/09/16/coljurescript-feedback.html Regards -- Irakli Gozalishvili Web: http

eventual values in clojurescript

2012-05-01 Thread Irakli Gozalishvili
://msdn.microsoft.com/en-us/devlabs/gg577609 If you have some feedback or suggestions I'm happy to hear it. Thanks -- Irakli Gozalishvili Web: http://www.jeditoolkit.com/ -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Broken Sequences screencast

2011-09-02 Thread Irakli Gozalishvili
Hi, Not sure if this right place to report about this, but I could not thing of any better. I'm in a process of learning Clojure and I found screen-casts linked from clojure.org http://blip.tv/clojure very useful. Unfortunately thought [Clojure