Re: Clojure: One language to rule the Web

2013-07-11 Thread Kelker Ryan
Try these. http://www.clojuresphere.com/ http://www.clojure-toolbox.com/ https://clojure-libraries.appspot.com/ 12.07.2013, 05:32, "Alexander Gunnarson" : > As a side note, maybe we can keep a running list of "Clojure-ized" > technologies we're aware of:- XML - clojure/data.xml >   - XLink + XP

Re: Clojure: One language to rule the Web

2013-07-11 Thread Kelker Ryan
Sorry, but I don't have any plans on adding AS2/3 or XML support by default. Thanks! The framework is currently Alpha and I just added auto-documenting features for the JSON API. https://github.com/runexec/chp/releases/tag/v.0.162-alpha  CHTML, Routing, and Sessions CHTML & RoutesSession handling,

Re: Clojure: One language to rule the Web

2013-07-11 Thread Alexander Gunnarson
As a side note, maybe we can keep a running list of "Clojure-ized" technologies we're aware of: - XML - *clojure/data.xml * - XLink + XPointer + XQuery - *clojure/data.xml * - JSON -* Clojure Home Page (CHP)

Re: Clojure: One language to rule the Web

2013-07-11 Thread Alexander Gunnarson
> > With the exception of XML and Flash, my framework covers all of that > https://github.com/runexec/chp > Your framework seems very promising. I'll have to play around with it. Any plans for extending it to enclose XML? ActionScript/Flash seems to have been addressed somewhat by las3r

Re: Clojure: One language to rule the Web

2013-07-11 Thread Kelker Ryan
With the exception of XML and Flash, my framework covers all of that https://github.com/runexec/chp 11.07.2013, 23:37, "Alexander Gunnarson" : > This idea's been on my mind lately: could Clojure be used as a unifying force > for all those disparate file formats and frameworks like:- XML / XLink

Re: Clojure: One language to rule the Web

2013-07-11 Thread Gary Trakhman
It's true that many of these systems are equivalently powerful and redundant, but the dominant forces driving them are social, not technical. Fred Brooks's 'The Mythical Man-Month' is the classic book on this topic. In an ideal world, where information flowed freely and instantly, all these menti

Clojure: One language to rule the Web

2013-07-11 Thread Alexander Gunnarson
This idea's been on my mind lately: could Clojure be used as a unifying force for all those disparate file formats and frameworks like: - XML / XLink / XPointer / XQuery, - JSON, - HTML / XHTML, - CSS, - JavaScript / jQuery, - Flash (SVG/ActionScript), - SQL, - and (of course) Java? As a disclaim