(no title)
fovc | 1 year ago
Having to use accessor functions or destructuring macros instead of just a period or -> is often annoying too. The lack of syntax has cons as well as pros.
fovc | 1 year ago
Having to use accessor functions or destructuring macros instead of just a period or -> is often annoying too. The lack of syntax has cons as well as pros.
pjmlp|1 year ago
cenamus|1 year ago
(object -> slot)
and transforms it to (slot object)
"->" should be unused
tmtvl|1 year ago