<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ron<br>
<br>
(This might be my first post, or my first post in years.)<br>
<br>
I'd like to do a Go lang presentation if folks are interested.<br></blockquote><div><br></div><div>I'd be interested in a talk on Go<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
For those who don't know anything about it see :  <a href="http://golang.org/" target="_blank">http://golang.org/</a><br>
It is Open Source, copyright Go lang authors, not Google, since 2009<br>
<br>
Original Design team:<br>
- Robert Greismer (StrongTalk, Java Hotspot, Google V8)<br>
- Rob Pike, (Plan 9, Newsqueak, Limbo, ...)<br>
- *THE* Ken Thompson (UNIX, Plan 9, Plan 9 C compilers, UTF-8, ...),<br>
<br>
<br>
Concurrency supported in the Language<br>
MUCH faster compile than C++<br>
Easy to use tools<br>
Supports x86, amd64, ARM<br>
On Linux, BSD, OS X, Windows<br>
Tools are so well made, they can be used to cross-compile for any of the above, running on any of the above<br>
<br>
No need for make, ant, or your favourite build tool. Instead 'go build' does it all.<br>
<br>
It is a slightly bigger language than C, much smaller than C++, Java, C#, rust, ...<br>
   People claim you can become productive in a day or two - I'd say 2-3 days<br>
It is as pleasant, and productive for development as a scripting language (choose your favourite from Ruby, Python, ...)<br>
Compiles to a statically linked binary (so lovely for cloud deployment, or embedded systems)<br>
Comparable in speed to C++ (i.e. within 2-3x, unless you want parallelism, in which case Go probably wins)<br>
'Safer' than Java, much safer than C++ or C<br></blockquote><div><br></div><div>As a Java fanboi, I'm intrigued by the above statement.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Pretty good core library for writing servers, including HTTP servers,<br>
Some very nice ideas. IMHO so much simpler than Java/C++/C#/... yet more expressive, that it isn't funny<br>
<br>
Free server hosting available<br>
<br>
I could do a presentation, or a workshoppy-thing if folks bring laptops.<br>
<br>
GB-)<br>
<br>
<br>
> Date: Wed, 25 Sep 2013 09:29:49 +0100<br>
> From: Ron Wellsted <<a href="mailto:ron@wellsted.org.uk">ron@wellsted.org.uk</a>><br>
> To: Wolverhampton Linux User Group <<a href="mailto:wolves@mailman.lug.org.uk">wolves@mailman.lug.org.uk</a>><br>
> Subject: [Wolves] Wolvescon<br>
> Message-ID: <<a href="mailto:52429EFD.7070408@wellsted.org.uk">52429EFD.7070408@wellsted.org.uk</a>><br>
> Content-Type: text/plain; charset="iso-8859-1"<br>
<div class="im HOEnZb">><br>
> In recent discussions with Re-Load it has been suggwested that there<br>
> should be a Wolvescon (on similar lines to Brumcon<br>
> <a href="http://www.brum2600.net/brumcon/" target="_blank">http://www.brum2600.net/brumcon/</a> ) and we have a date of Saturday, 30th<br>
> November as a possibility.  We have a venue (with a bar) available on<br>
> that date.<br>
><br>
> In order to do this we need to start getting things moving ASAP, so<br>
> firstly, who would be interested in getting involved?<br>
><br>
</div><div class="im HOEnZb">> Secondly, do you have a talk you could give (I will probably roll out my<br>
> IPv6 talk). We want to know that we have the talks before we start<br>
> committing ourselves.<br>
<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Wolves LUG mailing list<br>
Homepage: <a href="http://www.wolveslug.org.uk/" target="_blank">http://www.wolveslug.org.uk/</a><br>
Mailing list: <a href="mailto:Wolves@mailman.lug.org.uk">Wolves@mailman.lug.org.uk</a><br>
Mailing list home: <a href="https://mailman.lug.org.uk/mailman/listinfo/wolves" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/wolves</a><br>
</div></div></blockquote></div><br></div></div>