On Mar 6, 8:15 am, Joshua Fox <joshuat...@gmail.com> wrote:
> Is it fair to say that Clojure shines in algorithmic processing, string
> processing, concurrency management, but that there are better choices in
> other areas:
> - "Application" programming , where the key challenge is fitting a standard
> three-tier application to the business domain.
> - "Enterprise" programming, where the challenge is gluing together
> overweight and fragile libraries, and one should always use exactly the set
> of software which the API creators envisioned?
>
> Rich himself has suggested something along these lines, but I wonder what
> others think.
>

I don't recall suggesting that. I would certainly consider application
programming a prime domain for Clojure. OTOH, if that's the definition
of "enterprise" programming, I'm not sure any language is going to
produce a satisfying result.

Being a Lisp, and having the ability to generate primitive math ops
that map to machine instructions, Clojure can scale high and low. I
wouldn't count it out in many domains just yet, as we're just starting
to see it applied to a wide array of problems. Often its applicability
will just be a matter of libraries and macro packages.

I think it is unlikely to end up with less applicability than Java.
Even what seems like a categoric absence, like static typing, may be
filled with a la carte typing and constraint systems built on logic
programming extensions like the Datalog work.

Of course, I'm biased, but wide applicability is certainly the intent
of Clojure. I'm interested in what others think as well.

Rich

--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to