お金とは

お金にまつわるあれこれ.

サブ概念

お金と仕事

🌳仕事

お金と自由

お金と🌳自由について.

お金の管理

お金と価値

🌳価値とお金について.

お金と幸せ

ぜいたく

Journals

🖌Charts

💡お金プロトコルより.

  • 交換
  • 計量
  • 保存
  • 増殖
classDiagram
  class Money {
    exchange()
    measure()
    store()
    multiply()
  }

🌳価値に対するファイナンスプロトコルの実装がお金.

(defprotocol Finance
  (exchange [this])
  (measure [this])
  (store [this])
  (multiply [this]))
 
(defrecord Value [value]
    Finance
    (exchange [this] this)
    (measure [this] this)
    (store [this] this)
    (multiply [this] this))

Concepts

🌴お金で解決できる悩み

📏お金で動く人間にならない

現実には困難が伴うのでどこまで理想の価値に近づけるかということになる.

お金Issues

📍なぜ知識が野菜と交換できるのか?

たぶんこれを知るためには歴史の知識が必要.

🌱勉強しているだけでなにも価値を生み出さないのはクズだ