Thinking about the talk, I have several observations, perhaps this is the right venue to air them.
1) Polymorphism appears to be handled by the ability to supply different implementations of a keyword dependent on parameters. This means your oo methods are broken up out of your class definitions and sprinkled around your keyword definitions. 2) Rock solid support for concurrency and integrity is really nice, but how does it handle the persistence layer? Is all this integrity broken at the point you need to push things into or out of the walled garden either to a RDB or some other persistence mechanism. 3) It feels like Clojure has major winning capabilities for niche areas. Process Intensive work that can make use of large numbers of cores. Situations where realtime response may be important, the fact that the JVM has all the code loaded and waiting for stimulae. I need to spend some time experimenting before I can have any meaningful opinions so the above are just talking points. I am very happy to be wrong (and told so) :-) On 21 January 2011 17:19, Peter Morris <[email protected]> wrote: > I realised afterwards that I had dropped a 1000. > > because the first 3 digits should be half of the last three digits. > because they where 500 times more, which is 1/2 of a thousand. > > > On 21 January 2011 14:45, Ashley Moran <[email protected]>wrote: > >> >> On 21 Jan 2011, at 05:45, Peter Morris wrote: >> >> > so, off the top of my head, you give it......... >> > >> > 124250 >> >> Well that was an excuse to install Clojure! But apparently I gave it >> 125250 ;) >> >> Ash >> >> -- >> http://www.patchspace.co.uk/ >> http://www.linkedin.com/in/ashleymoran >> >> -- >> You received this message because you are subscribed to the Google Groups >> "NWRUG" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<nwrug-members%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/nwrug-members?hl=en. >> >> > -- You received this message because you are subscribed to the Google Groups "NWRUG" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nwrug-members?hl=en.
