Programming Style

2009-01-05 Thread Shmurk
Hi, I'm new to Clojure and I love it so far. It's the first Lisp that I can use professionally and it's great. I have one questions about the "programming style" used in the Clojure standard library. For example, in the file core.clj, I see: (. *out* (flush)) Why is it written like this? Could

Re: Programming Style

2009-01-05 Thread Shmurk
On Jan 5, 1:00 pm, Meikel Brandmeyer wrote: > While these new forms are > available, what would be the use of rewritten everything? I'm not trying to rewrite anything, I'm just so thrilled about this new language that I was (for once in my life) looking at the source trying to study what was hap