vote up 5 vote down star
2

http://code.google.com/p/noop/

Noop (pronounced noh-awp, like the machine instruction) is a new language that attempts to blend the best lessons of languages old and new, while syntactically encouraging industry best-practices and discouraging the worst offenses. Noop is initially targeted to run on the Java Virtual Machine.

What's the pros/cons with using this language?

flag
6  
What, another language based on all the prior languages, but this time they've got it right? Now how many times have I heard that one before? – Philip Kelley Sep 17 at 17:22
7  
What makes you think this language comes from Google? I can't find anything on the page that would suggest that. It just looks like these fellows are hosting their project on Google Code. – Chris Bunch Sep 17 at 17:22
2  
Chris, the one of those two who is capable of maintaining his page and not let the world know only about database connection is google employee. – hacker Sep 17 at 17:27
4  
@Chris Bunch It is indeed coming from Google. channelregister.co.uk/2009/09/… – ceejayoz Sep 17 at 17:35
i had been searching for noop since morning on SOFlow .. did not occur to me that it was simply too new for even SOFlow! – Thimmayya Sep 17 at 20:45

5 Answers

vote up 5 vote down

When reading the linked page I was hoping to find the April, 1st date somewhere. Alas.

link|flag
2  
Yeah. Why else would they name a language after something that does nothing? "Hey, I've just made a new language. I shall call it Couch Potato!" – mmyers Sep 17 at 17:24
mmyers, yes, but it's not only in the name, but in more or less all traits they seem to proud of. – hacker Sep 17 at 17:42
1  
Because the Highest Doing is Doing Nothing. It's Taoism guys :) – GordonG Sep 17 at 17:59
GordonG, good point. ;-) That makes the name better. ;-) – hacker Sep 17 at 18:06
vote up 1 vote down

It doesn't look like an official Google project. It is just hosted at Google Code.

The project seems as if it is in a very early stage, so it is hard to tell whether or not the language will be any good.

Judging only by the tone of the writing on the project page and the proposed features, I would say that the target audience seems to be enterprise programmers. Whether or not the language will be a good enterprise language remains to be seen.

I don't think I will be learning it any time soon though. I usually stick to language on the "mainstream fringe", such as Haskell or F#. There are way too many half-baked languages out there to even bother. But that's just me.

link|flag
yes, the praise sounds very enterprisey. – hacker Sep 17 at 17:48
funny, how I was willing to give it the benefit of the doubt when I thought that google was doing it - and now I am not. – quillbreaker Sep 17 at 18:04
vote up 2 vote down

From the news stories I've seen, Noop (pronouced noh-awp) is a very new programming language.

I checked out its code base (Hg) and you can see it is only a month old. From its site, its clear that this language is more in the brainstorming and trying stuff out stage rather than the developing towards a release date stage. And certainly not in the showing off what amazing things can be done stage.

I'd say were months early in evaluating this language. It may not materialize at all and if so, it may never be adopted within Google at all.

link|flag
vote up 0 vote down

Interesting. Where's the language specification? I care a lot more about that than I do the code.

link|flag
Looks like the closest thing to a language spec is in the gcode wiki: code.google.com/p/noop/w/list – Joel Martinez Sep 18 at 13:00
vote up 0 vote down

I like the ideas proposed to date a lot. The goal is to make a better Java, especially more immutable and more functional, but without introduction of much more new features like in Scala. A bit like a cleaned up Java.

The goals and ideas probably are grown out of the use of Java inside Google and the lack of development of the Java language.

However, development is very early and the development of a languages takes much time. I personally doubt that Noop will find much adaption.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.