Somone send me code they wrote that was fun to write please!
@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
Escape ship from centralized social media run by Mauve.
@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