Re: Notes for Canie and Roger regarding forecasting efforts
Posted by Skywise on January 04, 2007 at 20:30:30:

I must not understand quite what it is he's asking because it seems like an awfully lot of trouble in a Rube Goldberg kind of way to do what I would accomplish more simply.

All I would do is add the code for this "external" program right into the existing program where it's needed. That is, when the program has crunched all the data, then it asks the user what it wants to do with it, then depending on the choice, goes and displays it as such.

If the results of the number crunching are stored in some way, preferably in memory via some sort of data array, then the display routines can be written such that upon further input from the user, the data can be redisplayed from memory without having to redo all the calculations.

Then there's my feeling that Perl is not the best language to be doing what he may be doing, not that I know exactly what it is anyway.

I know exactly how I'd approach this problem in XBasic. It's already similar to the JOB analysis program I'm currently working on. The only difference is that I haven't implemented multiple display choices, but it'd be terribly easy to do so.

Brian


Follow Ups:
     ● Re: Notes for Canie and Roger regarding forecasting efforts - Roger Hunter  21:37:36 - 1/4/2007  (61735)  (1)
        ● Re: Notes for Canie and Roger regarding forecasting efforts - EQF  05:30:58 - 1/5/2007  (61745)  (2)
           ● Re: Notes for Canie and Roger regarding forecasting efforts - Skywise  21:03:30 - 1/5/2007  (61766)  (1)
              ● Re: Notes for Canie and Roger regarding forecasting efforts - EQF  09:23:31 - 1/12/2007  (61973)  (0)
           ● Re: Notes for Canie and Roger regarding forecasting efforts - Roger Hunter  07:40:01 - 1/5/2007  (61748)  (1)
              ● Re: Notes for Canie and Roger regarding forecasting efforts - EQF  09:34:09 - 1/12/2007  (61974)  (1)
                 ● Re: Notes for Canie and Roger regarding forecasting efforts - Skywise  21:51:51 - 1/12/2007  (61987)  (1)
                    ● Re: Notes for Canie and Roger regarding forecasting efforts - EQF  00:02:29 - 1/13/2007  (61993)  (1)
                       ● Re: Notes for Canie and Roger regarding forecasting efforts - Skywise  00:10:29 - 1/14/2007  (62014)  (0)