Re: [go-nuts] The Seven Finest Go Books (to popularize and 'socialize' Go).

2019-06-26 Thread Akram Ahmad
Michael, I'm delighted to read your gracious and thoughtful response. These 
ideas make me want to revisit and perhaps revise into a brand new write-up 
(all over again) something I had written 

 
a while ago!

On Friday, June 21, 2019 at 10:12:21 AM UTC-5, Michael Jones wrote:
>
> Agree about Lisp (and in same way, Forth and J etc.). About the book I 
> recommended, it is a missionary book; one of the Bell Labs diaspora on the 
> topic of why people like UNIX so much, what's not so obvious about 
> programming (that it is really about people more than machines), and a 
> point of view by Rob on things like simplicity, testing, and other "above 
> the language level" topics. I don't want to give it all away, but if the 
> people who were in anyway associated with this book had formed a "gang" and 
> written a language to implement the ideas...
>
> On Fri, Jun 21, 2019 at 7:01 AM Akram Ahmad  > wrote:
>
>> While I've heard great things about Pike and Kernighan’s *The Practice 
>> of Programming*, that is one book I have not got around to picking up; 
>> clearly, you think highly of it, so I'm going to check it out, thanks for 
>> the pointer! Does it address some of the same areas as, say, *The 
>> Pragmatic Programmer: From Journeyman to Master* by Andy Hunt and Dave 
>> Thomas and/or *The Art Of UNIX Programming: The Cathedral and the Bazaar* 
>> by Eric Raymond? 
>>
>> Speaking of the amazing programmer that Eric Raymond is, he has made an 
>> observation of which I'm reminded by your thoughtful comment. Thus, and as 
>> I had mentioned many moons ago in my Clojure write-up 
>> , 
>> he has pointedly noted that "*Lisp is worth learning for the profound 
>> enlightenment experience you will have when you finally get it; that 
>> experience will make you a better programmer for the rest of your days, 
>> even if you never actually use Lisp itself a lot.*"
>>
>>  ~Akram
>>
>> On Thursday, June 20, 2019 at 6:12:51 PM UTC-5, Michael Jones wrote:
>>>
>>> There is a marvelous book that is about Go in a magical way...it 
>>> explains and teaches Go’s personality and attitude...from before Go was 
>>> born. Read Rob Pike and Brian Kernighan’s “The Practice of Programming.” 
>>> After reading it carefully you will understand Go in a deeper way than 
>>> would otherwise be possible. If you have a detective-like personally, study 
>>> the author’s credits for who advised them. You’ll think it was the “most 
>>> frequent poster ranking” for this mailing list... even though this all 
>>> happened beforehand. 
>>>
>>> You’ll also become a better programmer. Truly. 
>>>
>>> On Thu, Jun 20, 2019 at 9:55 AM Aman Alam  wrote:
>>>
 Hi Rog,

 Are there any plans to make this book available for Kindle, or in PDF, 
 please?

 Regards,
 Aman

 On Friday, February 22, 2019 at 4:29:29 AM UTC-5, rog wrote:
>
> You might want to take a look at Manning's "Get Programming With Go" 
> too; it's aimed mostly at more inexperienced programmers.
>
> https://www.amazon.com/Get-Programming-Go-Nathan-Youngman/dp/1617293091
>
> (disclosure: I'm one of the authors :])
>
>
> On Thu, 21 Feb 2019 at 23:02, Akram Ahmad  wrote:
>
>>
>>- The amazing language that golang surely is, and how 
>>refreshingly (and elegantly) simple a language golang is—take this 
>> from 
>>someone coming from extensive experience in Java and Scala, two 
>> language 
>>which well-deservedly have a lot going for them—I think we need to do 
>>*more* to popularize (and 'socialize') the promise of golang to 
>>the larger community of programmers. 
>>- To that end, I put together and recently posted a (fairly) 
>>detailed blog post: *Best Go Programming Books (2019) 
>>
>> *
>>.
>>- Earlier posts (at least on golang) include the following two: *The 
>>Go Programming Language 
>>
>> *
>>  
>>and *Further Adventures In Go Land 
>>
>> *
>>.
>>
>> Go golang!
>>
>> Warm Regards to fellow gophers, hibernating or otherwise :)
>>
>>  ~Akram 
>>
>> -- 
>> You received this message because you are subscribed to the Google 
>> Groups "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, 
>> send an email to golan...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
 You received this message because you are 

