Cormorant
Cormorant copied to clipboard
Support sets
Interpreter should support sets, as well as a set API. Sets should be definable using the literal syntax #{ item1 item2 }. This also involves making ConsValue fully hashable and equatable. Implementation will probably use NSSet, since Swift does not yet have a native set type or API.
Swift 1.2 seems to have a native Set type, so this should hopefully go in later this year.