9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Is this the same Russ Cox we know here?
@ 2009-11-11  0:54 Joseph Stewart
  2009-11-11  1:00 ` andrey mirtchovski
  2009-11-11  1:07 ` Dan Cross
  0 siblings, 2 replies; 10+ messages in thread
From: Joseph Stewart @ 2009-11-11  0:54 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]

Hmmm... is this Limbo/Newsqueak/Alef inspired?

http://golang.org

-joe

[-- Attachment #2: Type: text/html, Size: 153 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Is this the same Russ Cox we know here?
  2009-11-11  0:54 [9fans] Is this the same Russ Cox we know here? Joseph Stewart
@ 2009-11-11  1:00 ` andrey mirtchovski
  2009-11-11  1:10   ` Rodrigo Miranda
                     ` (2 more replies)
  2009-11-11  1:07 ` Dan Cross
  1 sibling, 3 replies; 10+ messages in thread
From: andrey mirtchovski @ 2009-11-11  1:00 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

but will it run on Plan 9?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Is this the same Russ Cox we know here?
  2009-11-11  0:54 [9fans] Is this the same Russ Cox we know here? Joseph Stewart
  2009-11-11  1:00 ` andrey mirtchovski
@ 2009-11-11  1:07 ` Dan Cross
  1 sibling, 0 replies; 10+ messages in thread
From: Dan Cross @ 2009-11-11  1:07 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Yes.

On Tue, Nov 10, 2009 at 7:54 PM, Joseph Stewart
<joseph.stewart@gmail.com> wrote:
> Hmmm... is this Limbo/Newsqueak/Alef inspired?
> http://golang.org
> -joe



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Is this the same Russ Cox we know here?
  2009-11-11  1:00 ` andrey mirtchovski
@ 2009-11-11  1:10   ` Rodrigo Miranda
  2009-11-11  1:15   ` Roman Shaposhnik
  2009-11-11  1:15   ` Dan Cross
  2 siblings, 0 replies; 10+ messages in thread
From: Rodrigo Miranda @ 2009-11-11  1:10 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Nov 10, 2009 at 11:00 PM, andrey mirtchovski
<mirtchovski@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



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Is this the same Russ Cox we know here?
  2009-11-11  1:00 ` andrey mirtchovski
  2009-11-11  1:10   ` Rodrigo Miranda
@ 2009-11-11  1:15   ` Roman Shaposhnik
  2009-11-11  1:15   ` Dan Cross
  2 siblings, 0 replies; 10+ messages in thread
From: Roman Shaposhnik @ 2009-11-11  1:15 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Nov 10, 2009 at 5:00 PM, andrey mirtchovski
<mirtchovski@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?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Is this the same Russ Cox we know here?
  2009-11-11  1:00 ` andrey mirtchovski
  2009-11-11  1:10   ` Rodrigo Miranda
  2009-11-11  1:15   ` Roman Shaposhnik
@ 2009-11-11  1:15   ` Dan Cross
  2009-11-11  1:27     ` andrey mirtchovski
  2 siblings, 1 reply; 10+ messages in thread
From: Dan Cross @ 2009-11-11  1:15 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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.

On Tue, Nov 10, 2009 at 8:00 PM, andrey mirtchovski
<mirtchovski@gmail.com> wrote:
> but will it run on Plan 9?
>
>



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Is this the same Russ Cox we know here?
  2009-11-11  1:15   ` Dan Cross
@ 2009-11-11  1:27     ` andrey mirtchovski
  2009-11-11  3:56       ` hiro
  0 siblings, 1 reply; 10+ messages in thread
From: andrey mirtchovski @ 2009-11-11  1:27 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Is this the same Russ Cox we know here?
  2009-11-11  1:27     ` andrey mirtchovski
@ 2009-11-11  3:56       ` hiro
  2009-11-11 15:57         ` David Leimbach
  0 siblings, 1 reply; 10+ messages in thread
From: hiro @ 2009-11-11  3:56 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

have you also seen this vid?
http://www.youtube.com/watch?v=rKnDgT73v8s



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Is this the same Russ Cox we know here?
  2009-11-11  3:56       ` hiro
@ 2009-11-11 15:57         ` David Leimbach
  0 siblings, 0 replies; 10+ messages in thread
From: David Leimbach @ 2009-11-11 15:57 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

On Tue, Nov 10, 2009 at 7:56 PM, hiro <23hiro@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!

[-- Attachment #2: Type: text/html, Size: 541 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Is this the same Russ Cox we know here?
       [not found] <<14ec7b180911101700h620743f8o8f2016b897af6556@mail.gmail.com>
@ 2009-11-11  1:04 ` erik quanstrom
  0 siblings, 0 replies; 10+ messages in thread
From: erik quanstrom @ 2009-11-11  1:04 UTC (permalink / raw)
  To: 9fans

On Tue Nov 10 20:02:34 EST 2009, mirtchovski@gmail.com wrote:
> but will it run on Plan 9?

would the authors care to contrast go with limbo?

- erik



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-11-11 15:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-11  0:54 [9fans] Is this the same Russ Cox we know here? Joseph Stewart
2009-11-11  1:00 ` andrey mirtchovski
2009-11-11  1:10   ` Rodrigo Miranda
2009-11-11  1:15   ` Roman Shaposhnik
2009-11-11  1:15   ` Dan Cross
2009-11-11  1:27     ` andrey mirtchovski
2009-11-11  3:56       ` hiro
2009-11-11 15:57         ` David Leimbach
2009-11-11  1:07 ` Dan Cross
     [not found] <<14ec7b180911101700h620743f8o8f2016b897af6556@mail.gmail.com>
2009-11-11  1:04 ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).