V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
jiyinyiyong

"The March of Progress"看到人吐槽分号结尾这个东西

  •  
  •   jiyinyiyong · May 12, 2012 · 3092 views
    This topic created in 5111 days ago, the information mentioned may be changed or developed.
    分号的 28 年啊. 虽然省略了分号的语言不少, 但使用率都比不过.

    ------

    1980: C
    printf("%10.2f", x);

    1988: C++
    cout << setw(10) << setprecision(2) << showpoint << x;

    1996: Java
    .. 太长, 还是点链接看吧
    http://alan.dipert.org/post/153430634/the-march-of-progress

    2004: Java
    System.out.printf("%10.2f", x);

    2008: Scala and Groovy
    printf("%10.2f", x)

    ------
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3283 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 13:01 · PVG 21:01 · LAX 06:01 · JFK 09:01
    ♥ Do have faith in what you're doing.