Re: [go-nuts] The Seven Finest Go Books (to popularize and 'socialize' Go).

2019-06-21 Thread Michael Jones
Agree about Lisp (and in same way, Forth and J etc.). About the book I
recommended, it is a missionary book; one of the Bell Labs diaspora on the
topic of why people like UNIX so much, what's not so obvious about
programming (that it is really about people more than machines), and a
point of view by Rob on things like simplicity, testing, and other "above
the language level" topics. I don't want to give it all away, but if the
people who were in anyway associated with this book had formed a "gang" and
written a language to implement the ideas...

On Fri, Jun 21, 2019 at 7:01 AM Akram Ahmad  wrote:

> While I've heard great things about Pike and Kernighan’s *The Practice of
> Programming*, that is one book I have not got around to picking up;
> clearly, you think highly of it, so I'm going to check it out, thanks for
> the pointer! Does it address some of the same areas as, say, *The
> Pragmatic Programmer: From Journeyman to Master* by Andy Hunt and Dave
> Thomas and/or *The Art Of UNIX Programming: The Cathedral and the Bazaar*
> by Eric Raymond?
>
> Speaking of the amazing programmer that Eric Raymond is, he has made an
> observation of which I'm reminded by your thoughtful comment. Thus, and as
> I had mentioned many moons ago in my Clojure write-up
> , he
> has pointedly noted that "*Lisp is worth learning for the profound
> enlightenment experience you will have when you finally get it; that
> experience will make you a better programmer for the rest of your days,
> even if you never actually use Lisp itself a lot.*"
>
>  ~Akram
>
> On Thursday, June 20, 2019 at 6:12:51 PM UTC-5, Michael Jones wrote:
>>
>> There is a marvelous book that is about Go in a magical way...it explains
>> and teaches Go’s personality and attitude...from before Go was born. Read
>> Rob Pike and Brian Kernighan’s “The Practice of Programming.” After reading
>> it carefully you will understand Go in a deeper way than would otherwise be
>> possible. If you have a detective-like personally, study the author’s
>> credits for who advised them. You’ll think it was the “most frequent poster
>> ranking” for this mailing list... even though this all happened beforehand.
>>
>> You’ll also become a better programmer. Truly.
>>
>> On Thu, Jun 20, 2019 at 9:55 AM Aman Alam  wrote:
>>
>>> Hi Rog,
>>>
>>> Are there any plans to make this book available for Kindle, or in PDF,
>>> please?
>>>
>>> Regards,
>>> Aman
>>>
>>> On Friday, February 22, 2019 at 4:29:29 AM UTC-5, rog wrote:

 You might want to take a look at Manning's "Get Programming With Go"
 too; it's aimed mostly at more inexperienced programmers.

 https://www.amazon.com/Get-Programming-Go-Nathan-Youngman/dp/1617293091

 (disclosure: I'm one of the authors :])


 On Thu, 21 Feb 2019 at 23:02, Akram Ahmad  wrote:

>
>- The amazing language that golang surely is, and how refreshingly
>(and elegantly) simple a language golang is—take this from someone 
> coming
>from extensive experience in Java and Scala, two language which
>well-deservedly have a lot going for them—I think we need to do
>*more* to popularize (and 'socialize') the promise of golang to
>the larger community of programmers.
>- To that end, I put together and recently posted a (fairly)
>detailed blog post: *Best Go Programming Books (2019)
>
> *
>.
>- Earlier posts (at least on golang) include the following two: *The
>Go Programming Language
>
> *
>and *Further Adventures In Go Land
>
> *
>.
>
> Go golang!
>
> Warm Regards to fellow gophers, hibernating or otherwise :)
>
>  ~Akram 
>
> --
> You received this message because you are subscribed to the Google
> Groups "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to golan...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
 --
>>> You received this message because you are subscribed to the Google
>>> Groups "golang-nuts" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to golan...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/golang-nuts/b8afaf18-d05d-4b5d-8ca7-306a41f76555%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> 

Re: [go-nuts] The Seven Finest Go Books (to popularize and 'socialize' Go).

