codereport / jello

A Python script for wrapping Jellyfish (a fork of Jelly) so you can more easily play with the language.
MIT License
51 stars 5 forks source link

Refactor `idx : at_idx` #19

Closed codereport closed 7 months ago

codereport commented 7 months ago

In PWC 250p1, I have the solution len iota0 mod 10 = . idx : at_idx head but I am pretty sure you can use a keep or something to replace this.

codereport commented 7 months ago

After some investigation, three ways to spell this:

Really we want: keep (from Uiua or replicate from BQN - not the current keep)