I was wondering what's with all the numbers in the result of:

   lr ;:(#~>:@=&'''')32}.128{.a.
<;.(_1) 32 33 32 34 32 35 32 36 32 37 32 38 32 39 39 32 40 32 41 32 42 32
43 32 44 32 45 46 32 47 32 48 49 50 51 52 53 54 55 56 57 58 32 59 32 60 32
61 32 62 32 63 32 64 32 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
82 83 84 85 86 87 88 89 90 32 91...

The problem is 127{a., which is not a printable (or typable) character.
 Eliminate that from the input and you get a much happier result:

   lr ;:(#~>:@=&'''')32}.127{.a.
<;._1 ' ! " # $ % & '''' ( ) * + , -. / 0123456789: ; < = > ? @
ABCDEFGHIJKLMNOPQRSTUVWXYZ [ \ ] ^ _ ` abcdefghijklmnopqrstuvwxyz { | } ~'

The -. is amusing.  So is 0123456789: .





On Thu, Jan 23, 2014 at 9:15 AM, Don Guinn <dongu...@gmail.com> wrote:

> I meant that I was unable to fool it that way.
>
>
> On Thu, Jan 23, 2014 at 8:28 AM, Roger Hui <rogerhui.can...@gmail.com
> >wrote:
>
> > What do you mean by "Well, that didn't work."?
> >
> >    x=: ;:(#~>:@=&'''')32}.128{.a.
> >    lr x
> > <;.(_1) 32 33 32 34 32 35 32 36 32 37 32 38 32 39 39 32 40 32 41 32 42 32
> > 43 32 44 32 45 46 32 47 32 48 49 50 51 52 53 54 55 56 57 58 32 59 32 60
> 32
> > 61 32 62 32 63 32 64 32 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
> 81
> > 82 83 84 85 86 87 88 89 90 32 91...
> >    x -: ". lr x
> > 1
> >
> >
> >
> >
> >
> > On Thu, Jan 23, 2014 at 5:55 AM, Don Guinn <dongu...@gmail.com> wrote:
> >
> > > When I saw this I knew that <;._1 was not the same as ;: . So, I tried
> to
> > > fool it.
> > >
> > >    lr ;:'Fire is catching. If we burn, 1 2 3 you burn with us!'
> > >
> > > <;._1 '|Fire|is|catching.|If|we|burn|,|1 2 3|you|burn|with|us|!'
> > >
> > >    lr ;:'Fire is catching. If we burn, 1 2 3|5 you burn with us!'
> > >
> > > <;._1 '/Fire/is/catching./If/we/burn/,/1 2 3/|/5/you/burn/with/us/!'
> > >
> > >
> > >    lr ;:(#~>:@=&'''')32}.128{.a.
> > >
> > > <;.(_1) 32 33 32 34 32 35 32 36 32 37 32 38 32 39 39 32 40 32 41 32 42
> 32
> > > 43 32 44 32 45 46 32 47 32 48 49 50 51 52 53 54 55 56 57 58 32 59 32 60
> > 32
> > > 61 32 62 32 63 32 64 32 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
> > 81
> > > 82 83 84 85 86 87 88 89 90 32 91...
> > >
> > >
> > > Well, that didn't work.
> > >
> > >
> > >    lr (<'xx yy zz'),;:(#~>:@=&'''')32}.128{.a.
> > >
> > > 'xx yy
> > >
> > >
> >
> zz';(,'!');(,'"');(,'#');(,'$');(,'%');(,'&');'''''';(,'(');(,')');(,'*');(,'+');(,',');'-.';(,'/');'0123456789:';(,';');(,'<');(,'=');(,'>');(,'?');(,'@');'ABCDEFGHIJKLMNOPQRSTUVWXYZ';(,'[');(,'\');(,']');(,'^');(,'_');(,'`');'abcdefghijklmnopqrst...
> > >
> > >
> > > You sure went to a lot of trouble to do this right!
> > > ----------------------------------------------------------------------
> > > 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
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to