2019-06-21 Thread Akram Ahmad
- Great! I'll add your golang-oriented *Data Structures & Algorithms book* 
to my list of Go books—the list just keeps growing, yay!—to check out and 
tell my blog-readers (and others!) to check out in turn :) 
- Thanks, Bhagvan.
- I remain a polyglot programmer, and in fact have been *programming 
exclusively in golang* for the past one year, working on an open-source 
project (EdgeX Foundry ), a vendor-neutral, 
loosely-coupled microservices framework that seeks to provide you the 
choice to plug and play from a growing ecosystem, with a focus on the IoT 
Edge.
- *Except* for *the plugin system*, the golang ecosystem has been serving 
our project needs well. We had high hopes that this feature (i.e. the 
plugin system) would enable us to build loosely coupled modular programs 
using packages compiled as shared object libraries that could be loaded and 
bound to dynamically at runtime. 
- It's been *a frustrating experience*… But for now, we continue working 
hard to keep our investment in golang working for us. I want to remain 
hopeful.
- I came to Go from an intensive background in Java and Scala. Golang (*the 
language!*) has amazed me, in a good way.
- Again, thanks for the pointer to your golang-oriented DS book!

 ~Akram

On Friday, June 21, 2019 at 8:10:00 AM UTC-5, Bhagvan Kommadi wrote:
>
> hi akram,
>
> My book is on Data Structures & Algorithms.  Please add my book to your 
> list.
>
>
> https://www.amazon.com/Learn-Data-Structures-Algorithms-Golang-ebook/dp/B07KYJYSMC/
>  
> 
>
> On Fri, Feb 22, 2019 at 5:09 PM Akram Ahmad  > wrote:
>
>> - Excellent! I will add your book to my list of Go books—the list keeps 
>> burgeoning, a good thing of course—to check out and tell my blog-readers 
>>  (and others!) to check out in 
>> turn :) 
>> - I thank you, Nathan.
>>
>> On Friday, February 22, 2019 at 3:29:29 AM UTC-6, rog wrote:
>>>
>>> You might want to a look at Manning's "Get Programming With Go" too; 
>>> it's aimed mostly at more inexperienced programmers.
>>>
>>> https://www.amazon.com/Get-Programming-Go-Nathan-Youngman/dp/1617293091
>>>
>>> (disclosure: I'm one of the authors :])
>>>
>>>
>>> On Thu, 21 Feb 2019 at 23:02, Akram Ahmad  wrote:
>>>

- The amazing language that golang surely is, and how refreshingly 
(and elegantly) simple a language golang is—take this from someone 
 coming 
from extensive experience in Java and Scala, two language which 
well-deservedly have a lot going for them—I think we need to do 
*more* to popularize (and 'socialize') the promise of golang to the 
larger community of programmers. 
- To that end, I put together and recently posted a (fairly) 
detailed blog post: *Best Go Programming Books (2019) 

 *
.
- Earlier posts (at least on golang) include the following two: *The 
Go Programming Language 

 *
  
and *Further Adventures In Go Land 

 *
.

 Go golang!

 Warm Regards to fellow gophers, hibernating or otherwise :)

  ~Akram 

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

>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to golan...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
>
> Bhagvan Kommadi
> Mobile: +91 70321 29786
> Mobile: +91 78719 75532
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/fa165900-c5dd-48bd-8c6e-a9911dae3100%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] The Seven Finest Go Books (to popularize and 'socialize' Go).

2019-06-21 Thread Akram Ahmad
While I've heard great things about Pike and Kernighan’s *The Practice of 
Programming*, that is one book I have not got around to picking up; 
clearly, you think highly of it, so I'm going to check it out, thanks for 
the pointer! Does it address some of the same areas as, say, *The Pragmatic 
Programmer: From Journeyman to Master* by Andy Hunt and Dave Thomas and/or *The 
Art Of UNIX Programming: The Cathedral and the Bazaar* by Eric Raymond? 

Speaking of the amazing programmer that Eric Raymond is, he has made an 
observation of which I'm reminded by your thoughtful comment. Thus, and as 
I had mentioned many moons ago in my Clojure write-up 
, he 
has pointedly noted that "*Lisp is worth learning for the profound 
enlightenment experience you will have when you finally get it; that 
experience will make you a better programmer for the rest of your days, 
even if you never actually use Lisp itself a lot.*"

 ~Akram

