Cormorant icon indicating copy to clipboard operation
Cormorant copied to clipboard

Support sets

Open austinzheng opened this issue 10 years ago • 1 comments

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.

austinzheng avatar Nov 20 '14 07:11 austinzheng

Swift 1.2 seems to have a native Set type, so this should hopefully go in later this year.

austinzheng avatar Feb 09 '15 20:02 austinzheng