Hi All,
Here's an interesting behaviour I came across while trying to implement a J
interpreter - the behaviour of nested ranks. It turns out that using "
actually does not modify the rank of the underlying verb but adds another
wrapper in how it is applied.
Note that (1) and (2) below produce d
You need to a Jinit call first to get a handle to a j instance.
On Friday, June 14, 2013, greg heil wrote:
> >i am hoping to use j.dll from ahk (autoHotKey) but am having problems
> with even getting the dll to work in j7 or j8. i tried
>
> load 'dll files'
> cmd=: 'i.9'
> 'jj.dll JDo i *c' cd