|
|
|
|
|
by bobbylarrybobby
1575 days ago
|
|
Yeah, no macros in Swift is a bit of an odd choice. It means that every would-be macro has to go through the language evolution process and be blessed by the Swift team. You can't release macro-like functionality, such as Rust's serde, without support from Apple. |
|