On Thursday, June 20, 2019 at 6:12:51 PM UTC-5, Michael Jones wrote:
>
> There is a marvelous book that is about Go in a magical way...it explains 
> and teaches Go’s personality and attitude...from before Go was born. Read 
> Rob Pike and Brian Kernighan’s “The Practice of Programming.” After reading 
> it carefully you will understand Go in a deeper way than would otherwise be 
> possible. If you have a detective-like personally, study the author’s 
> credits for who advised them. You’ll think it was the “most frequent poster 
> ranking” for this mailing list... even though this all happened beforehand. 
>
> You’ll also become a better programmer. Truly. 
>
> On Thu, Jun 20, 2019 at 9:55 AM Aman Alam > 
> wrote:
>
>> Hi Rog,
>>
>> Are there any plans to make this book available for Kindle, or in PDF, 
>> please?
>>
>> Regards,
>> Aman
>>
>> On Friday, February 22, 2019 at 4:29:29 AM UTC-5, rog wrote:
>>>
>>> You might want to take a look at Manning's "Get Programming With Go" 
>>> too; it's aimed mostly at more inexperienced programmers.
>>>
>>> https://www.amazon.com/Get-Programming-Go-Nathan-Youngman/dp/1617293091
>>>
>>> (disclosure: I'm one of the authors :])
>>>
>>>
>>> On Thu, 21 Feb 2019 at 23:02, Akram Ahmad  wrote:
>>>

- The amazing language that golang surely is, and how refreshingly 
(and elegantly) simple a language golang is—take this from someone 
 coming 
from extensive experience in Java and Scala, two language which 
well-deservedly have a lot going for them—I think we need to do 
*more* to popularize (and 'socialize') the promise of golang to the 
larger community of programmers. 
- To that end, I put together and recently posted a (fairly) 
detailed blog post: *Best Go Programming Books (2019) 

 *
.
- Earlier posts (at least on golang) include the following two: *The 
Go Programming Language 

 *
  
and *Further Adventures In Go Land 

 *
.

 Go golang!

 Warm Regards to fellow gophers, hibernating or otherwise :)

  ~Akram 

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

>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to golan...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/golang-nuts/b8afaf18-d05d-4b5d-8ca7-306a41f76555%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
>
> *Michael T. jonesmichae...@gmail.com *
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/dc94aadc-a44b-4c30-8f9b-5c7e23f50b4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] The Seven Finest Go Books (to popularize and 'socialize' Go).

2019-06-21 Thread Bhagvan Kommadi
hi akram,

My book is on Data Structures & Algorithms.  Please add my book to your
list.

https://www.amazon.com/Learn-Data-Structures-Algorithms-Golang-ebook/dp/B07KYJYSMC/


On Fri, Feb 22, 2019 at 5:09 PM Akram Ahmad  wrote:

> - Excellent! I will add your book to my list of Go books—the list keeps
> burgeoning, a good thing of course—to check out and tell my blog-readers
>  (and others!) to check out in turn
> :)
> - I thank you, Nathan.
>
> On Friday, February 22, 2019 at 3:29:29 AM UTC-6, rog wrote:
>>
>> You might want to a look at Manning's "Get Programming With Go" too; it's
>> aimed mostly at more inexperienced programmers.
>>
>> https://www.amazon.com/Get-Programming-Go-Nathan-Youngman/dp/1617293091
>>
>> (disclosure: I'm one of the authors :])
>>
>>
>> On Thu, 21 Feb 2019 at 23:02, Akram Ahmad  wrote:
>>
>>>
>>>- The amazing language that golang surely is, and how refreshingly
>>>(and elegantly) simple a language golang is—take this from someone coming
>>>from extensive experience in Java and Scala, two language which
>>>well-deservedly have a lot going for them—I think we need to do
>>>*more* to popularize (and 'socialize') the promise of golang to the
>>>larger community of programmers.
>>>- To that end, I put together and recently posted a (fairly)
>>>detailed blog post: *Best Go Programming Books (2019)
>>>
>>> *
>>>.
>>>- Earlier posts (at least on golang) include the following two: *The
>>>Go Programming Language
>>>
>>> *
>>>and *Further Adventures In Go Land
>>>
>>> *
>>>.
>>>
>>> Go golang!
>>>
>>> Warm Regards to fellow gophers, hibernating or otherwise :)
>>>
>>>  ~Akram 
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "golang-nuts" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to golang-nuts...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>


