This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other Languages and the fly likes Did you look at other systems-implementation languages, such as DEC's Bliss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Languages » Other Languages
Reply Bookmark "Did you look at other systems-implementation languages, such as DEC Watch "Did you look at other systems-implementation languages, such as DEC New topic
Author

Did you look at other systems-implementation languages, such as DEC's Bliss

Pat Farrell
Rancher

Joined: Aug 11, 2007
Posts: 4422
    
    2

I'm curious as to what prior languages were used as foundations for GO. For example, I really liked Digital's Bliss language for low level operating system hacking. Like GO, it was utterly consistent. Sadly, unlike GO, it has a lot of syntactic cruft that make it look forbidding.

In Bliss, you could do anything. I thought that its syntax and power was greatly superior to C, but of course C took over the world.
Mark Summerfield
author
Ranch Hand

Joined: Jun 20, 2012
Posts: 37

Hi Pat,

Go's provenance is described here Go's Ancestors.

I think that C++, Objective-C and Java (indirectly via C++) are all attempts to be "better Cs". Go is another attempt: and IMO the first successful one.


Mark Summerfield
"Programming in Go" - http://www.qtrac.eu/gobook.html
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Did you look at other systems-implementation languages, such as DEC's Bliss
 
Similar Threads
Old-school programming techniques you probably don't miss
Go language -- Google's new language
IBM in talks to buy Sun Microsystems
Java in the world of Parallel Programming
Worried about java