newRPL: [UPDATED April 27-2017] Firmware for testing available for download
|
05-08-2017, 01:32 PM
Post: #664
|
|||
|
|||
RE: newRPL: [UPDATED April 27-2017] Firmware for testing available for download
(05-08-2017 05:58 AM)The Shadow Wrote: Thanks for your replies, Claudio. GETI/PUTI are being rewritten as we speak: all those functions were written for lists only (before other objects were available), now they are being moved to a more generic composites library and rewritten to support vectors/matrices, etc. Just looked at the new code and they do proper wrapping and set the flag as they should. EVAL1NEXT is internal, I'll probably remove its user-friendly name so it doesn't show up in autocomplete. It does EVAL1 on the next object in the runstream. It's used for user-defined functions with the syntax: Code: << -> X Y 'X^2+Y^2+1' >> Code: << -> X Y << EVAL1NEXT 'X^2+Y^2+1' >> >> |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)