-- 

Bhagvan Kommadi
Mobile: +91 70321 29786
Mobile: +91 78719 75532

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CALPwwR73LNodv3u9%3DEOAPHa6VTZGegK89Dd7vqKXMnN-W%3DEG7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] The Seven Finest Go Books (to popularize and 'socialize' Go).

2019-06-20 Thread Michael Jones
There is a marvelous book that is about Go in a magical way...it explains
and teaches Go’s personality and attitude...from before Go was born. Read
Rob Pike and Brian Kernighan’s “The Practice of Programming.” After reading
it carefully you will understand Go in a deeper way than would otherwise be
possible. If you have a detective-like personally, study the author’s
credits for who advised them. You’ll think it was the “most frequent poster
ranking” for this mailing list... even though this all happened beforehand.

You’ll also become a better programmer. Truly.

On Thu, Jun 20, 2019 at 9:55 AM Aman Alam  wrote:

> Hi Rog,
>
> Are there any plans to make this book available for Kindle, or in PDF,
> please?
>
> Regards,
> Aman
>
> On Friday, February 22, 2019 at 4:29:29 AM UTC-5, rog wrote:
>>
>> You might want to take a look at Manning's "Get Programming With Go" too;
>> it's aimed mostly at more inexperienced programmers.
>>
>> https://www.amazon.com/Get-Programming-Go-Nathan-Youngman/dp/1617293091
>>
>> (disclosure: I'm one of the authors :])
>>
>>
>> On Thu, 21 Feb 2019 at 23:02, Akram Ahmad  wrote:
>>
>>>
>>>- The amazing language that golang surely is, and how refreshingly
>>>(and elegantly) simple a language golang is—take this from someone coming
>>>from extensive experience in Java and Scala, two language which
>>>well-deservedly have a lot going for them—I think we need to do
>>>*more* to popularize (and 'socialize') the promise of golang to the
>>>larger community of programmers.
>>>- To that end, I put together and recently posted a (fairly)
>>>detailed blog post: *Best Go Programming Books (2019)
>>>
>>> *
>>>.
>>>- Earlier posts (at least on golang) include the following two: *The
>>>Go Programming Language
>>>
>>> *
>>>and *Further Adventures In Go Land
>>>
>>> *
>>>.
>>>
>>> Go golang!
>>>
>>> Warm Regards to fellow gophers, hibernating or otherwise :)
>>>
>>>  ~Akram 
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "golang-nuts" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to golan...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/b8afaf18-d05d-4b5d-8ca7-306a41f76555%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
-- 

*Michael T. jonesmichael.jo...@gmail.com *

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CALoEmQyDBe5JSjXV4U%3DUYpKSG_NEm0sKb%3DdBaiU3OH%3D609BOZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] The Seven Finest Go Books (to popularize and 'socialize' Go).

2019-06-20 Thread Aman Alam
Hi Rog,

Are there any plans to make this book available for Kindle, or in PDF, 
please?

Regards,
Aman

On Friday, February 22, 2019 at 4:29:29 AM UTC-5, rog wrote:
>
> You might want to take a look at Manning's "Get Programming With Go" too; 
> it's aimed mostly at more inexperienced programmers.
>
> https://www.amazon.com/Get-Programming-Go-Nathan-Youngman/dp/1617293091
>
> (disclosure: I'm one of the authors :])
>
>
> On Thu, 21 Feb 2019 at 23:02, Akram Ahmad > 
> wrote:
>
>>
>>- The amazing language that golang surely is, and how refreshingly 
>>(and elegantly) simple a language golang is—take this from someone coming 
>>from extensive experience in Java and Scala, two language which 
>>well-deservedly have a lot going for them—I think we need to do *more* 
>>to popularize (and 'socialize') the promise of golang to the larger 
>>community of programmers. 
>>- To that end, I put together and recently posted a (fairly) detailed 
>>blog post: *Best Go Programming Books (2019) 
>>
>> *
>>.
>>- Earlier posts (at least on golang) include the following two: *The 
>>Go Programming Language 
>>
>> *
>>  
>>and *Further Adventures In Go Land 
>>
>> *
>>.
>>
>> Go golang!
>>
>> Warm Regards to fellow gophers, hibernating or otherwise :)
>>
>>  ~Akram 
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to golan...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/b8afaf18-d05d-4b5d-8ca7-306a41f76555%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] The Seven Finest Go Books (to popularize and 'socialize' Go).

