Re: [FRIAM] The Go Programming Language

2010-07-23 Thread Russ Abbott
This came up a while ago. At that time I compared it to Haskell . -- Russ Abbott __ Professor, Computer Science California State University, Los

[FRIAM] The Go Programming Language

2010-07-23 Thread Owen Densmore
Has anyone tried Google's go language? http://golang.org/ Google makes the same case for it as chrome: its been 10 years since a system language has been created! Mainly the concern is multi-core & gc and an architecture for large distributed systems. I just installed on my macbook: h

Re: [FRIAM] The Go Programming Language

2010-01-28 Thread Robert J. Cordingley
Then there's 'wei chi' and others variants. Lots of western countries use 'go' as a root: jeu de go, the game of go, spiel go, el juego de go and so on. The Japense romanji is 'igo' being the source. The late Taiwanese philanthropist Ing Chang-ki may have had a point in wanting us to spell i

Re: [FRIAM] The Go Programming Language

2010-01-28 Thread Roger Critchlow
The ancient Asian game was referred to as "yi" by Confucius and Mencius. it only spread to Japan and became known as "go" in the second millennium of its existence. The best international players call the game "weiqi" (Chinese) or "baduk" (Korean). -- rec -- On Thu, Jan 28, 2010 at 3:54 PM, Ro

Re: [FRIAM] The Go Programming Language

2010-01-28 Thread Robert J. Cordingley
Is there no way to keep 'Go' (n) preserved for the fabulous ancient oriental art! (http://en.wikipedia.org/wiki/Go_(game)) Robert C On 1/28/10 2:08 PM, Marcus G. Daniels wrote: On 1/28/10 1:58 PM, Douglas Roberts wrote: I haven't looked lately: how thread-safe are the c++ stl implementati

Re: [FRIAM] The Go Programming Language

2010-01-28 Thread Marcus G. Daniels
On 1/28/10 1:58 PM, Douglas Roberts wrote: I haven't looked lately: how thread-safe are the c++ stl implementations these days? GCC's libstdc++ has this. http://gcc.gnu.org/onlinedocs/libstdc++/manual/parallel_mode.html It's based on OpenMP (gomp). But that's a different thing than progr

Re: [FRIAM] The Go Programming Language

2010-01-28 Thread Douglas Roberts
I haven't looked lately: how thread-safe are the c++ stl implementations these days? --Doug On Thu, Jan 28, 2010 at 1:53 PM, Marcus G. Daniels wrote: > Roger Critchlow wrote: > >> This is from the Bell Labs corner at Google, the principle designers of >> the >> language are Robert Griesemer, Ro

Re: [FRIAM] The Go Programming Language

2010-01-28 Thread Marcus G. Daniels
Roger Critchlow wrote: This is from the Bell Labs corner at Google, the principle designers of the language are Robert Griesemer, Rob Pike and Ken Thompson. Also I understand this is going into GCC proper. Ian Lance Taylor (a well known GCC hacker) is the Google lead. Apparently there will be

Re: [FRIAM] The Go Programming Language

2009-11-12 Thread Marcus G. Daniels
Owen Densmore wrote: I was hoping there'd be a rational core set of languages: - Systems language: C/C++ level. Used for kernel/OS/drivers. - Shell languages: Basically an easy way to pipe code written in System Language - Scripting: Python, Ruby, JavaScript level. Rapid prototyping whe

Re: [FRIAM] The Go Programming Language

2009-11-11 Thread Douglas Roberts
That sounded like a rant. ;-} On Wed, Nov 11, 2009 at 9:54 AM, Owen Densmore wrote: > On Nov 11, 2009, at 9:40 AM, Douglas Roberts wrote: > > Well, the slashdot readership was somewhat underwhelmed by GO: > > > http://developers.slashdot.org/story/09/11/11/0210212/Go-Googles-New-Open-Source-Pro

Re: [FRIAM] The Go Programming Language

2009-11-11 Thread Owen Densmore
On Nov 11, 2009, at 9:40 AM, Douglas Roberts wrote: Well, the slashdot readership was somewhat underwhelmed by GO: http://developers.slashdot.org/story/09/11/11/0210212/Go-Googles-New-Open-Source-Programming-Language I don't recall them ever being overwhelmed, so no big deal. /. has rendere

Re: [FRIAM] The Go Programming Language

2009-11-11 Thread Douglas Roberts
Well, the slashdot readership was somewhat underwhelmed by GO: http://developers.slashdot.org/story/09/11/11/0210212/Go-Googles-New-Open-Source-Programming-Language On Wed, Nov 11, 2009 at 9:21 AM, Owen Densmore wrote: > Well, I didn't mean to pan it by the YAPL tag. But we are getting a lot o

Re: [FRIAM] The Go Programming Language

2009-11-11 Thread Owen Densmore
On Nov 10, 2009, at 10:07 PM, Stephen Guerin wrote: I did a quick look through. Any idea how to get a GUI? HTML via webserver? -S My guess is hidden in my earlier response: GUI programming will not be at the systems level. It will be at a service level (i.e. like the X window system, it

Re: [FRIAM] The Go Programming Language

2009-11-11 Thread Owen Densmore
Well, I didn't mean to pan it by the YAPL tag. But we are getting a lot of them. D was supposed to be the savior for a while, and probably will eventually displace C++. D can call C/C++ now, I believe. I'm surprised you like GO, isn't garbage collection a bad idea? I seem to remember lo

Re: [FRIAM] The Go Programming Language

2009-11-10 Thread Roger Critchlow
It was something in the networking/dns setup that failed, but something else in the 24 changes released since earlier this afternoon fixed the problem. This is from the Bell Labs corner at Google, the principle designers of the language are Robert Griesemer, Rob Pike and Ken Thompson. No stinking

Re: [FRIAM] The Go Programming Language

2009-11-10 Thread Stephen Guerin
I did a quick look through. Any idea how to get a GUI? HTML via webserver? -S --- -. . ..-. .. ... - .-- --- ..-. .. ... stephen.gue...@redfish.com (m) 505.577.5828 (o) 505.995.0206 redfish.com _ sfcomplex.org _ simtable.com _ ambientpixel.com On Nov 10, 2009, at 9:54 P

Re: [FRIAM] The Go Programming Language

2009-11-10 Thread Roger Critchlow
Yah, doesn't complete it's own installation test script on Ubuntu 9.10, the gopher's cool. -- rec -- On Tue, Nov 10, 2009 at 9:30 PM, Owen Densmore wrote: > Gawd, YAPL, from Google: > http://golang.org/ > http://www.techcrunch.com/2009/11/10/google-go-language/ > > http://www.informationweek.c

Re: [FRIAM] The Go Programming Language

2009-11-10 Thread Douglas Roberts
What are you talking about, Owen? That's one good looking language. I think I'm in love. Seriously. I'm not too wild about it's mascot Gordon the Gopher, however. -- Doug Roberts drobe...@rti.org d...@parrot-farm.net 505-455-7333 - Office 505-670-8195 - Cell On Tue, Nov 10, 2009 at 9:30 PM,

[FRIAM] The Go Programming Language

2009-11-10 Thread Owen Densmore
Gawd, YAPL, from Google: http://golang.org/ http://www.techcrunch.com/2009/11/10/google-go-language/ http://www.informationweek.com/news/internet/google/showArticle.jhtml?articleID=221601138 -- Owen FRIAM Applied Complexity Group