Are we there yet ? retranscription

2010-03-14 Thread Ludovic Kuty
Hi everybody, I've just made a retranscription of Rich Hickey's Are we there yet ? keynote. I think this is really an important and interesting keynote where a lot of key concepts are presented. And it can take time to fully understand them all. A text format can help here I think. You can get

Re: A Tour of Enlive

2010-03-14 Thread Ludovic Kuty
This is great. Thanks. Some typos: lien instead of lein in Install Leiningen section: I truly envy the new Clojurians who do not know the dark times before lien repl and lein swank :) laod instead of load in tutorial.scrape3= (laod scrape3) On Mar 14, 7:23 pm, Richard Newman holyg...@gmail.com

metadata and defn: why meta returns a non nil value on a function value ?

2010-02-07 Thread Ludovic Kuty
and get the whole stuff as if I called it on #'f. Point 1 is weird but point 2 is even weirder. I would be thankful if anyone could provide insights on this problem. Ludovic Kuty -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group

Re: metadata and defn: why meta returns a non nil value on a function value ?

2010-02-07 Thread Ludovic Kuty
, Ludovic Kuty ludovic.k...@gmail.com wrote: 1) When I call (meta f), I get something. I thought there can't be any metadata on a function value. But I see :ns and :name in the map. I completely forgot about the first point... Metadata on functions has been introduced some time ago, can't seem

Closures and environments

2010-02-04 Thread Ludovic Kuty
translated from french as the course was given in french). All in a concise Weizenbaum frame. Does it work the same in Clojure ? Or maybe someone could point me to the source file ou source files where I can find that information. TIA, Ludovic Kuty -- You received this message because you