DennisMitchell / jellylanguage

Jelly is a recreational programming language inspired by J.
MIT License
860 stars 47 forks source link

Created additional register quick. #75

Closed dylannrees closed 6 years ago

dylannrees commented 6 years ago

Uses ɼ. <link>ɼ applies <link> to the value in the register, then stores to the register and returns the result. Works for links of any arity.

<monad/nilad>ɼ is a nilad and <dyad>ɼ is a monad.

A dyad takes the value in the register as its left argument. <dyad>@ɼ takes it as its right argument.