タグ

2013年8月24日のブックマーク (2件)

  • most 〜とmost of the〜の成り立ち

    「今回は受験だけでなく、TOEICや英検でもよく問われる、こんな言い回しについてきちんと理解してみようとおもうんだ。」 問い:適当な選択肢を選べ (Most , Most of , Almost ) students are out of the classroom. (学生のほとんどは教室の外にいる。) 「これって確かにどんな英語の試験でもよく問題としてでてくるね。」 「この問題の答えはMost。でもそれがなぜなの?と言われると多くの場合、そういう言い回しはある、とか、ない、とか、そんな話で終わってしまう。」 「そういうもんだから覚えるしかない、ということ?」 「でもさ、文法っていうのは『人間のこころがそれを自然だと感じる』から成立するんであって、なぜ文法的にダメなのか、も『こころがそれをどう不自然に感じているか』が説明できるはずなんだよ。『心が感じる自然さ、不自然さ』をきちんとわかるこ

  • Idris: A Language for Type-Driven Development

    Idris: A Language for Type-Driven Development Idris is a programming language designed to encourage Type-Driven Development. In type-driven development, types are tools for constructing programs. We treat the type as the plan for a program, and use the compiler and type checker as our assistant, guiding us to a complete program that satisfies the type. The more expressive the type is that we give