Clojureとは
• JVMで動く言語(ScalaやKotlinの仲間)
• Node.jsや.NETの処理系も同じOrganizationで開発されている
• LISP
• Rich Hickey
• "It is better to have 100 functions operate on one data
structure than to have 10 functions operate on 10 data
structures." - Alan J. Perlis
• “10個の関数が10個のデータ構造にあるよりも、100個の関数が1個の
データ構造にある方が良い” – アラン・パリス