Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[9fans] Is this the same Russ Cox we know here?

16 views
Skip to first unread message

Joseph Stewart

unread,
Nov 10, 2009, 7:58:34 PM11/10/09
to
Hmmm... is this Limbo/Newsqueak/Alef inspired?

http://golang.org

-joe

erik quanstrom

unread,
Nov 10, 2009, 8:06:35 PM11/10/09
to
On Tue Nov 10 20:02:34 EST 2009, mirtc...@gmail.com wrote:
> but will it run on Plan 9?

would the authors care to contrast go with limbo?

- erik

andrey mirtchovski

unread,
Nov 10, 2009, 8:04:58 PM11/10/09
to

Dan Cross

unread,
Nov 10, 2009, 8:10:09 PM11/10/09
to
Yes.

Rodrigo Miranda

unread,
Nov 10, 2009, 8:14:11 PM11/10/09
to
On Tue, Nov 10, 2009 at 11:00 PM, andrey mirtchovski
<mirtc...@gmail.com> wrote:
>
> but will it run on Plan 9?
>

From the FAQ:
(http://golang.org/doc/go_faq.html)

"What compiler technology is used to build the compilers?

Gccgo has a C++ front-end with a recursive descent parser coupled to
the standard GCC back end. Gc is written in C using yacc/bison for the
parser. Although it's a new program, it fits in the Plan 9 C compiler
suite (http://plan9.bell-labs.com/sys/doc/compiler.html) and uses a
variant of the Plan 9 loader to generate ELF binaries."

So I believe it could be ported...
As for a comparison to limbo, I think someone who knows more about
limbo would be better qualified to delve into the language, but for
one thing it isn't tied to Inferno, and compiles natively, as opposed
to dis.
(it also has some limited type inference)

--
Rodrigo Miranda

"There is nothing like looking, if you want to find something… You
certainly usually find something, if you look, but it is not always
quite the something you were after." – J.R.R Tolkien

Dan Cross

unread,
Nov 10, 2009, 8:18:07 PM11/10/09
to
Not yet. There's an 8g, so it should (in principle) be portable. But
it requires user-mode support for setting LDTs. But I'm really not
any sort of expert at all, just an interested observer. Maybe Rob or
Russ will poke in and say something.

Roman Shaposhnik

unread,
Nov 10, 2009, 8:17:37 PM11/10/09
to
On Tue, Nov 10, 2009 at 5:00 PM, andrey mirtchovski
<mirtc...@gmail.com> wrote:
> but will it run on Plan 9?

If you look at the infomercial -- it seems like it might run on Plan9. At least
the name of the compiler suggests it: 6g ;-)

http://www.youtube.com/watch?v=wwoWei-GAPo

Thanks,
Roman.

P.S. Russ, are you working for Google now?

andrey mirtchovski

unread,
Nov 10, 2009, 8:30:53 PM11/10/09
to
i'm sorry but i was being facetious, in line with the old meme of
"will it run linux" popular some 10 years ago.

serious question: can i have a link to the 9p implementation, pretty
please? it doesn't appear in the module list on their website.

hiro

unread,
Nov 10, 2009, 10:59:35 PM11/10/09
to
have you also seen this vid?
http://www.youtube.com/watch?v=rKnDgT73v8s

David Leimbach

unread,
Nov 11, 2009, 11:01:30 AM11/11/09
to


On Tue, Nov 10, 2009 at 7:56 PM, hiro <23h...@googlemail.com> wrote:
have you also seen this vid?
http://www.youtube.com/watch?v=rKnDgT73v8s

It's amazing.  I have the source right now!


0 new messages