The man with the Y Combinator tattoo
scienceblogs.com26 ポイント投稿者 norvig17 コメント
(def-tree T1
root (A B C)
A (D E)
B (E F)
...)
In Python you use a combination of built-in data types (like dicts), custom classes, and ad-hoc parsers of text. Again, the approach is different, but readability and efficiency is similar.