If you want the algorithm of u1(u2(u3(u4(y)))) and not any expression
with the same result, then you should be using u1(u2(u3(u4(y)))) and
not some other expression.

That said, you might want to wrap it in verb def '' (with the
expression going inside the quotes) so that you can have a verb
definition.

Thanks,

-- 
Raul


On Thu, Aug 4, 2016 at 4:09 AM, Erling Hellenäs
<[email protected]> wrote:
> With meaning in this case I mean the algorithm. To describe the algorithm of
> u1(u2(u3(u4(y)))). Not any expression with the same result. There are some
> logical steps needed to implement the idea in your head. You want to easily
> jot it down in your program. You want your program to clearly describe these
> logical steps and nothing else. This is my idea. /Erling
>
>
> On 2016-08-04 00:13, Raul Miller wrote:
>>
>> Yes, or
>>     ([: 11&+ _100000&%) 1
>>
>> Or
>>     11 _100000&p.@:% 1
>>
>> Meaning exists outside of the language, but the point of the language is
>> to
>> express concepts (especially some frequently useful concepts from
>> mathematics).
>>
>> Thanks,
>>
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to