On Sun, 2011-10-30 at 09:04 -0700, Bill Robertson wrote:
> On Oct 27, 9:10 pm, falcon wrote:
>
> > In Rich's most recent talk, "Simple Made Easy," he mentioned that clojure
> > for javascript was built from the ground up using protocols and other
> > modern clojure constructs.
> >
> > Is there a
On Oct 27, 9:10 pm, falcon wrote:
> In Rich's most recent talk, "Simple Made Easy," he mentioned that clojure
> for javascript was built from the ground up using protocols and other
> modern clojure constructs.
>
> Is there a resource which describes clojure using modern concepts, rather
> than i
Looks like this video is from 2008. I remember going through all the videos
back then. I'm not looking for a basic introduction to lisp like languages.
I'm interested in a description and an explanation of clojure + modern
features such as protocols. For example, Rich said that clojurescript
d
You're probably best suited with "Clojure for Java programmers", it
covers a lot of basic stuff & fundamental motivation.
http://blip.tv/clojure/clojure-for-java-programmers-1-of-2-989128
On Oct 27, 9:10 pm, falcon wrote:
> Hi,
> I took a look at clojure when it first came out. I never wrote man
Hi,
I took a look at clojure when it first came out. I never wrote many
programs with it but spent a few nights reading docs and experimenting with
the repl.
In Rich's most recent talk, "Simple Made Easy," he mentioned that clojure
for javascript was built from the ground up using protocols and