On Wed, Jul 8, 2015 at 3:19 AM, Mike Day <[email protected]> wrote:
> Anyway,  microj.exe runs ok in a cmd window.  It would be nice if
> it didn't abort with i.10 (say),  seeming to require an embedded
> space.

That sounds like an issue with word formation, which suggests that the
implementation uses different word formation rules than those
documented at http://www.jsoftware.com/help/dictionary/d332.htm

> +/\ i. 10
> MicroJ.Verb

That looks like the result from .toString() on a c# class named 'Verb'
(in the MicroJ namespace), which in turn suggests that the parsing
rules are different from those documented at
http://www.jsoftware.com/help/dictionary/dicte.htm

Combined, these suggest that the implementation has, so far at least,
avoided table-driven code and favored ad-hoc design.

For whatever that's worth...

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to