DennisMitchell / jellylanguage

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

Add dyadic chain separation with reversal of arguments, `ɓ` #39

Closed jjallan closed 7 years ago

jjallan commented 7 years ago

Adds ɓ, which is like the chain separator ð, but which reverses the arguments at the same time (much like placing the quick @ after the whole chain).

GolfingSuccess commented 7 years ago

I don't know how useful would this be, given how rarely ð is used anyways.

jjallan commented 7 years ago

I agree it probably wont be used /that/ often, but may well save two or three bytes in situations where it is. I do find myself avoiding using ð sometimes, simply /because/ of the argument ordering (using a dyadic helper with reversed arguments (saving two bytes here) or even the register (saving two or three here)).