2019-02-22 Thread Akram Ahmad
- Excellent! I will add your book to my list of Go books—the list keeps 
burgeoning, a good thing of course—to check out and tell my blog-readers 
 (and others!) to check out in turn 
:) 
- I thank you, Nathan.

On Friday, February 22, 2019 at 3:29:29 AM UTC-6, rog wrote:
>
> You might want to a look at Manning's "Get Programming With Go" too; it's 
> aimed mostly at more inexperienced programmers.
>
> https://www.amazon.com/Get-Programming-Go-Nathan-Youngman/dp/1617293091
>
> (disclosure: I'm one of the authors :])
>
>
> On Thu, 21 Feb 2019 at 23:02, Akram Ahmad > 
> wrote:
>
>>
>>- The amazing language that golang surely is, and how refreshingly 
>>(and elegantly) simple a language golang is—take this from someone coming 
>>from extensive experience in Java and Scala, two language which 
>>well-deservedly have a lot going for them—I think we need to do *more* 
>>to popularize (and 'socialize') the promise of golang to the larger 
>>community of programmers. 
>>- To that end, I put together and recently posted a (fairly) detailed 
>>blog post: *Best Go Programming Books (2019) 
>>
>> *
>>.
>>- Earlier posts (at least on golang) include the following two: *The 
>>Go Programming Language 
>>
>> *
>>  
>>and *Further Adventures In Go Land 
>>
>> *
>>.
>>
>> Go golang!
>>
>> Warm Regards to fellow gophers, hibernating or otherwise :)
>>
>>  ~Akram 
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to golang-nuts...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

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


Re: [go-nuts] The Seven Finest Go Books (to popularize and 'socialize' Go).

2019-02-22 Thread roger peppe
You might want to take a look at Manning's "Get Programming With Go" too;
it's aimed mostly at more inexperienced programmers.

https://www.amazon.com/Get-Programming-Go-Nathan-Youngman/dp/1617293091

(disclosure: I'm one of the authors :])


On Thu, 21 Feb 2019 at 23:02, Akram Ahmad  wrote:

>
>- The amazing language that golang surely is, and how refreshingly
>(and elegantly) simple a language golang is—take this from someone coming
>from extensive experience in Java and Scala, two language which
>well-deservedly have a lot going for them—I think we need to do *more*
>to popularize (and 'socialize') the promise of golang to the larger
>community of programmers.
>- To that end, I put together and recently posted a (fairly) detailed
>blog post: *Best Go Programming Books (2019)
>
> *
>.
>- Earlier posts (at least on golang) include the following two: *The
>Go Programming Language
>
> *
>and *Further Adventures In Go Land
>
> *
>.
>
> Go golang!
>
> Warm Regards to fellow gophers, hibernating or otherwise :)
>
>  ~Akram 
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+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 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] The Seven Finest Go Books (to popularize and 'socialize' Go).

2019-02-21 Thread Akram Ahmad

   
   - The amazing language that golang surely is, and how refreshingly (and 
   elegantly) simple a language golang is—take this from someone coming from 
   extensive experience in Java and Scala, two language which well-deservedly 
   have a lot going for them—I think we need to do *more* to popularize 
   (and 'socialize') the promise of golang to the larger community of 
   programmers. 
   - To that end, I put together and recently posted a (fairly) detailed 
   blog post: *Best Go Programming Books (2019) 
   
*
   .
   - Earlier posts (at least on golang) include the following two: *The Go 
   Programming Language 
   
* 
   and *Further Adventures In Go Land 
   
*
   .

Go golang!

Warm Regards to fellow gophers, hibernating or otherwise :)

 ~Akram 

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