@mauve Here is my implementation of FizzBuzz. As far as I know it is the world's smallest. Also note that there is no repetition of fizz, buzz, 3, or 5, making it the most elegant in my opinion. It's in BQN: ((∾´"fizz"‿"buzz"/˜0=3‿5|⊢)⎊⊢)¨1+↕100
@brandon whoaa. Is there a way to translate the symbols into function names or something? 🤯
@brandon Sweet. Think this would be better for me to learn than Uiua? https://www.uiua.org/
I've been meaning to add a "unicode outputs" mode to my keyboard which would make this a lot faster to type.