Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Creation  





2 Examples  





3 References  





4 External links  














Noop






Français

 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


Noop
Designed byAlex Eagle, Christian Gruber
First appeared2009; 15 years ago (2009)
Typing disciplinestatic
LicenseApache License 2.0
Websitecode.google.com/p/noop

Noop (/ˈn.ɒp/, like no-op) was a project by Google engineers Alex Eagle and Christian Gruber aiming to develop a new programming language. Noop attempted to blend the best features of "old" and "new" languages, while syntactically encouraging well accepted programming best-practices. Noop was initially targeted to run on the Java Virtual Machine.[1]

Noop progressed past its initial proposals into a limited interpreter, but according to the project owners they no longer intend to pursue the language any further.[2] Among the reasons cited for discontinuing work on the language was the initial release of Kotlin, which achieves many of the language goals of Noop.[3] The Noop language can be executed as an interpreted language, as a compiled language, or as Java code.[4]

Creation

[edit]

The Noop language was created by Google. It was presented during the 2009 edition of the JVM Language Summit held in Santa Clara, California from September 16 to 18, 2009.[5]

Examples

[edit]

Hello world in Noop

import noop.Application;
import noop.Console;

class HelloWorld(Console console) implements Application {

  Int main(List args) {
    String s = "Hello World!";

    console.println(s);
    return 0;
  }
}

References

[edit]
  1. ^ "Noop - project hosting on Google Code". Archived from the original on 2015-03-21. Retrieved 2015-03-17.{{cite web}}: CS1 maint: bot: original URL status unknown (link)
  • ^ "Noop - Is this project dead?".
  • ^ "Kotlin 1.0 released and I'm excited".
  • ^ "Google Develops 'Noop' Language". Retrieved 2016-04-09.
  • ^ "Noop: Google's Language for the JVM". InfoWorld. Retrieved 2016-04-09.
  • [edit]
    Retrieved from "https://en.wikipedia.org/w/index.php?title=Noop&oldid=1226502528"

    Categories: 
    Object-oriented programming languages
    Discontinued Google software
    JVM programming languages
    Hidden categories: 
    CS1 maint: bot: original URL status unknown
    Articles lacking reliable references from May 2017
    All articles lacking reliable references
     



    This page was last edited on 31 May 2024, at 01:25 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki