Re: [Jprogramming] 807 beta-e zip install packages for windows/linux/macos

2018-05-31 Thread bill lam
thanks for report. I'll will look On Fri, Jun 1, 2018, 5:41 AM Bill Heagy wrote: > You need to change "dgemm" too (get rid of ">"): > > dgemm=: 'liblapack.so.3 dgemm_ n *c *c *i *i *i *d *d *i *d *i *d *d *i'&cd > > > On 2018-05-30 10:30 PM, Henry Rich wrote: > > The 'mm' routine below has exact

Re: [Jprogramming] 807 beta-e zip install packages for windows/linux/macos

2018-05-31 Thread Bill Heagy
You need to change "dgemm" too (get rid of ">"): dgemm=: 'liblapack.so.3 dgemm_ n *c *c *i *i *i *d *d *i *d *i *d *d *i'&cd On 2018-05-30 10:30 PM, Henry Rich wrote: The 'mm' routine below has exactly the sort of error that Eric predicted.  c is passed in to cd as a boxed argument, and the co

[Jprogramming] Tikkanz’s VS Code extension for J

2018-05-31 Thread John Baker
The last few days I have been piddling around with the VS Code editor. Why another editor? I decided to give VS Code a try because it is recommended for many of the systems I use, Python, Lean, Git, TeX Live, It’s also cross OS, it runs on Windows, MAC, Linux. Making it easier to flip fr