DennisMitchell / jellylanguage

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

Added antidiagonals, split in half, partition at indices atoms and several string nilads. #74

Closed dylannrees closed 6 years ago

dylannrees commented 6 years ago

Œd Antidiagonals ( UŒD) Œḍ From antidiagonals (ŒḌU) ŒH Split into two chuncks (œs2)

œP Partition y at indices x. Don't keep borders. (Ṭœp) œṖ Same but keep borders. (Ṭœṗ or Ṭk)

Ø⁵ 250 ØẠ 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' ØỴ 'bcdfghjklmnpqrstvwxz' ØẎ 'BCDFGHJKLMNPQRSTVWXZ' Øẹ 'aeiou' Øė 'AEIOU' Øỵ 'aeiouy' Øẏ 'AEIOUY'

Thanks to Lynn for the Jelly corpus and suggesting the first four atoms.