_base is infinity - infinity*i , apparently. Is that the weird part?
On Mon, 12/7/15, Linda A Alvord wrote:
Subject: [Jprogramming] Very strange..
To: programm...@jsoftware.com
Date: Monday, December 7, 2015, 5:01 PM
What is happening here
What is happening here?
base=: 13 :'(3#y)#:i.y^3'
[A=:_+/"1 base 2
_ _ _
_ _ _
_ _ _
_ _ _
_ _ _
_ _ _
_ _ _
_ _ _
f=: 13 :'_+/"1 y'
f base 2
_ _ _
_ _ _
_ _ _
_ _ _
_ _ _
_ _ _
_ _ _
_ _ _
5!:4 <'f'
-- _
│ -- / --- +
--+- " -+- 1
L- ]
To: programm...@jsoftware.com
Subject: Re: [Jprogramming] Very strange and interesting behavior
I believe 5!:4 < is a hook and that when you enter a verb train the
system simply echos it.
On Saturday, July 19, 2014, Linda Alvord wrote:
> I was typing fast and produced this repeatable pheno
I believe 5!:4 < is a hook and that when you enter a verb train the
system simply echos it.
On Saturday, July 19, 2014, Linda Alvord wrote:
> I was typing fast and produced this repeatable phenomenon.
>
>
>
>f=:%*+-#
>
>5!:4 <
>
> 5!:4 <
>
>f
>
> % * + - #
>
>
>
> Any string seems
I was typing fast and produced this repeatable phenomenon.
f=:%*+-#
5!:4 <
5!:4 <
f
% * + - #
Any string seems to work this way
f=: 13 :'x*:y%x'
5!:4 <
5!:4 <
f
[ *: %~
I would expect either:
5!:4 <'f'
-- [
--+- *:
L- ~ --- %
o