On Wednesday 01 April 2009 16:51:49 Joshua Fox wrote: > > 3. Clojure can use Java libraries. Common Lisp can use C/C++ > > libraries. Is it possible to say Clojure has strong points to Common > > Lisp in the power of libraries? > > Accessing Java from Clojure is easier & more transparent than accessing C > from Common Lisp.
And safe! You get an easily-debuggable exception instead of machine-level errors and silent corruption. And more efficient because your data is not crossing GC boundaries and possibly not even changing representation. -- Dr Jon Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/?e --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---