bgnori / broom

golang practice.
1 stars 0 forks source link

Closure castingの廃止 #33

Closed bgnori closed 10 years ago

bgnori commented 10 years ago

至る所でClosure()でcastしている. 型をtestする側を変えるほうが良い.

i.e.

Evalの中のcase isPair(expr)で op, ok := car.(Closure)

しているのがまずい. これを

op, ok := car.(func(Enviroment, Pair) interface{}) とすれば良いはず.

bgnori commented 10 years ago

5e8f6231c1dcdfa4d60e492a2c49d89b4fcfcdfc