jello icon indicating copy to clipboard operation
jello copied to clipboard

A Python script for wrapping the jelly executable so you can more easily play with the language.

Results 19 jello issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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`

investigate

From LC 391p1 https://leetcode.com/problems/harshad-number/description/ ![image](https://github.com/codereport/jello/assets/36027403/c901daac-e00b-4648-950e-08dd47e6a3f5)

https://theweeklychallenge.org/blog/perl-weekly-challenge-261/ How to refer back to first arg at this point ![image](https://github.com/codereport/jello/assets/36027403/906949dc-eb1b-4ffb-b207-14de3386d388)

investigate

Currently spelled: `pair f₁ g₂ fold`

enhancement

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...

![image](https://github.com/codereport/jello/assets/36027403/f083a58c-19e0-4275-80ed-c4082dafe3b8)

bug

@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,...

investigate
question