[Jprogramming] Mixing shell script and J

2014-05-24 Thread Raul Miller
Here is an example of a small report I threw together this evening. I decided to mix shell script and J because sometimes those are the right tools for the job. I should note a discrepancy between http://www.jsoftware.com/help/jforc/input_and_output.htm and the addons I had installed: I had to use

Re: [Jprogramming] How do you exit J without 2!:55?

2014-05-24 Thread Raul Miller
I want to start fixing those. I'm it's difficult to see how to fix some of those issues, though, without breaking the existing organization of source code. Still, this could be a good temporary workaround. Thanks, -- Raul On Sat, May 24, 2014 at 7:07 PM, bill lam wrote: > running a known s

Re: [Jprogramming] How do you exit J without 2!:55?

2014-05-24 Thread bill lam
running a known sentence that will crash J? 25.05.2014, в 2:47, Raul Miller написал(а): > I have always had to shut it down from the outside. > > I'm not sure if there's a better option. > > Thanks, > > -- > Raul > > > > On Sat, May 24, 2014 at 12:33 PM, Henry Rich wrote: > >> When I se

Re: [Jprogramming] How do you exit J without 2!:55?

2014-05-24 Thread Raul Miller
I have always had to shut it down from the outside. I'm not sure if there's a better option. Thanks, -- Raul On Sat, May 24, 2014 at 12:33 PM, Henry Rich wrote: > When I set security level to 1, using > > 9!:25 (1) > > it blocks execution of 2!:55 . So how does the J session close? > > He

Re: [Jprogramming] Understandable J

2014-05-24 Thread greg heil
>i did add foldability to Kate, see the thread "foldability and the Kate text >editor". There the tags are automatically set, though you can add folds ad lib >by including NB.( NB.) pairs. However foldability is needed in the J ide. >Likely this is something though that the developers at QT have

[Jprogramming] How do you exit J without 2!:55?

2014-05-24 Thread Henry Rich
When I set security level to 1, using 9!:25 (1) it blocks execution of 2!:55 . So how does the J session close? Henry Rich -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jprogramming] [Jchat] Pendulum Waves

2014-05-24 Thread Brian Schott
Yet another version of the pendula simulator script, which is now dyadic, taking a left argument of the amount of time to simulate, (approx 30 works) and a right argument fixed the number of turtles/pendula (approx 9 works). A video clip link follows. http://youtu.be/xW8U9mJOHgU My pendulum simul

Re: [Jprogramming] Jd addon updated

2014-05-24 Thread Eric Iverson
Big in vr fixed in next release. Also will provide manual setting of ctrl+j hook between spx and labs. On Friday, May 23, 2014, 'Pascal Jasmin' via Programming < programm...@jsoftware.com> wrote: > small bug, the 'vr' demo needs the line > > load JDP,'demo/common.ijs' before drd can be used. > >

[Jprogramming] Using clipboard

2014-05-24 Thread 김창준
Hello. Thesedays, I use clipboard everyday working on J. I find it quite useful to work with external programs. I have summarized what I've learned for years on the jwiki: http://www.jsoftware.com/jwiki/Guides/Clipboard -- For i