Clojure Course on Coursera

2012-09-20 Thread Belun
It would be really interesting to see a course about Clojure on coursera.org, where a Scala and functional programming course just started https://class.coursera.org/course/progfun -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this grou

why doesn't a function have a type ?

2010-09-14 Thread Belun
why isn't the type of a function : clojure.lang.IFn ? it's this instead : user=> (type #(str "wonder" "what" "this" "is")) user$eval7$fn__8 would love if you would answer here : http://stackoverflow.com/questions/3708516/what-type-is-a-function thanks, alex -- You received this message beca

does clojure take advantage of multicore

2010-08-22 Thread Belun
does clojure take advantage of my multicore processor ? if i write a program (not using multiple threads) that is going to take 1 day in a java environment, then will my program run 4 times faster on my 4 core processor if i build it in clojure ? -- You received this message because you are subsc

why data structure

2010-08-22 Thread Belun
why does everything have to be a data structure ? like (operation parameter parameter ...) -- 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 Note that posts from new members are moderated - p