タグ

2013年12月7日のブックマーク (2件)

  • The Future of C#

    twitterで見かけた話題(1, 2)。ロンドンのイベントでMads(C#のプログラム マネージャー)がC#に追加するかもしれない(したいけど、まだ文法的に確定してない)機能について話したみたいですね。 The Future of C#(イベントのページ) Channel9の掲示板での話題、同 別エントリー 早期プレビュー C#ってこれまでのノリだと、コンパイラーとか仕様書までできた段階で情報を公開していたわけですけども、今回は「ご意見求む」なレベルでの情報公開。 MSDNブログとかChannel9でなくて、ヨーロッパ ローカルなイベントで初めて公にしたのも、ブログとかでまとめるような段階でない当に早期プレビューなせいなのかも。 C# 言語チームの開発体制自体の変化を感じたり。 新文法(候補) で、(twitter越しで見れる)スライド中の情報から読み取れる文法について。 primar

    The Future of C#
  • 15 Sorting Algorithms in 6 Minutes

    Visualization and "audibilization" of 15 Sorting Algorithms in 6 Minutes. Sorts random shuffles of integers, with both speed and the number of items adapted to each algorithm's complexity. The algorithms are: selection sort, insertion sort, quick sort, merge sort, heap sort, radix sort (LSD), radix sort (MSD), std::sort (intro sort), std::stable_sort (adaptive merge sort), shell sort, bubble sort,

    15 Sorting Algorithms in 6 Minutes
    meganehouser
    meganehouser 2013/12/07
    見せる用ソートとしか思えないのもあるwwwこれはソート擬人化来るなwww