To be or not to be. It's a question.
Mark Summerfield
"Programming in Go" - http://www.qtrac.eu/gobook.html
Mark Summerfield
"Programming in Go" - http://www.qtrac.eu/gobook.html
Mark Summerfield
"Programming in Go" - http://www.qtrac.eu/gobook.html
Junilu Lacar wrote:Not that it's anything to go by -- pun intended -- but I watched the feature intro video at http://golang.org and found it intriguing enough to download and install Go. I try to do the pragmatic programmer thing and learn a new language each year. Not very successful at doing it but I think I'm going to give Go a go this year (sorry, pun overload). The Stringer and Marshaler interfaces alone are going to be quite a bit of exploring and experimenting. I love those XML and JSON examples.
I wonder, did the guys at Google pick that name on purpose just to see how far people would go with the puns? It's like you can't help it when you talk about Go.
OCPJP 6
Mark Summerfield wrote:
You can do functional style programming in Go, but it certainly isn't a functional language. In fact, no functional language has proven to be successful outside academia.
String knock = "\u042F \u0418\u0433\u043e\u0440\u044c";
because it is a multi-paradigm language which includes a functional subset; it is not a pure functional language like say, ML or Haskell.an example of a functional language successful outside academia
Mark Summerfield
"Programming in Go" - http://www.qtrac.eu/gobook.html
Don't touch me. And dont' touch this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|