Re: [Jprogramming] Documentation in J REPL

2012-12-28 Thread Ric Sherlock
; >> > >> (Note that I have a verb named subsets defined in my personal startup > >> script) > >> > >> -Dan > >> > >> > >> -Original Message- > >> From: programming-boun...@forums.jsoftware.com > >> [mailt

Re: [Jprogramming] Documentation in J REPL

2012-12-26 Thread Y-01
Very good. I would like to explore your shares) Links on shares to the studio! On Tue, Dec 25, 2012 at 7:42 PM, Joey K Tuttle wrote: > I think it is cool. > > Oleg (author of task.ijs) produced lots of well thought out additions to > J. But even before his work, most of my use of J (especially

Re: [Jprogramming] Documentation in J REPL

2012-12-25 Thread Joey K Tuttle
I think it is cool. Oleg (author of task.ijs) produced lots of well thought out additions to J. But even before his work, most of my use of J (especially in terms of other people using my work) has been in J scripts. J script of two sorts - #! shell scripts and the same but invoked as cgi fr

Re: [Jprogramming] Documentation in J REPL

2012-12-25 Thread Y-01
a verb named subsets defined in my personal startup >> script) >> >> -Dan >> >> >> -Original Message- >> From: programming-boun...@forums.jsoftware.com >> [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Y-01 >> Sent: Thursday,

Re: [Jprogramming] Documentation in J REPL

2012-11-29 Thread Y-01
> -Dan > > > -Original Message- > From: programming-boun...@forums.jsoftware.com > [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Y-01 > Sent: Thursday, November 29, 2012 2:55 PM > To: programm...@jsoftware.com > Subject: Re: [Jprogramming] Docum

Re: [Jprogramming] Documentation in J REPL

2012-11-29 Thread Dan Bron
01 Sent: Thursday, November 29, 2012 2:55 PM To: programm...@jsoftware.com Subject: Re: [Jprogramming] Documentation in J REPL New questions about documentation-releated things) How can we find all defined symbols by pattern? *example: A1=: i.10 bsome =: 2 bsome2 =: bsome + A1 f

Re: [Jprogramming] Documentation in J REPL

2012-11-29 Thread bob therriault
Have you used either Find or Find in Files… under the Edit menu? If you want to use wild cards such as * this becomes a little more difficult since they could be a valid part of the string. Hope this helps. Cheers, bob On 2012-11-29, at 11:54 AM, Y-01 wrote: > New questions about documentatio

Re: [Jprogramming] Documentation in J REPL

2012-11-29 Thread Y-01
New questions about documentation-releated things) How can we find all defined symbols by pattern? *example: A1=: i.10 bsome =: 2 bsome2 =: bsome + A1 find 'bs*' bsome bsome2 so, we need smth like 'find'. On Wed, Nov 28, 2012 at 8:41 PM, Zachary Elliott wrote: > a few quic

Re: [Jprogramming] Documentation in J REPL

2012-11-28 Thread Zachary Elliott
a few quick notes on https://github.com/zellio/j-mode The new version of j-mode is still under fairly rapid development. It is largely stable and functional albeit poorly documented. If you are planning on using it I would suggest checking for updates early and often at least for the next month or

Re: [Jprogramming] Documentation in J REPL

2012-11-28 Thread Devon McCormick
Zach's version is new as of about two weeks ago: https://github.com/zellio/j-mode . On Wed, Nov 28, 2012 at 10:25 AM, Y-01 wrote: > Devon, newer version of j-mode.el = > http://sourceforge.net/projects/j-mode/files/j-mode/0.3/? I use it too but > it's not a new at all (2004 y.). > > On Wed, Nov

Re: [Jprogramming] Documentation in J REPL

2012-11-28 Thread Y-01
Devon, newer version of j-mode.el = http://sourceforge.net/projects/j-mode/files/j-mode/0.3/? I use it too but it's not a new at all (2004 y.). On Wed, Nov 28, 2012 at 2:53 PM, Devon McCormick wrote: > I and at least a couple of other people use emacs. I'm currently trying > out a new version o

Re: [Jprogramming] Documentation in J REPL

2012-11-28 Thread Devon McCormick
I and at least a couple of other people use emacs. I'm currently trying out a new version of j-mode.el, thanks to one of our NYCJUG members, Zach Elliott. I haven't used JHS very much. On Wed, Nov 28, 2012 at 4:05 AM, Y-01 wrote: > Hi@everybody > > Whether there is a way to find definition of

Re: [Jprogramming] Documentation in J REPL

2012-11-28 Thread bob therriault
One way to solve the change mode issue to access help is to already be in a browser and you can do that by running JHS 701 (which itself runs in a browser). Demo 9 (I think) within JHS shows a multiwindow display that might be bent into a shape to accommodate your needs. That's all I got :) Ch

[Jprogramming] Documentation in J REPL

2012-11-28 Thread Y-01
Hi@everybody Whether there is a way to find definition of some symbol without switching to browser. example: help '&' or help 'A.' and it will print short description (may be with short examples). mb there is a lib/addon that do it? Does JOD solve this problem? And what is the usual env