cl-waffe icon indicating copy to clipboard operation
cl-waffe copied to clipboard

(setf !aref) is ugly

Open hikettei opened this issue 1 year ago • 0 comments

To update the computation nodes, (setf !aref) needed to be called like:

(setq tensor (setf (!aref tensor ~) x))

This should be rewritten with macro, being easy to cause mistakes.

hikettei avatar Mar 16 '23 09:03 hikettei