Just wanted to say I finally had some time to read...
# ksp
s
Just wanted to say I finally had some time to read through the docs, and wanted to send cudos to the devs. Cool work. Will this ever be able to perform AST/IR manipulation or will it only work on immutable mirrored types like the current processing API?
j
Mutating AST/IR is not a goal for KSP API, a complete compiler plugin should serve that purpose better.
👍 2
s
Makes sense. I think arrow-meta is already working towards that so I can see how these could easily be complementary.