ham-script
ham-script copied to clipboard
Empty Function/Object Ambiguity
In the TODO file, it says that there is some ambiguity between an empty function and an empty object. I think that we could solve this by doing sort of what Apple's Swift language does:
var array = []
var dictionary = [:]
So I propose that for an empty object, we could use {:}.