Re: contains? for vectors

2013-02-28 Thread Irakli Gozalishvili
timised 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 G

contains? for vectors

2013-02-28 Thread Irakli Gozalishvili
k too much code, maybe some other function can 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@googlegroup

Adding string support to `split`

2013-02-28 Thread Irakli Gozalishvili
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

Clojure equivalents of .indexOf .lastIndexOf

2013-02-28 Thread Irakli Gozalishvili
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

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-20 Thread Irakli Gozalishvili
ady has CI or what, but maybe you should take these ideas over to > > > another thread? Possibly on the Dev mailing list. Because of the > > > intentionally slow pace of Clojure development, I'd suggest one thread per > > > topic (CLJ CI is a different topic than CLJS

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-20 Thread Irakli Gozalishvili
it's not just that some people keep insisting 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

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/

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
tup a fork 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

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
s://confluence.atlassian.com/display/JIRASTUDIO/Linking+GitHub+Activities+to+JIRA+Issues in the pull request I created when 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

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
es 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

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
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 > >

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/ On

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
eing on github if use of it's 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 Clojur

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-19 Thread Irakli Gozalishvili
taking any of my pull requests, so I really don't see why it's a problem for clojure. > > On Fri, Jan 18, 2013 at 5:16 PM, Irakli Gozalishvili (mailto:rfo...@gmail.com)> wrote: > > One could also copy attach patch with lines that belong to someone else. How > > is

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

Re: Is contributing to clojurescript is intentionally made hard ?

2013-01-18 Thread Irakli Gozalishvili
sired it's 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 ,

Is contributing to clojurescript is intentionally made hard ?

2013-01-18 Thread Irakli Gozalishvili
saved. Not to mention 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. Than

Feature Expressions

2013-01-08 Thread Irakli Gozalishvili
p://blog.racket-lang.org/2012/06/submodules.html P.S: My 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

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 > 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 that and just ign

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 (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

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:

eventual values in clojurescript

2012-05-01 Thread Irakli Gozalishvili
ry similar to MS RX http://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 p

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 Sequences"](http://blip.tv/clojure/clojure-seque