Timeline for NESCA: New English Stroke Count Alphabet
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 17, 2020 at 17:25 | comment | added | Adamátor | Jelly actually has a naming convention for this: atoms starting with an uppercase letter are monadic and atoms starting with a lowercase letter are dyadic. | |
| Nov 17, 2020 at 13:41 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
added 4 characters in body
|
| Nov 17, 2020 at 13:39 | comment | added | Kevin Cruijssen | @xigoi Ah, thanks a lot for mentioning that. That explains why I sometimes had trouble finding the permutation index in other challenges, when I was using that Jelly builtin. I always assumed I just had to sort the characters in the string prior to using the \$n^{th}\$ permutation when it happened, but apparently I was sometimes just using the wrong builtin in Jelly to calculate \$n\$.. Thanks for letting me know (and I'll edit my answer to reduce confusion if someone else reads it). | |
| Nov 17, 2020 at 12:56 | comment | added | Adamátor |
Slight correction: The Jelly program you linked completely ignores the second argument. Œ¿ is similar to œ¿, but it takes only one argument and uses its sorted version as the second argument. Here it just happens to work because the alphabet is sorted.
|
|
| Nov 17, 2020 at 7:59 | history | answered | Kevin Cruijssen | CC BY-SA 4.0 |