Post Reply 
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 :)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL - build 1001 released! - pier4r - 12-16-2017, 08:03 AM
newRPL - on Hp 39gs - Martin Hepperle - 06-05-2019, 06:51 AM
RE: newRPL - build 1001 released! - pier4r - 12-23-2017, 10:16 AM
RE: newRPL - build 1001 released! - pier4r - 01-01-2018, 09:42 AM
t - Claudio L. - 01-01-2018, 03:06 PM
RE: newRPL - build 1001 released! - pier4r - 01-01-2018, 03:41 PM
RE: newRPL - build 1001 released! - pier4r - 01-02-2018, 04:54 PM
RE: newRPL - build 1001 released! - pier4r - 01-02-2018, 06:58 PM
RE: newRPL - build 1001 released! [update:build 1052] - pier4r - 04-05-2018 08:31 AM
newRPL - brickviking - 10-05-2018, 06:01 AM
How to participate? - erazor - 12-13-2019, 07:12 AM



User(s) browsing this thread: 2 Guest(s)