Noop (プログラミング言語)
Noop (発音: [ˈnoʊ.ɒp]) はGoogle社がかつて開発していたプログラミング言語である。 Noopは古い言語と新しい言語の最もよい特徴の組合を試みる言語である。 言語の初期デザイン草案と限定的なインタープリターを実装したのち、開発者はプロジェクトの継続を断念した[1]。 開発終了の理由として、Kotlinなどの後発の言語が、Noopが当初目標としていた機能の多くを完成させたことが挙げられている[2]。 NoopがターゲットとするプラットフォームはJava仮想マシンである。[3]
| 登場時期 |
|
|---|---|
| 設計者 | Alex Eagle |
| 型付け | 静的型付け |
| ライセンス |
Apache License |
| ウェブサイト | https://code.google.com/archive/p/noop |
プログラム例
Noopで書いたHello worldプログラムの例
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;
}
}
外部リンク
脚注
- “Noop - Is this project dead?”. 2022年6月28日閲覧。
- “Kotlin 1.0 released and I'm excited”. 2022年6月28日閲覧。
- “Noop - project hosting on Google Code”. 2010年5月26日閲覧。
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.