hoplon

Ahmed Hassan 2019-06-02T11:39:42.020300Z

When it's better to define defn instead of defelem?

flyboarder 2019-06-02T20:14:35.024400Z

any time you want attribute/child argument parsing

šŸ‘ 1
Ahmed Hassan 2019-06-02T11:44:31.022900Z

And should cell be passed as attribute/argument to defelem or defn? or should cell be referred without passing as an argument, because cell is defined as a top level variable similar to def.

flyboarder 2019-06-02T20:14:48.024600Z

I’m not sure what you mean here

Ahmed Hassan 2019-06-02T11:47:02.023900Z

I think elements would act as pure in former case and non-pure in latter one.