Re: [Jprogramming] Yahoo stock quotes

2019-11-26 Thread 'Mike Day' via Programming
Might I ask once more whether there’s a get-around for capturing real-time or, failing that, close of play quotes from Yahoo? Thanks, Mike Sent from my iPad > On 26 Nov 2019, at 22:11, Gilles Kirouac wrote: > > Thomas > To avoid the dependency on Linux, without changing your syntax, I > r

Re: [Jprogramming] Explicit vs tacit with assignment

2019-11-26 Thread Jose Mario Quintana
That is an interesting application. The original verb (alpha) could have been defined as follows, sum=. +/ count=. # ( alpha=. (sum , count, sum % count )f."1 ) (+/ , # , +/ % #)"1 the one (beta) using a form of teleportation is produced as follows (beware of wrapping), in=. adver

Re: [Jprogramming] Yahoo stock quotes

2019-11-26 Thread Gilles Kirouac
Thomas   To avoid the dependency on Linux, without changing your syntax, I redefined epochtime as: NB.create a time stamp [of type character] NB.   epochtime'1/1/2019' NB.1546318800 epochtime =: 3 : 0 ":18000+86400*62091-~todayno _1|.".;._1 '/',y NB.normalized yr mn dy )   and I removed the two c