最終更新:2012-10-29 (月) 17:26:00 (4194d)  

Ceylon
Top / Ceylon

Ceylon is a language for writing large programs in teams.

http://ceylon-lang.org

Html html = Html {
    head = Head {
        title = "Ceylon: home page";
    };
    body = Body {
        H2 ( "Welcome to Ceylon, " name() "!" ),
        P ( "Now get started :)" )
    };
};

IDE

関連