Hacker News new | ask | show | jobs
by zellyn 997 days ago
https://code.jsoftware.com/wiki/NYCJUG/FizzBuzz gives a solution in J of:

    FB=:((0 i.~15 3 5|]){::'FizzBuzz';'Fizz';'Buzz';":)"0
    FB i.100
I unfortunately don't know enough J or Uiua to be able to translate that Perhaps someone else can step in!
1 comments

Luckily the Uiua language creator stepped in to help us out :)