Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ultra beginner
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
embryonic programmer  
View profile  
 More options Nov 12 2009, 11:28 am
From: embryonic programmer <c.r.cr...@gmail.com>
Date: Thu, 12 Nov 2009 08:28:22 -0800 (PST)
Local: Thurs, Nov 12 2009 11:28 am
Subject: ultra beginner
I noticed this "GO" came out because of a link on digg.com. I saw 20
minutes of the google techtalk and understood only one thing very
clearly: Go is much more efficient then C++, "fun" and costs less
time. So, I thought it might be a nice time to start programming for
ones.

as a complete beginner (embryo) in this field I was wondering where I
could find a tutorial to start learning the simplest of tags to use
GO?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alan  
View profile  
 More options Nov 12 2009, 11:34 am
From: Alan <nexusom...@gmail.com>
Date: Thu, 12 Nov 2009 08:34:30 -0800 (PST)
Local: Thurs, Nov 12 2009 11:34 am
Subject: Re: ultra beginner
I'm in the same boat as you embryonic, I'm looking to get back into
programming and Go looks like an appealing language with which to do
so.  The problem is that Go was quite literally just released to the
public a few days ago, so right now everyone (veteran progammers
included) are trying to figure it all out.  I'd love to see some
tutorials pop up, maybe even a community site for new Go programmers
too.  Anyone on here know of any efforts to spearhead that?

-Alan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christoffer Hallas Pedersen  
View profile  
 More options Nov 12 2009, 11:39 am
From: Christoffer Hallas Pedersen <christofferh...@gmail.com>
Date: Thu, 12 Nov 2009 17:39:10 +0100
Local: Thurs, Nov 12 2009 11:39 am
Subject: Re: [go-nuts] Re: ultra beginner
Alan wrote:
> I'm in the same boat as you embryonic, I'm looking to get back into
> programming and Go looks like an appealing language with which to do
> so.  The problem is that Go was quite literally just released to the
> public a few days ago, so right now everyone (veteran progammers
> included) are trying to figure it all out.  I'd love to see some
> tutorials pop up, maybe even a community site for new Go programmers
> too.  Anyone on here know of any efforts to spearhead that?

> -Alan

Well obviously, there is the http://golang.org/doc/go_tutorial.html and
http://golang.org/pkg/ which is basically the syntax tutorial and the
documentation. Have you guys managed to compile the compiler on your
respestive systems? Please follow the instructions here
http://golang.org/doc/install.html and give it a go. You'll need some
sort of Unix/BSD based system though.

I will be available on the news group this evening and try to guide you
guys through.

Regards

Christoffer Hallas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
embryonic programmer  
View profile  
 More options Nov 13 2009, 8:32 am
From: embryonic programmer <c.r.cr...@gmail.com>
Date: Fri, 13 Nov 2009 05:32:40 -0800 (PST)
Local: Fri, Nov 13 2009 8:32 am
Subject: Re: ultra beginner
Dear mr. Hallas,

tnx for the info about syntax, I'll be looking into that...I have yet
to install the go program. however, if I understand you correctly I
cannot run GO in a windows environment?

greets from holland:)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian Lance Taylor  
View profile  
 More options Nov 13 2009, 1:29 pm
From: Ian Lance Taylor <i...@google.com>
Date: Fri, 13 Nov 2009 10:29:50 -0800
Local: Fri, Nov 13 2009 1:29 pm
Subject: Re: [go-nuts] Re: ultra beginner

embryonic programmer <c.r.cr...@gmail.com> writes:
> tnx for the info about syntax, I'll be looking into that...I have yet
> to install the go program. however, if I understand you correctly I
> cannot run GO in a windows environment?

That is correct: Go does not yet support Windows.  Sorry.

Ian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ck  
View profile  
 More options Nov 13 2009, 3:21 pm
From: ck <corky1...@comcast.net>
Date: Fri, 13 Nov 2009 12:21:43 -0800 (PST)
Local: Fri, Nov 13 2009 3:21 pm
Subject: Re: ultra beginner
On Nov 12, 8:39 am, Christoffer Hallas Pedersen

<christofferh...@gmail.com> wrote:
> You'll need some sort of Unix/BSDbased system though.

This needs clarification.  My understanding is that you can use Linux
or Mac OS X.  But since there is no runtime for them yet, you can't
use FreeBSD, NetBSD, OpenBSD or other flavors of Unix.  Only Linux or
Mac OS X.  Correct?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Russ Cox  
View profile  
 More options Nov 13 2009, 3:56 pm
From: Russ Cox <r...@golang.org>
Date: Fri, 13 Nov 2009 12:56:53 -0800
Local: Fri, Nov 13 2009 3:56 pm
Subject: Re: [go-nuts] Re: ultra beginner

On Fri, Nov 13, 2009 at 12:21, ck <corky1...@comcast.net> wrote:
> On Nov 12, 8:39 am, Christoffer Hallas Pedersen
> <christofferh...@gmail.com> wrote:
>> You'll need some sort of Unix/BSDbased system though.

> This needs clarification.  My understanding is that you can use Linux
> or Mac OS X.  But since there is no runtime for them yet, you can't
> use FreeBSD, NetBSD, OpenBSD or other flavors of Unix.  Only Linux or
> Mac OS X.  Correct?

Yes.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »