; >>
> >> (Note that I have a verb named subsets defined in my personal startup
> >> script)
> >>
> >> -Dan
> >>
> >>
> >> -Original Message-
> >> From: programming-boun...@forums.jsoftware.com
> >> [mailt
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
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
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,
> -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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo