User:Cchando
Appearance
My Favorite Languages | |
Language | Proficiency |
J | Primary |
APL | Secondary |
Mostly I aim to simplify/modernize existing J and APL Rosetta Code contributions that rely on older language features, and to add contributions that replace the explicit control flow of existing contributions with modern functional control flow mechanisms. C.f. Functional Control Flow in J. I like to showcase J's elegance and concision here.
Original contributions
- Tic-tac-toe in J
- Zebra puzzle in J--translation from Uiua
- Bulls and Cows in J--tacit recursive version; and translation from APL
- Maybe monad in J
- Permutations with repetitions (early exit)
- Writer monad in K
- Two-partition quicksort in J and K