If you are asking for an inverse for 13 :'' -- something that takes a
tacit expression and produces an explicit expression...

1. yes, it's possible.
2. automatically generated names tend to be rather dismal
3. you probably do not want the trivial variant, but something that
unpacks verb phrases into something like noun phrases.

The transform might look something like this:

   (U V) sdrawkcaBenifed
3 :0
   r=. y U V y
:
   r=. y U V y
)

-- 
Raul

On Sun, Feb 12, 2012 at 4:41 PM, Linda Alvord <lindaalv...@verizon.net> wrote:
> The following is an alternative attempt at a stem & leaf plot (tacit & 
> explicit versions):
>
> http://rosettacode.org/wiki/Stem-and-leaf_plot#J
>
> Ric Sherlock sent me this on 1/17/2012
>
> It takes tacit expressions and gives the corresponding explicit expression.
>
> This is what I had in mind.  Is there a way to take exact line and product 
> the explicit corresponding line of tacit code?
>
> Hope this explains what I had in mind.
>
> Linda
>
> -----Original Message-----
> From: programming-boun...@jsoftware.com 
> [mailto:programming-boun...@jsoftware.com] On Behalf Of Raul Miller
> Sent: Sunday, February 12, 2012 11:43 AM
> To: Programming forum
> Subject: Re: [Jprogramming] Challenge 5 Super Bowl Supposition
>
> On Sun, Feb 12, 2012 at 2:46 AM, Linda Alvord <lindaalv...@verizon.net> wrote:
>> Now that the Super Bowl is only a memory and there were  no responses to the
>> challenge,  maybe this will encourage some reaction.
>
> The "please do not respond" requirement tends to stifle responses.
> (Wait a week to solve a five minute problem?  The effort involved in
> the scheduling of the response winds up being significantly higher
> than the response itself.)
>
> (The ambiguities in the task itself sometimes exaggerates that issue.
> The effort involved in going back and re-reading each post in this
> thread to find the complete problem statement -- which was spread out
> over several posts -- is also significantly higher than the amount of
> effort needed to implement a solution to the problem.)
>
> --
> Raul
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
> ----------------------------------------------------------------------
> 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