> On Nov 15, 2017, at 8:35 PM, Paul Cantrell via swift-evolution > <swift-evolution@swift.org> wrote: > > Q: Is there any special handling for that member name string — to handle ruby > method names like `blank?`, for example? > > A: This should be the job of a language-specific interop layer.
Swift has the backtick syntax for escaping keywords (`identifier`), but it doesn't allow non-identifier characters to be used in identifiers. We might explore loosening that. -- Brent Royal-Gordon Architechies
_______________________________________________ swift-evolution mailing list swift-evolution@swift.org https://lists.swift.org/mailman/listinfo/swift-evolution