newRPL - build 1255 released! [updated to 1299]
|
04-05-2018, 08:31 AM
Post: #187
|
|||
|
|||
RE: newRPL - build 1001 released! [update:build 1052]
as far as I understood the computation goes in another part of the variable.
Is like the variable is a structure that can hold several values, one of it would be the computed value over the other variables. The advantage is not really seen with only 2 vars. Say: A=5, B=6, C='A+B' Then I can modify A (or/and B) and recall C to get the value. But when I have: A=5, B=6, C='A+B' , D='C*C' , E='D*D*D+A' In userRPL I modify A (and/or B) then I need to recall C, store it somehow (say "bye" to the symbolic part). Then recall D, store it as a value, then recall E, store it as a value. And the symbolic parts are lost unless I create programs. The idea of claudio is way more handy in my opinion, especially building a sort of "live" equation library. One point is, as Claudio partially wrote, that such system may become a burden, even without cycles. Unless the user is warned each time too many variables are interlinked, it can happen that tens/hundreds of other variables gets affected by each modification. I am not sure how quick newRPL can go through updating tens/hundreds of other variables. Wikis are great, Contribute :) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 4 Guest(s)