DennisMitchell / jellylanguage

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

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

Open SirBogman opened 5 years ago

SirBogman commented 5 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: ʂ²+/