[Jbeta] Android J

2012-05-25 Thread Paul Jackson
Is another version for Android planned? I've been using 9!:14'' j701/2011-02-23/15:25 I've gotten around to using the Unicode support. Several things work here as in other platforms. However, 7 u: Is essentially a no op. If I give it one byte chars, I get back one byte chars, even

Re: [Jbeta] 7 u: is no op on Android J

2012-05-26 Thread Paul Jackson
NB. On Android .../dist/j-console-1.0.4.apk NB. 7 u:returns the right argument, regardless of its values. NB. Executing the following explains what should happen NB. On Windows, when the display font includes APL characters NB. the following UTF-8 sequence displays alpha

[Jbeta] Menu File Open looses changes on Android J

2012-05-26 Thread Paul Jackson
On Android .../dist/j-console-1.0.4.apk From a J session, open any file with MenuFileOpen Make changes to the file. The header line changes to file name * indicating the editor knows the text has been changed. Then navigate with the Android Back icon. The header line

[Jbeta] Self reference crashes Android J

2012-05-26 Thread Paul Jackson
foo=: 3 : 0 #y ) foo0 'this';'and';'that' 4 3 4 foo=:foo 0 foo foo0 foo 'this';'and';'that'NB. Instant death, no error message. Paul -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jbeta] (no subject)

2012-05-31 Thread Paul Jackson
What must load to have access to jfromurl? I'm working on Android. Is it only on iPhone? Paul On May 30, 2012 5:34 PM, Eric Iverson eric.b.iver...@gmail.com wrote: following is real code copied from my j ipad session! it puts vocab page in hview. you would want to put last line with

Re: [Jbeta] (no subject)

2012-05-31 Thread Paul Jackson
anddf to download file, eg url anddf pathtofile browsing html or help files are already provided in base library. eg browse_j_ url htmlhelp_j_ 'dictionary/vocabul.htm' So far android J behaves more or less like a traditoinal jconsole or ide. Чтв, 31 Май 2012, Paul Jackson писал(а): What

Re: [Jbeta] ? : 0 Hangs on Android

2012-06-16 Thread Paul Jackson
. I'm sure this will be sorted out eventually. It does work in the new J for iOS. On Fri, Jun 15, 2012 at 9:52 PM, Paul Jackson plj...@gmail.com wrote: I have   j-console-1.0.5.apk It hangs if I enter       : 0 in the session, regardless of the number before the colon. The same sequence

Re: [Jbeta] Floating %. goes very bad very fast

2012-06-18 Thread Paul Jackson
I only raised it because it is so bad compared to everyone else I've looked at, including mine. An original copy of my result and my implementation code are available on request. Please note, I cannot speak for others but I didn't take a Hilbert matrix into account in writing mine. Paul

Re: [Jbeta] data transfer fixes

2012-06-19 Thread Paul Jackson
I don't have any Apple products, but it looks to me like the HTML changes are wrong. There should by semicolons after the escaped sequences, so undoing them should include them. d=. d rplc 'lt;';'' d=. d rplc 'amp;';'' Paul On Jun 19, 2012 11:48 AM, Eric Iverson eric.b.iver...@gmail.com

Re: [Jbeta] Floating %. goes very bad very fast (mea culpa)

2012-06-19 Thread Paul Jackson
I don't expect floating answers to be exact. However, most of my use of computers begins with inexact numbers, so getting the floating routines as good as possible seems like a worthy effort to me. Unfortunately, I stopped my reseach when J's answers went very wrong at H 9. Nars also supports