ham-script icon indicating copy to clipboard operation
ham-script copied to clipboard

Empty Function/Object Ambiguity

Open alexispurslane opened this issue 11 years ago • 0 comments

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 {:}.

alexispurslane avatar Oct 31 '14 13:10 alexispurslane