タグ

2015年6月11日のブックマーク (5件)

  • bread-man/mango · GitHub

    README.md Mango Repository for the Mango programming language as part of a blog series. The posts can be found here. Building and running To build, just run: make which should produce an executable called mangoc in the same directory. Run mangoc on the example file by doing ./mangoc examples/test.mango We're using clang to run the compile. To use gcc or cc, change clang to gcc/cc in the Makefile.

    mattn
    mattn 2015/06/11
    独自言語を書いて行こうシリーズ(現在ブログが落ちてるのが残念)
  • Twitter、ブロックリストの共有が可能に──嫌がらせ対策強化

    Twitterは6月10日(現地時間)、嫌がらせ対策の一環として、ブロックした相手のリストをユーザー同士で共有できるようにしたと発表した。向こう数週間中に全ユーザーに“ローリングアウト”する。 ブロックとは、Twitter上でかかわりたくないユーザーが自分をフォローしたり、自分のツイートを見たり、ダイレクトメッセージを送ったりできなくすること。ブロックした相手のリスト「ブロックリスト」は、[設定]→[ブロックしたアカウント]の「ブロックしているアカウント」で一覧表示できる。 新機能は、このブロックリストをCSVファイルとしてエクスポートし、そのファイルを他のユーザーに送ったり、受け取ったCSVファイルをインポートして自分のブロックリストに追加したりできるというものだ。 Twitterはミュートやブロックなどのユーザー体験改善ツールは多くの人が便利に使っているが、「Twitter上で大量の

    Twitter、ブロックリストの共有が可能に──嫌がらせ対策強化
    mattn
    mattn 2015/06/11
  • The Quorum Programming Language

    Data Science made simpleQuorum allows you to ease into the world of data science. You can create charts, clean up your data, and conduct descriptive statistical tests. Play around with the chart, you can even interact with it! Quorum’s chart creator has the ability to turn any chart accessible. Try it out today! Go to Access ChartsJoin The CommunityDo you want to help with computer science? In the

    mattn
    mattn 2015/06/11
    evidence oriented programming language とな。
  • Parse

    The most amazing feature of Parse Server is that it’s accessible for developers of all skill levels. Personally, I started playing around with Objective-C in 2012. Parse was a way for me to build a complete online app, without having the in-depth knowledge of how to build networking, storage, user systems, etc. The more I built with Parse, the more I learnt JavaScript, which has fortunately allowe

    Parse
    mattn
    mattn 2015/06/11
    Parse の API が如何にして Ruby から Go に移行したか。問題点と対策として EventMachine, JRuby, C++, C# を選ぼうとしていた話が書いてあって面白い。 #golang
  • GitHub - thomasf/go-bash-completion

    mattn
    mattn 2015/06/11
    go コマンドの bash 補完。 #golang