Good question. Step 1 was a long development including time series and multiple regression analysis. I thought that it will take several days to turn the code support several cases. But I found this OO solution and the rest is history :)
At 22:26 9.11.2007, you wrote:
A question: was step 1 part of that 15 minutes?

Anssi Seppälä wrote:
After using J for a long time I suddenly realised how the OO is really easy and working! You need only:
1) code your application to run in a named locale  say cmyapp
2) create 2 new instances of your application calling inst1=: conew 'cmyapp', inst2=: conew 'cmyapp'
3) run the instances calling run__inst1 '' and run__inst2 ''

I never could believe that is is so simple. I just upgraded my one-load-analyser to a multi-load -analyser in 15 minutes instead of several days work.

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to