Live data from Hacker News

Google Delivers New Java-like Language, Noop

eweek.com

1–10 of 38 posts

Re: Google Delivers New Java-like Language, Noop

#4
post #3
post #2

Wait it's by Google? I thought it was just hosted on Google code, as per this thread: http://news.ycombinator.com/item?id=826945

It's made by googlers, but I don't think it's officially endorsed by Google.

"It's made by googlers"

Yes it is. One of the authors seems to be an "internal software development coach" (source: http://www.geekinasuit.com/2009/03/hiatus-should-be-over.htm...) at Google. The other author's blog seems to be down atm (http://jakeherringbone.com/).

Re: Google Delivers New Java-like Language, Noop

#8
post #6

Can anyone point us to some code examples? I had a hard time finding any.

http://code.google.com/p/noop/source/browse/#hg/examples/noo...

but there's scarcely anything there. Which is all rather weird; I'd have thought that (1) one of the first things you do when designing a language is to mock up a load of example code to see how your ideas work together, and (2) you want to make that available to anyone looking at your language so that they can get a feel for what it's meant to be like. Oh well.

Re: Google Delivers New Java-like Language, Noop

#9
post #8
post #6

Can anyone point us to some code examples? I had a hard time finding any.

http://code.google.com/p/noop/source/browse/#hg/examples/noo... but there's scarcely anything there. Which is all rather weird; I'd have thought that (1) one of the first things you do when designing a language is to mock up a load of example code to see how your ideas work together, and (2) you want to make that available to anyone looking at your language so that they can get a feel for what it's meant to be like.…

Vaporlang?

Re: Google Delivers New Java-like Language, Noop

#10
What do they mean by a language that supports dependency injection? What would be an example for a language that doesn't support it - stateless languages, I suppose? Because if there is no state, how to remember the dependencies?

Edit: Just checked if it is April 1st, but nope, it isn't. They must be serious.

Post reply on HN