Re: [Jchat] Saving Programs and Variables Permanently for Future Use

2015-12-16 Thread roger stokes
Modesty forbids me to mention that "Learning J" section 28.4  offers a
discussion of persistent variables mapped to files which might be relevant.



On Sun, Dec 13, 2015 at 4:51 PM, John Baker  wrote:

> Chris has already replied about how to save and reload j words. If you
> want to go beyond saving to organizing, refactoring and reusing take a look
> at Jod. The joddocument addon installs a detailed PDF that addresses all
> these  issues.
>
> Sent from my iPhone
>
> > On Dec 12, 2015, at 9:22 PM, 'Rodney Nicholson' via Chat <
> c...@jsoftware.com> wrote:
> >
> > Hi folks:
> > I am completely new to J, but I have fairly extensive experience from
> programming in APL years ago.  So I am not finding it difficult to figure
> out enough about J to satisfy my present rather simple programming needs.
> However, in APL I was used to working in a workspace and then saving it -
> ')save name' I recall - and loading it when I needed it again.
> > I have had no trouble finding a J 'workspace' nor manipulating data in
> it using simple J code, but when I go to FILE and save it, it gets called
> ~temp/1.ijs or ~temp/2.ijs ..  .  I need to know how to name and save
> permanently so I can reliably retrieve my previous software and data.
> Oddly, I have not come across this information in any of the learning
> material I have seen so far.  Directions to this one piece of information
> will transform my entire weekend!
> > Please  : ^ )))
> >
> > Help will be much appreciated.  Thank you in advance.
> > Rodney.
> > --
> > For information about J forums see http://www.jsoftware.com/forums.htm
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
>
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jchat] Saving Programs and Variables Permanently for Future Use

2015-12-13 Thread John Baker
Chris has already replied about how to save and reload j words. If you want to 
go beyond saving to organizing, refactoring and reusing take a look at Jod. The 
joddocument addon installs a detailed PDF that addresses all these  issues.

Sent from my iPhone

> On Dec 12, 2015, at 9:22 PM, 'Rodney Nicholson' via Chat  
> wrote:
> 
> Hi folks:  
> I am completely new to J, but I have fairly extensive experience from 
> programming in APL years ago.  So I am not finding it difficult to figure out 
> enough about J to satisfy my present rather simple programming needs.  
> However, in APL I was used to working in a workspace and then saving it - 
> ')save name' I recall - and loading it when I needed it again.  
> I have had no trouble finding a J 'workspace' nor manipulating data in it 
> using simple J code, but when I go to FILE and save it, it gets called 
> ~temp/1.ijs or ~temp/2.ijs ..  .  I need to know how to name and save 
> permanently so I can reliably retrieve my previous software and data.  Oddly, 
> I have not come across this information in any of the learning material I 
> have seen so far.  Directions to this one piece of information will transform 
> my entire weekend!  
> Please  : ^ )))
>   
> Help will be much appreciated.  Thank you in advance.  
> Rodney.  
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jchat] Saving Programs and Variables Permanently for Future Use

2015-12-12 Thread 'Rodney Nicholson' via Chat
Got it.  TY. 


On Saturday, December 12, 2015 9:41 PM, chris burke  
wrote:
 

 Ah, just noticed that the link points to the old wiki. The correct page
should be:

code.jsoftware.com/wiki/Doc/J4APL#Workspaces_and_Scripts

On 12 December 2015 at 20:29, chris burke  wrote:

> See www.jsoftware.com/jwiki/Doc/J4APL#Workspaces_and_Scripts .
>
> On 12 December 2015 at 19:22, 'Rodney Nicholson' via Chat <
> c...@jsoftware.com> wrote:
>
>> Hi folks:
>> I am completely new to J, but I have fairly extensive experience from
>> programming in APL years ago.  So I am not finding it difficult to figure
>> out enough about J to satisfy my present rather simple programming needs.
>> However, in APL I was used to working in a workspace and then saving it -
>> ')save name' I recall - and loading it when I needed it again.
>> I have had no trouble finding a J 'workspace' nor manipulating data in it
>> using simple J code, but when I go to FILE and save it, it gets called
>> ~temp/1.ijs or ~temp/2.ijs ..  .  I need to know how to name and save
>> permanently so I can reliably retrieve my previous software and data.
>> Oddly, I have not come across this information in any of the learning
>> material I have seen so far.  Directions to this one piece of information
>> will transform my entire weekend!
>> Please  : ^ )))
>>
>> Help will be much appreciated.  Thank you in advance.
>> Rodney.
>> --
>> For information about J forums see http://www.jsoftware.com/forums.htm
>
>
>
--
For information about J forums see http://www.jsoftware.com/forums.htm


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

