DennisMitchell / jellylanguage

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

Add the ʂ nilad which gets all command line arguments as an array. #87

Open SirBogman opened 4 years ago

SirBogman commented 4 years ago

This follows the convention that hooked letters represent nilads. For example, ɠ reads from STDIN.

For example, to treats all command line arguments as numbers and outputs the sum of their squares: ʂ²+/