@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? 🤯
@mauve Sure! Here you go: https://mlochbaum.github.io/BQN/help/index.html
@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.
@mauve It's fortunate then that I am working on a serial keyboard to talk directly to the Linux serial console, unbound by such limitations!