Re: [Jchat] Saving Programs and Variables Permanently for Future Use

2015-12-12 Thread chris burke
Ah, just noticed that the link points to the old wiki. The correct page
should be:

code.jsoftware.com/wiki/Doc/J4APL#Workspaces_and_Scripts

On 12 December 2015 at 20:29, chris burke  wrote:

> See www.jsoftware.com/jwiki/Doc/J4APL#Workspaces_and_Scripts .
>
> On 12 December 2015 at 19:22, 'Rodney Nicholson' via Chat <
> c...@jsoftware.com> wrote:
>
>> Hi folks:
>> I am completely new to J, but I have fairly extensive experience from
>> programming in APL years ago.  So I am not finding it difficult to figure
>> out enough about J to satisfy my present rather simple programming needs.
>> However, in APL I was used to working in a workspace and then saving it -
>> ')save name' I recall - and loading it when I needed it again.
>> I have had no trouble finding a J 'workspace' nor manipulating data in it
>> using simple J code, but when I go to FILE and save it, it gets called
>> ~temp/1.ijs or ~temp/2.ijs ..  .  I need to know how to name and save
>> permanently so I can reliably retrieve my previous software and data.
>> Oddly, I have not come across this information in any of the learning
>> material I have seen so far.  Directions to this one piece of information
>> will transform my entire weekend!
>> Please  : ^ )))
>>
>> Help will be much appreciated.  Thank you in advance.
>> Rodney.
>> --
>> For information about J forums see http://www.jsoftware.com/forums.htm
>
>
>
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jchat] Saving Programs and Variables Permanently for Future Use

2015-12-12 Thread 'Rodney Nicholson' via Chat
Thank you again, Chris.  I will check that out too.  
Rodney. 


On Saturday, December 12, 2015 9:37 PM, chris burke  
wrote:
 

 If you are using the Qt IDE, then to help organize your scripts and their
source directories, see  code.jsoftware.com/wiki/Guides/Folders_and_Projects
 .

On 12 December 2015 at 20:29, chris burke  wrote:

> See www.jsoftware.com/jwiki/Doc/J4APL#Workspaces_and_Scripts .
>
> On 12 December 2015 at 19:22, 'Rodney Nicholson' via Chat <
> c...@jsoftware.com> wrote:
>
>> Hi folks:
>> I am completely new to J, but I have fairly extensive experience from
>> programming in APL years ago.  So I am not finding it difficult to figure
>> out enough about J to satisfy my present rather simple programming needs.
>> However, in APL I was used to working in a workspace and then saving it -
>> ')save name' I recall - and loading it when I needed it again.
>> I have had no trouble finding a J 'workspace' nor manipulating data in it
>> using simple J code, but when I go to FILE and save it, it gets called
>> ~temp/1.ijs or ~temp/2.ijs ..  .  I need to know how to name and save
>> permanently so I can reliably retrieve my previous software and data.
>> Oddly, I have not come across this information in any of the learning
>> material I have seen so far.  Directions to this one piece of information
>> will transform my entire weekend!
>> Please  : ^ )))
>>
>> Help will be much appreciated.  Thank you in advance.
>> Rodney.
>> --
>> For information about J forums see http://www.jsoftware.com/forums.htm
>
>
>
--
For information about J forums see http://www.jsoftware.com/forums.htm


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

Re: [Jchat] Saving Programs and Variables Permanently for Future Use

2015-12-12 Thread chris burke
If you are using the Qt IDE, then to help organize your scripts and their
source directories, see  code.jsoftware.com/wiki/Guides/Folders_and_Projects
 .

On 12 December 2015 at 20:29, chris burke  wrote:

