I use Spitbol every day. A problem with it is that it allows godawful code like that example. Here's fizzbuzz in Spitbol: loop a = lt(a,100) a + 1 :f(end) output = eq(remdr(a,15),0) 'fizzbuzz' :s(loop) output =…
I use Spitbol every day. A problem with it is that it allows godawful code like that example. Here's fizzbuzz in Spitbol: loop a = lt(a,100) a + 1 :f(end) output = eq(remdr(a,15),0) 'fizzbuzz' :s(loop) output =…