Re: [Jprogramming] Very strange......

2015-12-07 Thread 'Jon Hough' via Programming
_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

[Jprogramming] Very strange......

2015-12-07 Thread Linda A Alvord
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- ]

Re: [Jprogramming] Very strange and interesting behavior

2014-07-19 Thread Linda Alvord
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

Re: [Jprogramming] Very strange and interesting behavior

2014-07-19 Thread Kip Murray
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

[Jprogramming] Very strange and interesting behavior

2014-07-19 Thread Linda Alvord
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