Re: [Jprogramming] J Android

2012-12-28 Thread km
Thanks, this worked on my Motorola DROID RAZR with Ice Cream Sandwich. Kip Murray Sent from my iPad On Dec 28, 2012, at 2:23 PM, "Fraser Jackson" wrote: > As another Android complete newbie who sought the same advice. > > The following may help with the start of the process: > > 1. On you

Re: [Jprogramming] Announcing: dissect, the 2-D J sentence analyzer; and request for a collaborator

2012-12-28 Thread bill lam
I guess you can just develop a grid-less gui in j602 using isigarph/gl2 and need not worry j701, it should work with gtkwd. If it doesn't, please let me know. your dissect is interesing, but I'm afraid I won't have the time to work on it. Пт., 28 дек. 2012, Henry Rich писал(а): > I have no proble

Re: [Jprogramming] Name conflict in J system scripts - who cares ?

2012-12-28 Thread bill lam
Chris has already fixed in svn. I agree this is a nasty bug, the reason why it does not affect J701 is that dll is part of stdlib and loaded during booting and load'dll' is a no-op. Пт., 28 дек. 2012, Anssi Seppälä писал(а): > My J602 development broke suddenly after a JAL update. The built scr

Re: [Jprogramming] Announcing: dissect, the 2-D J sentence analyzer; and request for a collaborator

2012-12-28 Thread Henry Rich
I have no problems with J701, I just haven't tried it. I was using richedit to highlight the portion of a sentence being pointed to. I have now removed the richedit from the form. Then perhaps it would work on J701? Henry Rich On 12/28/2012 8:34 PM, bill lam wrote: J7 GTK supports isigra

Re: [Jprogramming] Announcing: dissect, the 2-D J sentence analyzer; and request for a collaborator

2012-12-28 Thread bill lam
J7 GTK supports isigraph and gl2 even without gtkwd. For the grid addons, gtkwd should already support almost completely. Please elaborate your problems with J701. On a quick glance, I found your dissect uses richedit control which is MS Windows specific. Does it also run on J602 linux/mac? Пт.

Re: [Jprogramming] Name conflict in J system scripts - who cares ?

2012-12-28 Thread Henry Rich
I have added 4!:55 <'endian' into the plot script on J602, right after the name is used. This should become a standard convention when local names are used in scripts, to avoid the kind of problem you reported. I made the same change in the J7 base, and also to format\publish which did the

Re: [Jprogramming] Announcing: dissect, the 2-D J sentence analyzer; and request for a collaborator

2012-12-28 Thread Henry Rich
Your vision seems about the same as mine. We should let each noun be a hotspot, and a click on a cell of a noun could select that cell for detail in further processing. I'm hoping someone, or perhaps a committee, will want to design & code that GUI. Henry Rich On 12/28/2012 3:51 PM, bob the

[Jprogramming] Name conflict in J system scripts - who cares ?

2012-12-28 Thread Anssi Seppälä
My J602 development broke suddenly after a JAL update. The built script did not work in runtime. The reason appears to be in a name conflict in two different scripts that are added in same build: dll.ijs and jzplot.ijs. Both scripts declare name "endian": jzplot.ijs locally in class locale and d

Re: [Jprogramming] Announcing: dissect, the 2-D J sentence analyzer; and request for a collaborator

2012-12-28 Thread bob therriault
Hey Henry, I agree that the representation of J sentences could make a big difference to beginner understanding. I have been playing around with some of the 'boxes and arrows' for a while and would be interested in helping out. I posted some videos two years ago that show the direction that I w

Re: [Jprogramming] J Android

2012-12-28 Thread Fraser Jackson
As another Android complete newbie who sought the same advice. The following may help with the start of the process: 1. On your phone go to App Settings/ Personal / Security and lock screen/ Device Administration/ Unknown Sources (Tick Allow installation of non-Market apps) 2. On your p

[Jprogramming] Announcing: dissect, the 2-D J sentence analyzer; and request for a collaborator

2012-12-28 Thread Henry Rich
I have written a grid-based application that displays the execution of a J sentence in a 2-D grid and allows you to poke around and see what happened. I hope that this will speed up the learning curve for new J users. It is a revolutionary way to view J execution. J is one of the few language

[Jprogramming] J Android

2012-12-28 Thread 김창준
Hello Now that I bought a new cell phone with Android, I'd love to install J on my cell phone. I've seen my friends carrying J with their iPhones -- it was so easy to install it. However, I don't see any links to Android download in the jsoftware download page. What is the current status of J And

Re: [Jprogramming] arithmetic sequence

2012-12-28 Thread Mike Day
Hear, hear! and Happy New Year! Mike On 28/12/2012 12:22 PM, Dan Bron wrote: Guys, take it offline. -Dan Please excuse typos; composed on a handheld device. On Dec 28, 2012, at 7:07 AM, Bo Jacoby wrote: It is amazing that the computation of the whole sequence of 5000 items takes almost t

Re: [Jprogramming] arithmetic sequence

2012-12-28 Thread Dan Bron
Guys, take it offline. -Dan Please excuse typos; composed on a handheld device. On Dec 28, 2012, at 7:07 AM, Bo Jacoby wrote: > > It is amazing that the computation of the whole sequence of 5000 items takes > almost the same time as the most complicated of the items. >(6!:2)' ((0 3+*&

Re: [Jprogramming] arithmetic sequence

2012-12-28 Thread Bo Jacoby
It is amazing that the computation of the whole sequence of 5000 items takes almost the same time as the most complicated of the items.    (6!:2)'   ((0 3+*&5)^:5000)1 0x' 0.503731    (6!:2)'   ((0 3+*&5)^:(>:i.5000))1 0x' 0.611015 Boyko wrote: "that finding a wrong answer to a problem can be c

Re: [Jprogramming] arithmetic sequence

2012-12-28 Thread Boyko Bantchev
On 28 December 2012 01:41, Bo Jacoby wrote: > To me it is not clear what the exact domain is. Then read the original post at http://jsoftware.com/pipermail/programming/2012-December/030601.html which states the problem clear enough to me and, by all evidence, to everybody else in this thread but

Re: [Jprogramming] Documentation in J REPL

2012-12-28 Thread Ric Sherlock
There are some examples in the forum thread started by this post: http://www.jsoftware.com/pipermail/programming/2011-September/024148.html On Wed, Dec 26, 2012 at 7:09 AM, Y-01 wrote: > Hi, All. > > It's interesting for me. Does anybody usually use J scripts instead of Bash > scripts. Is it c