jello
jello copied to clipboard
A Python script for wrapping the jelly executable so you can more easily play with the language.
For problem 16 in challenges, `i_to_d . maxr max . each d_to_i sum` the `i_to_d` function returns an integer for single digit integers but lists for integers >= 10. This...
This is PWC [262p1](https://theweeklychallenge.org/blog/perl-weekly-challenge-262/): `filter_out 0 sign . len key . maxr`. Ideally it could be `filter_out 0 sign len key maxr`
From LC 391p1 https://leetcode.com/problems/harshad-number/description/ 
https://theweeklychallenge.org/blog/perl-weekly-challenge-261/ How to refer back to first arg at this point 
I wrote a table to help you know how to perform reductions on the chains. In a monadic or dyadic chain, reductions always result in an monad or dyad respectively....
For advent of code 2023, I did each part in a single expression, using infix binary operators, hacking the [language's](https://github.com/tom-huntington/noulith) builtins as I did the problems. My key insight was...

@c4augustus @lyxal @UnrelatedString Seeing as via streams / issues I have found some people that know about Jelly, how do strings work? Supposedly the back double quote is for characters,...