Re: Is the Learning Guide in Order?

2017-10-11 Thread TP
As a first step I would recommend this tutorial: 
https://aphyr.com/posts/301-clojure-from-the-ground-up-welcome (unless 
you are ready to buy a book).



2017-10-11 16:01 keltezéssel, Mark Nutter írta:

See also https://www.braveclojure.com/.

On Tue, Oct 10, 2017 at 9:11 PM, Tomiwa Ademidun 
> wrote:


Hey guys,

I Finally started learning Lisp/Clojure thanks to inspiration from
the great Paul Graham's essays
. First, I wanted to say I
appreciate your work in putting together the tutorial and
clojure-docs website, its very helpful and I really appreciate all
your efforts.

After working through the introduction
, I'm
about to start the language guide
. I
was just wondering if there is a recommended order in which to
work through the guide (or should I do a tutorial and then use the
guide as a reference?). I'm assuming I should start with
functions, if so, what comes after that as I am a bit overwhelmed
by all the things I don't know :)


Thanks,
Tomiwa
-- 
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 - please be patient
with your first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com

For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

---
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to clojure+unsubscr...@googlegroups.com
.
For more options, visit https://groups.google.com/d/optout
.


--
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 - please be patient 
with your first post.

To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google 
Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to clojure+unsubscr...@googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
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 - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups "Clojure" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is the Learning Guide in Order?

2017-10-11 Thread Mark Nutter
See also https://www.braveclojure.com/.

On Tue, Oct 10, 2017 at 9:11 PM, Tomiwa Ademidun 
wrote:

> Hey guys,
>
> I Finally started learning Lisp/Clojure thanks to inspiration from the
> great Paul Graham's essays . First, I
> wanted to say I appreciate your work in putting together the tutorial and
> clojure-docs website, its very helpful and I really appreciate all your
> efforts.
>
> After working through the introduction
> , I'm about
> to start the language guide
> . I was
> just wondering if there is a recommended order in which to work through the
> guide (or should I do a tutorial and then use the guide as a reference?).
> I'm assuming I should start with functions, if so, what comes after that as
> I am a bit overwhelmed by all the things I don't know :)
>
>
> Thanks,
> Tomiwa
>
> --
> 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 - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is the Learning Guide in Order?

2017-10-11 Thread Matching Socks
There are some books that give a cohesive and well-ordered introduction. 
 If you can still find a copy of "Clojure Programming", by Emerick, Carper, 
and Grand, that's the one that I found most thoroughly helpful with the 
standard library.  Also, it has a pretty good index and I made frequent 
reference back to it for a while.  After "a while", of course, you get the 
picture and fling all books aside (until the next one comes out).  

-- 
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 - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Is the Learning Guide in Order?

2017-10-10 Thread Tomiwa Ademidun
Hey guys,

I Finally started learning Lisp/Clojure thanks to inspiration from the 
great Paul Graham's essays . First, I 
wanted to say I appreciate your work in putting together the tutorial and 
clojure-docs website, its very helpful and I really appreciate all your 
efforts.

After working through the introduction 
, I'm about to 
start the language guide 
. I was just 
wondering if there is a recommended order in which to work through the 
guide (or should I do a tutorial and then use the guide as a reference?). 
I'm assuming I should start with functions, if so, what comes after that as 
I am a bit overwhelmed by all the things I don't know :)


Thanks,
Tomiwa

-- 
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 - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.