To have a Kotlin plugin that reads a SQL, text file, or JSON data source and automatically structures types off them... that would be huge especially for data science-y workflows. What's your reaction @holgerbrandl?
h
holgerbrandl
11/20/2018, 10:34 PM
It’s a great library! I never would have thought that such an almost dynamic symbol resolver is possible with java. does it work with kotlin as well?
It took me a while though to find the most relevant bits about its function in the docs “The API plugs into the Java compiler so that a type manifold implementing the API resolves and produces types only as needed.”
t
thomasnield
11/21/2018, 1:54 AM
I haven't tried it yet. It seems useful enough where I may make time to give it some attention.