DennisMitchell / jellylanguage

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

Added ŒḂ and æR atoms. #29

Closed GolfingSuccess closed 7 years ago

GolfingSuccess commented 7 years ago

ŒḂ: Check if z is a palindrome. Treats ints as lists with their digits.

æR: Generate an inclusive prime range from x to y.