andr-ew / nest_

a language of touch for objects by monome [not maintained]
MIT License
22 stars 3 forks source link

_obj_: consider copying function references along with everything else #16

Closed andr-ew closed 3 years ago

andr-ew commented 3 years ago

I believe this will be necessary to use copy() as intended if I do ditch the _input & _output. this would pretty much remove hierarchy trees from the situation and I believe it would simplify things (multiple inheritance, w/ copy()), but there might be unintended consequences ? like, definitely don't copy copy(), or new().

andr-ew commented 3 years ago

fix #20