Post Reply 
newRPL - build 1255 released! [updated to 1299]
04-04-2018, 03:38 PM
Post: #180
RE: newRPL - build 1001 released! [update:build 1052]
(04-04-2018 02:12 PM)The Shadow Wrote:  A thought that came to me yesterday: When it comes time to do the plotter, a plot type for implicit functions would be nice. That's a fun (and useful) thing on the Prime.

Noted, I still haven't touched the subject.
Right now I started on the Forms and UI but then it occurred to me that I needed a few things first:
* Variable properties: A variable can have properties now. I have a couple in mind that will be used by the Forms framework, for example a preferred unit for display.
* An event framework to trigger something when a variable changes, which will help build applications more easily. The idea is that you create a variables, 'A', 'B', for example, and define a program that does for example C=A+B, triggered every time A or B change.

Then that idea mutated into automatic evaluation of a tree of those triggers.
Now you define 'A' with a value, 'B' with a value, and 'C' with the formula 'A+B', and the system will automatically recalculate C every time A or B change.
Then if you define 'D' = 'C^2', changing A will recalculate C that will trigger a recalculation of D.
This way you can work through problems and when you finish, changing the input data gives you a new solution automatically. The Forms would become more of a text template to display these variables, their formulas and the values intermixed with explanations, text and possibly graphics. It leans more towards MathCAD (or SMath studio, same thing) rather than the traditional INFORM.
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] - Claudio L. - 04-04-2018 03:38 PM
newRPL - brickviking - 10-05-2018, 06:01 AM
How to participate? - erazor - 12-13-2019, 07:12 AM



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