255
edits
mNo edit summary |
|||
Line 37: | Line 37: | ||
* Deprecation of Octave operators | * Deprecation of Octave operators | ||
** Improve Matlab compatibility | ** Improve Matlab compatibility | ||
** Some extensions make it painful to implement Matlab compatible command-style function calls? | ** Some extensions make it painful to implement Matlab compatible command-style function calls? See also the [https://octave.discourse.group/t/parsing-command-style-function-call-syntax/1414/7 discussion] about this topic. | ||
*** Remove rarely used extensions like "**" power. | *** Remove rarely used extensions like "**" power. | ||
*** Discussion about removal of "+=", "++", etc. No final decision made. | *** Discussion about removal of "+=", "++", etc. No final decision made. | ||
*** Often used extensions like "!" = | *** Often used extensions must probably stay (like "!" or "!=" used in place of "~" or "~="). | ||
=== C++ shared pointer / liboctave === | === C++ shared pointer / liboctave === |