From: AlamedaMike <mi...@aminoarrays.com>
Date: Sat, 6 Sep 2008 07:07:02 -0700 (PDT)
Local: Sat, Sep 6 2008 10:07 am
Subject: JRuby article highlights some possible acceptance issues for Clojure
This article: http://blog.headius.com/2008/09/elephant.html
by one of JRuby's core developers might be of interest to Clojure- minded people (CMPs -- a name I'd like to propose for members of our little niche of the world). He discusses the guff that JRuby has been getting from the CRuby folks. The situation isn't exactly analagous, since there is no "C-Clojure", but some of the issues still apply, I think. You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Rich Hickey <richhic...@gmail.com>
Date: Sat, 6 Sep 2008 11:36:57 -0700 (PDT)
Local: Sat, Sep 6 2008 2:36 pm
Subject: Re: JRuby article highlights some possible acceptance issues for Clojure
On Sep 6, 10:07 am, AlamedaMike <mi...@aminoarrays.com> wrote:
> This article: http://blog.headius.com/2008/09/elephant.html
There are important differences. As you say, there's no C-Clojure. Nor
> by one of JRuby's core developers might be of interest to Clojure- > minded people (CMPs -- a name I'd like to propose for members of our > little niche of the world). He discusses the guff that JRuby has been > getting from the CRuby folks. The situation isn't exactly analagous, > since there is no "C-Clojure", but some of the issues still apply, I > think. is there (anymore) a .Net-Clojure. One of the (many) reasons I didn't implement an existing language is
A ported language will always be dictated to by the 'native' version,
To their credit, the JRuby guys have come up with a great
Languages designed for the JVM (e.g. Clojure/Groovy/Scala) don't have
Another point of the post were complaints that JRuby programmers
Which leaves the coolness factor.
I dislike writing Java/C# as much as anyone, and Clojure is my ticket
If, however, the stigma of Java extends to libraries written in it,
Getting things done is cool.
Rich
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Chouser <chou...@gmail.com>
Date: Sat, 6 Sep 2008 17:11:21 -0400
Local: Sat, Sep 6 2008 5:11 pm
Subject: Re: JRuby article highlights some possible acceptance issues for Clojure
On Sat, Sep 6, 2008 at 2:36 PM, Rich Hickey <richhic...@gmail.com> wrote: There may one day be a Clojure-for-JavaScript (ClojureScript?), which > There are important differences. As you say, there's no C-Clojure. Nor of course will suffer from just such problems. Is that a good enough reason to resist the creation of ClojureScript? > Which leaves the coolness factor. Following a Java lib's documented example, but getting it done in half > I dislike writing Java/C# as much as anyone, and Clojure is my ticket as many lines of Clojure is cool. Lisp is cool. Having a language that's like lisp and has access to all of Java, but has more libs than lisp and that's more dynamic than java is *way* cool. --Chouser You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Rich Hickey <richhic...@gmail.com>
Date: Sat, 6 Sep 2008 16:14:55 -0700 (PDT)
Local: Sat, Sep 6 2008 7:14 pm
Subject: Re: JRuby article highlights some possible acceptance issues for Clojure
On Sep 6, 5:11 pm, Chouser <chou...@gmail.com> wrote:
> On Sat, Sep 6, 2008 at 2:36 PM, Rich Hickey <richhic...@gmail.com> wrote:
I don't think so. Any such script version is likely to be a component
> > There are important differences. As you say, there's no C-Clojure. Nor
> There may one day be a Clojure-for-JavaScript (ClojureScript?), which
of a larger Clojure app. I imagine a ClojureScript will be a subset of Clojure + some context-specific capabilities, and thus complementary. Rich You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: AlamedaMike <mi...@aminoarrays.com>
Date: Sun, 7 Sep 2008 04:52:36 -0700 (PDT)
Local: Sun, Sep 7 2008 7:52 am
Subject: Re: JRuby article highlights some possible acceptance issues for Clojure
> Lisp is cool. Having a language
To which I can only add: And having a language that also handles side-
> that's like lisp and has access to all of Java, but has more libs than > lisp and that's more dynamic than java is *way* cool. > --Chouser
effects and thread interaction well is *extremely* cool. You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: AlamedaMike <mi...@aminoarrays.com>
Date: Sun, 7 Sep 2008 05:06:08 -0700 (PDT)
Local: Sun, Sep 7 2008 8:06 am
Subject: Re: JRuby article highlights some possible acceptance issues for Clojure
> Getting things done is cool.
Yup. I've been programming for 30+ years and I've gotten too old and
too cranky to tolerate a lot of bullsh*t, high ceremony, and wheel reinvention. I had high hopes for Paul Graham's Arc, but his goals are more
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: AlamedaMike <mi...@aminoarrays.com>
Date: Sun, 7 Sep 2008 05:41:47 -0700 (PDT)
Local: Sun, Sep 7 2008 8:41 am
Subject: Re: JRuby article highlights some possible acceptance issues for Clojure
> Getting things done is cool.
One other point. Getting things done in Clojure and getting paid for
it is cool. One of the things I like about clojure is that its easy interface to java dramatically increases its chances of industry acceptance. New technologies, to be accepted, must solve a FELT crisis- level problem while not creating significant new problems. Context: the JVM is great, has vast acceptance and many tools,
Crisis: Java is the pits. Programmers have never really liked it. With
Solution (first try): Jython and JRuby don't solve the thread
Solution: It must be JVM-based and it must be a Lisp-class language to
I really do think you've got a tiger by the tail here, Rich. Now all
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2009 Google |