> See www.jsoftware.com/jwiki/Doc/J4APL#Workspaces_and_Scripts .
>
> On 12 December 2015 at 19:22, 'Rodney Nicholson' via Chat <
> c...@jsoftware.com> wrote:
>
>> Hi folks:
>> I am completely new to J, but I have fairly extensive experience from
>> programming in APL years ago.  So I am not finding it difficult to figure
>> out enough about J to satisfy my present rather simple programming needs.
>> However, in APL I was used to working in a workspace and then saving it -
>> ')save name' I recall - and loading it when I needed it again.
>> I have had no trouble finding a J 'workspace' nor manipulating data in it
>> using simple J code, but when I go to FILE and save it, it gets called
>> ~temp/1.ijs or ~temp/2.ijs ..  .  I need to know how to name and save
>> permanently so I can reliably retrieve my previous software and data.
>> Oddly, I have not come across this information in any of the learning
>> material I have seen so far.  Directions to this one piece of information
>> will transform my entire weekend!
>> Please  : ^ )))
>>
>> Help will be much appreciated.  Thank you in advance.
>> Rodney.
>> --
>> For information about J forums see http://www.jsoftware.com/forums.htm
>
>
>
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jchat] Saving Programs and Variables Permanently for Future Use

2015-12-12 Thread 'Rodney Nicholson' via Chat
Perfect!  Thank you Chris.  You have made my weekend!    
Rodney. 


On Saturday, December 12, 2015 9:30 PM, chris burke  
wrote:
 

 See www.jsoftware.com/jwiki/Doc/J4APL#Workspaces_and_Scripts .

On 12 December 2015 at 19:22, 'Rodney Nicholson' via Chat <
c...@jsoftware.com> wrote:

> Hi folks:
> I am completely new to J, but I have fairly extensive experience from
> programming in APL years ago.  So I am not finding it difficult to figure
> out enough about J to satisfy my present rather simple programming needs.
> However, in APL I was used to working in a workspace and then saving it -
> ')save name' I recall - and loading it when I needed it again.
> I have had no trouble finding a J 'workspace' nor manipulating data in it
> using simple J code, but when I go to FILE and save it, it gets called
> ~temp/1.ijs or ~temp/2.ijs ..  .  I need to know how to name and save
> permanently so I can reliably retrieve my previous software and data.
> Oddly, I have not come across this information in any of the learning
> material I have seen so far.  Directions to this one piece of information
> will transform my entire weekend!
> Please  : ^ )))
>
> Help will be much appreciated.  Thank you in advance.
> Rodney.
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
--
For information about J forums see http://www.jsoftware.com/forums.htm


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

Re: [Jchat] Saving Programs and Variables Permanently for Future Use

2015-12-12 Thread chris burke
See www.jsoftware.com/jwiki/Doc/J4APL#Workspaces_and_Scripts .

On 12 December 2015 at 19:22, 'Rodney Nicholson' via Chat <
c...@jsoftware.com> wrote:

> Hi folks:
> I am completely new to J, but I have fairly extensive experience from
> programming in APL years ago.  So I am not finding it difficult to figure
> out enough about J to satisfy my present rather simple programming needs.
> However, in APL I was used to working in a workspace and then saving it -
> ')save name' I recall - and loading it when I needed it again.
> I have had no trouble finding a J 'workspace' nor manipulating data in it
> using simple J code, but when I go to FILE and save it, it gets called
> ~temp/1.ijs or ~temp/2.ijs ..  .  I need to know how to name and save
> permanently so I can reliably retrieve my previous software and data.
> Oddly, I have not come across this information in any of the learning
> material I have seen so far.  Directions to this one piece of information
> will transform my entire weekend!
> Please  : ^ )))
>
> Help will be much appreciated.  Thank you in advance.
> Rodney.
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
--
For information about J forums see http://www.jsoftware.com/forums.htm


[Jchat] Saving Programs and Variables Permanently for Future Use

2015-12-12 Thread 'Rodney Nicholson' via Chat
Hi folks:  
I am completely new to J, but I have fairly extensive experience from 
programming in APL years ago.  So I am not finding it difficult to figure out 
enough about J to satisfy my present rather simple programming needs.  However, 
in APL I was used to working in a workspace and then saving it - ')save name' I 
recall - and loading it when I needed it again.  
I have had no trouble finding a J 'workspace' nor manipulating data in it using 
simple J code, but when I go to FILE and save it, it gets called ~temp/1.ijs or 
~temp/2.ijs ..  .  I need to know how to name and save permanently so I can 
reliably retrieve my previous software and data.  Oddly, I have not come across 
this information in any of the learning material I have seen so far.  
Directions to this one piece of information will transform my entire weekend!  
Please  : ^ )))
  
Help will be much appreciated.  Thank you in advance.  
Rodney.  
--
For information about J forums see http://www.jsoftware.com/forums.htm