Avatar
omochimetaru 1/31/2022 3:30 AM
Hello Swift Community, TL;DR Swift has various reflection mechanisms, but they’re fragmented. By combining them, a more flexible and efficient reflection system could be established, that could enable features like compiler-synthesized conformances. ⚠ This post simply aims to start a discussion about the future of reflection and cultivate ide...
3:30 AM
動的なリフレクションのAPIを整えた上で、 Hashableの自動生成を、コンパイラ組み込みじゃなくてSwiftライブラリコードとして実装する提案
3:31 AM
その動的なリフレクションのコードは遅くなっちゃうけど、
3:31 AM
最適化によって、コンパイラ組み込み生成と同じものになるってアイデアが面白い。