Comment by plaguuuuuu
12 years ago
CoffeeScript is pretty cool
for i in [1..100] console.log(['Fizz' if i % 3 is 0] + ['Buzz' if i % 5 is 0] or i)
12 years ago
CoffeeScript is pretty cool
for i in [1..100] console.log(['Fizz' if i % 3 is 0] + ['Buzz' if i % 5 is 0] or i)
MUMPS is pretty cool:
http://stackoverflow.com/questions/4151554/need-mumps-sample...
I've actually decoded it. Turns out that the thing most useful for this, by far, is an ASCII table :P