Recently, I came across a useful Objective C macro library on Github. The library cleverly used the ‘$’ to denote its macros. For example, $dict(key1, obj1, key2, obj2) would return a NSDictionary with its respective keys and values.
Do you know the name of this library and its Github url?
Found it: ConciseKit [https://github.com/petejkim/ConciseKit]