The script and session in the "Tacit recursion without $:" post: http://www.jsoftware.com/pipermail/programming/2014-February/035416.html
have been added to the page: http://www.2bestsystems.com/foundation/j/ The definition of the adverb sna has been modified slightly to conform with the revised version of Knot (`.). On Thu, Mar 13, 2014 at 6:39 PM, Jose Mario Quintana < [email protected]> wrote: > Bill, > > The script and session associated with the Journal of J article have been > added to the page: > > http://www.2bestsystems.com/foundation/j/ > > > Pascal, > > The kind of gerunds that you wanted to produce in > http://www.jsoftware.com/pipermail/programming/2014-February/034904.html: > > 3"_`(+:"_)` (-:"_) > ┌─────────────────┬──────────────┬──────────────┐ > │┌─┬─────────────┐│┌─┬──────────┐│┌─┬──────────┐│ > ││"│┌─────┬─────┐│││"│┌──┬─────┐│││"│┌──┬─────┐││ > ││ ││┌─┬─┐│┌─┬─┐││││ ││+:│┌─┬─┐││││ ││-:│┌─┬─┐│││ > ││ │││0│3│││0│_│││││ ││ ││0│_│││││ ││ ││0│_││││ > ││ ││└─┴─┘│└─┴─┘││││ ││ │└─┴─┘││││ ││ │└─┴─┘│││ > ││ │└─────┴─────┘│││ │└──┴─────┘│││ │└──┴─────┘││ > │└─┴─────────────┘│└─┴──────────┘│└─┴──────────┘│ > └─────────────────┴──────────────┴──────────────┘ > > Can be produced as follows, > > Rank=. , o ((train x tie&'' o rank ])"0) conj NB. " with rank zero > > 3`.+:`.-: Rank _ NB. Note the use of `. to handle nouns (as well as > verbs) > ┌─────────────────┬──────────────┬──────────────┐ > │┌─┬─────────────┐│┌─┬──────────┐│┌─┬──────────┐│ > ││"│┌─────┬─────┐│││"│┌──┬─────┐│││"│┌──┬─────┐││ > ││ ││┌─┬─┐│┌─┬─┐││││ ││+:│┌─┬─┐││││ ││-:│┌─┬─┐│││ > ││ │││0│3│││0│_│││││ ││ ││0│_│││││ ││ ││0│_││││ > ││ ││└─┴─┘│└─┴─┘││││ ││ │└─┴─┘││││ ││ │└─┴─┘│││ > ││ │└─────┴─────┘│││ │└──┴─────┘│││ │└──┴─────┘││ > │└─┴─────────────┘│└─┴──────────┘│└─┴──────────┘│ > └─────────────────┴──────────────┴──────────────┘ > > See the script mentioned above for the definitions of the words involved > (you can simply run the whole script first and the above sentences > afterwards). > > > > > On Wed, Mar 12, 2014 at 1:44 AM, bill lam <[email protected]> wrote: > >> An android toy version has been uploaded to >> >> http://www.jsoftware.com/download/j801 >> >> Please provide some demo or test scripts. Thanks. >> >> -- >> regards, >> ==================================================== >> GPG key 1024D/4434BAB3 2008-08-24 >> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 >> gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm >> > > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
