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
>
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
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