Re: [Jprogramming] finally a j programmer?

2016-03-23 Thread Devon McCormick
Does it look more like J or like Python? On Wed, Mar 23, 2016 at 12:51 PM, David Lambert wrote: > I had an assignment to write a python program, and I've used python daily > for 15 years. I wrote the program in j then translated to python. The > python includes > > # some definitions from j >

[Jprogramming] finally a j programmer?

2016-03-23 Thread David Lambert
I had an assignment to write a python program, and I've used python daily for 15 years. I wrote the program in j then translated to python. The python includes # some definitions from j hook_monad = lambda u, v: lambda y, u=u, v=v: u(y, v(y)) fork_monad = lambda u, v, w: lambda y, u=u, v=v, w

[Jprogramming] Unbox v0.2-rc1 Release

2016-03-23 Thread Thomas Costigliola
A new version of Unbox is available which includes support for Unicode characters in names (contributed by Marshall Lochbaum). A fuller change log will be available in the final v0.2 release. https://github.com/iocane/unbox/releases/tag/v0.2-rc1