A programming language
print("Hello, World!")
for bottles in 100..1..-1 do
print(str(bottles) + " bottles of bear on the wall, " + str(bottles) + " bottles of beer")
plural :=
if bottles == 2:
"bottle"
else:
"bottles"
print("Take one down and pass it around, " + str(bottles - 1) + " " + plural + " of bear on the wall")
end
print("1 bottle of beer on the wall, 1 bottle of beer")
print("Take one down and pass it around, no bottles of bear on the wall")
They're yet to be reached, be patient! ฅ^•ﻌ•^ฅ
- uncluttered syntax
- high readability
- expressivenes
- type safety
- helpful errors
Syntax is still under heated debate, it'll take time to settle on one thing