programming@forums.jsoftware.com

2013-09-25 Thread Raul Miller
Note that pt could be simplified: pt=: (!~ i.@>:)"0@i. (there's no need to cross a single argument hook) FYI, -- Raul On Wed, Sep 25, 2013 at 11:08 PM, David Lambert wrote: > This may be a wheel reinvented. It's a fun wheel. > I've used "under negation" where - has a completely different m

programming@forums.jsoftware.com

2013-09-25 Thread David Lambert
This may be a wheel reinvented. It's a fun wheel. I've used "under negation" where - has a completely different meaning while filling the hole as it did while digging. On the way in it reverses the order of integers, coming out it changes the direction to rotate. NB. Pascal's triangle

Re: [Jprogramming] How get JHS to work on Mac OS X?

2013-09-25 Thread Murray Eisenberg
On 25 Sep 2013 11:04:33 -0700, Joey K Tuttle wrote: Your script works perfectly, with the change for Safari and the bad line break in your listing fixed. [murray: ~] cat jhs8 #!/bin/bash (sleep 5; open -a "Safari" http://127.0.0.1:65001/jijx) & /Volumes/MacHD/Applications/Programming/J/j64-801/

Re: [Jprogramming] Plotting complex lists

2013-09-25 Thread Don Kelly
Remove the hyperbola and run with aspect 1. The hyperbola is messing it up as the plot boundary is square so there is compression along the x axis (aspect 0.926 works when the hyperbola is included ). Don Kelly On 20/09/2013 6:39 PM, Linda Alvord wrote: Square isn't so square either. Li

Re: [Jprogramming] JHS update troubles

2013-09-25 Thread bill lam
Don't worry. They were not related. Ср, 25 сен 2013, Ian Clark писал(а): > Sorry, Bill. That could have been my fault. I was floundering around on Fri > 20 Sep, following (what I thought were) your instructions. I was trying to > reconcile /svn/addons/ and /svn/public/ by hand, unaware there exist

Re: [Jprogramming] JHS update troubles

2013-09-25 Thread Ian Clark
Sorry, Bill. That could have been my fault. I was floundering around on Fri 20 Sep, following (what I thought were) your instructions. I was trying to reconcile /svn/addons/ and /svn/public/ by hand, unaware there existed makefiles. The faulty revisions are most likely: 4626 and 4627 (for /svn/add

Re: [Jprogramming] How get JHS to work on Mac OS X?

2013-09-25 Thread Joey K Tuttle
In my (infrequent) use of jhs, I use a script located in /usr/local/bin that when used looks like this: iMi7:~ jkt$ cat /usr/local/bin/jhs8 #!/bin/bash (sleep 5; open -a "Google Chrome" http://127.0.0.1:65001/jijx) & /Applications/j64-801/bin/jconsole ~addons/ide/jhs/core.ijs -js " init_jhs_''

Re: [Jprogramming] How get JHS to work on Mac OS X?

2013-09-25 Thread Murray Eisenberg
I'd forgotten that the server doesn't automatically start the browser client. Thanks for the reminder. I'd been away from JHS for many months, having been using JQT instead. And perhaps I had "unreasonable expectations": I became accustomed to having the server-client Sage math system automatic