濃縮還元オレンジニュース
Mozilla,新プログラミング言語「Rust」を公開
この記事を読むのに必要な時間:およそ 0.5 分
2012年1月20日,
コンパイラはLinux/
リスト Rust,
Rust
use std;
fn main() {
std::io::println("Hello Rust world!");
}
Go
package main
import "fmt"
func main() {
fmt.Printf("Hello Go world!\n")
}
Clay
main() {
println("Hello Clay world!");
}