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
Why isn't there a Windows version?
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
  10 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
 
WP in Canada  
View profile  
 More options Nov 11 2009, 9:25 am
From: WP in Canada <warren.pos...@gmail.com>
Date: Wed, 11 Nov 2009 06:25:12 -0800 (PST)
Local: Wed, Nov 11 2009 9:25 am
Subject: Why isn't there a Windows version?
I have downloaded the hg repo code and I'm building and playing on
Linux right now, but obviously, any language that doesn't have a
Windows port must be considered a toy, right?

Whoever suggested cygwin might be right, as far as getting the
compiler itself to work, but I would imagine that the harder effort
would be rewriting the standard system libraries and the linker for
Windows PE executables.

It is incredibly cool that 32-bit and 64-bit x86/x64 assembler are
supported already, but a little underwhelming that it's only on Linux.
What are people using the GO language for? Is it a research project
created by a few bright Google-Engineers?

I'm fascinated that whatever the goals of the project, that a Windows
port hasn't been started.  Google Chrome starts on Windows first, and
Linux comes along a good while later, and Google Chrome for Mac OS is
still in early-betas, but it's fascinating that GO comes out on Linux/
MacOSX first, and Windows hasn't even been thought of. Clearly, it
wasn't in the requirements list.

W


 
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.
Michael Petersen  
View profile  
 More options Nov 11 2009, 9:35 am
From: Michael Petersen <mikepeter...@gmail.com>
Date: Wed, 11 Nov 2009 09:35:03 -0500
Local: Wed, Nov 11 2009 9:35 am
Subject: Re: [go-nuts] Why isn't there a Windows version?

I believe this is done on Google Engineers 20% time. And they are likely
developing it in hopes to use on Googles many servers which are Linux, not
Windows, based. They might get around to a Windows port eventually. They've
said in a few emails that anyone who wants to port it is welcome to beat
them to it.

On Wed, Nov 11, 2009 at 9:25 AM, WP in Canada <warren.pos...@gmail.com>wrote:


 
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.
WP in Canada  
View profile  
 More options Nov 11 2009, 9:56 am
From: WP in Canada <warren.pos...@gmail.com>
Date: Wed, 11 Nov 2009 06:56:25 -0800 (PST)
Local: Wed, Nov 11 2009 9:56 am
Subject: Re: Why isn't there a Windows version?
Ahhhh!  Well, as a side project, that makes this puppy even cooler.

And the 20%-time thing is the thing that makes me wish I worked for
google. :-)

Massive kudos to you guys.

W


 
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.
Kai Backman  
View profile  
 More options Nov 11 2009, 10:27 am
From: Kai Backman <k...@golang.org>
Date: Wed, 11 Nov 2009 07:27:35 -0800
Local: Wed, Nov 11 2009 10:27 am
Subject: Re: [go-nuts] Re: Why isn't there a Windows version?
What Michael said. Both rsc and I have been doing windows development
in the past but we just haven't had the time to do the port. If
someone decides to embark on a windows port they'll have plenty of
support from the team for it.

 Kai

On Wed, Nov 11, 2009 at 6:56 AM, WP in Canada <warren.pos...@gmail.com> wrote:


 
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 11 2009, 8:56 pm
From: Ian Lance Taylor <i...@google.com>
Date: Wed, 11 Nov 2009 17:56:34 -0800
Local: Wed, Nov 11 2009 8:56 pm
Subject: Re: [go-nuts] Why isn't there a Windows version?
WP in Canada <warren.pos...@gmail.com> writes:

Google Chrome was a product.  Go is an experimental language created
by a small team.  We would love to see a Windows port, but we don't
have the knowledge or time to make one ourselves.

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.
Kai Backman  
View profile  
 More options Nov 16 2009, 1:52 pm
From: Kai Backman <k...@golang.org>
Date: Mon, 16 Nov 2009 10:52:41 -0800
Local: Mon, Nov 16 2009 1:52 pm
Subject: Re: Why isn't there a Windows version?
+golang-nuts

I'm a hg neophyte, I'll refer to the list.

 Kai


 
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 16 2009, 4:14 pm
From: Ian Lance Taylor <i...@google.com>
Date: Mon, 16 Nov 2009 13:14:09 -0800
Local: Mon, Nov 16 2009 4:14 pm
Subject: Re: [go-nuts] Re: Why isn't there a Windows version?

On Mon, Nov 16, 2009 at 10:05 AM, Alan S <alanm...@gmail.com> wrote:
> I want to push my hg repository up to a central server; I work from
> multiple computers and want to make sure the changes I'm making for
> Cygwin are someplace "safe".  I was going to use Google code hosting
> as a temporary solution, but you have to select a licensing option for
> creating a new project, and the Go license isn't one of them.

Go itself is listed as "multiple licenses."  The Go license is a BSD
license.

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.
Alan S  
View profile  
 More options Nov 17 2009, 8:10 am
From: Alan S <alanm...@gmail.com>
Date: Tue, 17 Nov 2009 05:10:29 -0800 (PST)
Local: Tues, Nov 17 2009 8:10 am
Subject: Re: Why isn't there a Windows version?
I've taken a snapshot of the repo w/ some of my crusty hacks and put
it here:

http://code.google.com/p/golang-on-cygwin/

I need to look at some of the ptrace and syscall stuff that gets used
in the code, so I'm stopped for now.  That portion might need to be
implemented separately, since the underlying OS is Windows.

This is also just a side-project for me, so help is always
appreciated.

On Nov 16, 4:14 pm, Ian Lance Taylor <i...@google.com> wrote:


 
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.
uman  
View profile  
 More options Nov 17 2009, 12:13 pm
From: uman <brennan.vinc...@gmail.com>
Date: Tue, 17 Nov 2009 09:13:01 -0800 (PST)
Local: Tues, Nov 17 2009 12:13 pm
Subject: Re: Why isn't there a Windows version?
Alan,

Please clarify whether your "golang-on-cygwin" produces Windows
executables or Linux executables.

On Nov 17, 6:10 am, Alan S <alanm...@gmail.com> wrote:


 
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 S  
View profile  
 More options Nov 17 2009, 12:36 pm
From: Alan S <alanm...@gmail.com>
Date: Tue, 17 Nov 2009 09:36:45 -0800 (PST)
Local: Tues, Nov 17 2009 12:36 pm
Subject: Re: Why isn't there a Windows version?
Windows

On Nov 17, 12:13 pm, uman <brennan.vinc...@gmail.com> wrote:


 
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 »